repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
bpf
/
runqslower
/
runqslower.h
blob
4f70f07200c23d40637128f82f9efed838ec67f3
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
runq_event
{
8
char
task
[
TASK_COMM_LEN
];
9
__u64 delta_us
;
10
pid_t pid
;
11
};
12
13
#endif
/* __RUNQSLOWER_H */