Searched refs:trace_get_event_file (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/trace/ |
D | kprobe_event_gen_test.c | 128 gen_kprobe_test = trace_get_event_file(NULL, "kprobes", in test_gen_kprobe_cmd() 193 gen_kretprobe_test = trace_get_event_file(NULL, "kprobes", in test_gen_kretprobe_cmd()
|
D | synth_event_gen_test.c | 96 gen_synth_test = trace_get_event_file(NULL, "synthetic", in test_gen_synth_cmd() 201 empty_synth_test = trace_get_event_file(NULL, "synthetic", in test_empty_synth_event() 273 create_synth_test = trace_get_event_file(NULL, "synthetic", in test_create_synth_event()
|
D | trace_events.c | 3086 struct trace_event_file *trace_get_event_file(const char *instance, in trace_get_event_file() function 3130 EXPORT_SYMBOL_GPL(trace_get_event_file);
|
/linux-6.1.9/Documentation/trace/ |
D | events.rst | 719 trace_get_event_file() using the synthetic event name, "synthetic" as 743 trace_get_event_file() using the synthetic event name, "synthetic" as 770 is needed. The trace_get_event_file() function can be used to get 775 schedtest_event_file = trace_get_event_file(NULL, "synthetic", 962 gen_kprobe_test = trace_get_event_file(NULL, "kprobes", "gen_kprobe_test");
|
/linux-6.1.9/include/linux/ |
D | trace_events.h | 482 extern struct trace_event_file *trace_get_event_file(const char *instance,
|