Searched refs:for_each_event (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/perf/util/ ! |
D | tracepoint.h | 10 #define for_each_event(dir_path, evt_dir, evt_dirent) \ macro
|
D | tracepoint.c | 48 for_each_event(dir_path, evt_dir, evt_dirent) { in is_valid_tracepoint()
|
D | trace-event-info.c | 426 for_each_event(dir_path, evt_dir, evt_dirent) { in tracepoint_id_to_path()
|
/linux-6.6.21/ ! |
D | .clang-format | 247 - 'for_each_event'
|
/linux-6.6.21/kernel/trace/ ! |
D | trace_events.c | 3116 #define for_each_event(event, start, end) \ macro 3140 for_each_event(call, start, end) { in trace_module_add_events() 3948 for_each_event(iter, __start_ftrace_events, __stop_ftrace_events) { in event_trace_enable()
|