xref: /kernel/linux/linux-5.10/tools/bpf/runqslower/runqslower.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/bpf/runqslower/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
28c2ecf20Sopenharmony_ci#ifndef __RUNQSLOWER_H
38c2ecf20Sopenharmony_ci#define __RUNQSLOWER_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#define TASK_COMM_LEN 16
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_cistruct event {
88c2ecf20Sopenharmony_ci	char task[TASK_COMM_LEN];
98c2ecf20Sopenharmony_ci	__u64 delta_us;
108c2ecf20Sopenharmony_ci	pid_t pid;
118c2ecf20Sopenharmony_ci};
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif /* __RUNQSLOWER_H */
14

Indexes created Thu Nov 07 10:32:03 CST 2024