repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "tty: hvc: Fix data abort due to race in hvc_open"
[linux/fpc-iii.git]
/
tools
/
bpf
/
runqslower
/
runqslower.h
blob
9db225425e5ff900d23dda240a5802d775ffa83a
1
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2
#ifndef __RUNQSLOWER_H
3
#define __RUNQSLOWER_H
4
5
#define TASK_COMM_LEN 16
6
7
struct
event
{
8
char
task
[
TASK_COMM_LEN
];
9
__u64 delta_us
;
10
pid_t pid
;
11
};
12
13
#endif
/* __RUNQSLOWER_H */