Home
last modified time | relevance | path

Searched refs:trace_get_event_file (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/
H A Dkprobe_event_gen_test.c128 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()
H A Dsynth_event_gen_test.c96 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()
H A Dtrace_events.c3377 struct trace_event_file *trace_get_event_file(const char *instance, in trace_get_event_file() function
3421 EXPORT_SYMBOL_GPL(trace_get_event_file);
/linux/Documentation/trace/
H A Devents.rst745 trace_get_event_file() using the synthetic event name, "synthetic" as
769 trace_get_event_file() using the synthetic event name, "synthetic" as
796 is needed. The trace_get_event_file() function can be used to get
801 schedtest_event_file = trace_get_event_file(NULL, "synthetic",
988 gen_kprobe_test = trace_get_event_file(NULL, "kprobes", "gen_kprobe_test");
/linux/include/linux/
H A Dtrace_events.h504 extern struct trace_event_file *trace_get_event_file(const char *instance,