Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
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()
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()
Dtrace_events.c3086 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/
Devents.rst719 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/
Dtrace_events.h482 extern struct trace_event_file *trace_get_event_file(const char *instance,