Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
iwamatsu
/
linux-visconti
/
refs/heads/master
/
.
/
tools
/
bpf
/
runqslower
/
runqslower.h
blob: 4f70f07200c23d40637128f82f9efed838ec67f3 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef
__RUNQSLOWER_H
#define
__RUNQSLOWER_H
#define
TASK_COMM_LEN
16
struct
runq_event
{
char
task
[
TASK_COMM_LEN
];
__u64 delta_us
;
pid_t
pid
;
};
#endif
/* __RUNQSLOWER_H */