Searched refs:__perf_count (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/trace/ |
H A D | perf.h | 24 #undef __perf_count macro 25 #define __perf_count(c) (__count = (c)) macro
|
H A D | bpf_probe.h | 24 #undef __perf_count macro 25 #define __perf_count(c) (c) macro
|
H A D | trace_events.h | 666 #undef __perf_count macro 667 #define __perf_count(c) (c) macro
|
/kernel/linux/linux-6.6/include/trace/ |
H A D | perf.h | 9 #undef __perf_count macro 10 #define __perf_count(c) (__count = (c)) macro
|
H A D | bpf_probe.h | 9 #undef __perf_count macro 10 #define __perf_count(c) (c) macro
|
/kernel/linux/linux-6.6/include/trace/stages/ |
H A D | stage6_event_callback.h | 137 #undef __perf_count macro 138 #define __perf_count(c) (c) macro
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sched.h | 360 TP_ARGS(__perf_task(tsk), __perf_count(delay)), 418 TP_ARGS(tsk, __perf_count(runtime), vruntime),
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 445 TP_ARGS(__perf_task(tsk), __perf_count(delay)), 503 TP_ARGS(tsk, __perf_count(runtime), vruntime),
|
Completed in 4 milliseconds