Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dkprobe_event_gen_test.c85 gen_kprobe_test = trace_get_event_file(NULL, "kprobes", in test_gen_kprobe_cmd()
150 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()
203 empty_synth_test = trace_get_event_file(NULL, "synthetic", in test_empty_synth_event()
277 create_synth_test = trace_get_event_file(NULL, "synthetic", in test_create_synth_event()
Dtrace_events.c2745 struct trace_event_file *trace_get_event_file(const char *instance, in trace_get_event_file() function
2789 EXPORT_SYMBOL_GPL(trace_get_event_file);
/Linux-v5.10/Documentation/trace/
Devents.rst700 trace_get_event_file() using the synthetic event name, "synthetic" as
724 trace_get_event_file() using the synthetic event name, "synthetic" as
751 is needed. The trace_get_event_file() function can be used to get
756 schedtest_event_file = trace_get_event_file(NULL, "synthetic",
943 gen_kprobe_test = trace_get_event_file(NULL, "kprobes", "gen_kprobe_test");
/Linux-v5.10/include/linux/
Dtrace_events.h370 extern struct trace_event_file *trace_get_event_file(const char *instance,