Searched refs:trace_get_event_file (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/trace/
H A Dkprobe_event_gen_test.c125 * us, which trace_get_event_file() does (though in this case
128 gen_kprobe_test = trace_get_event_file(NULL, "kprobes",
189 * underneath us, which trace_get_event_file() does (though in
193 gen_kretprobe_test = trace_get_event_file(NULL, "kprobes",
H A Dsynth_event_gen_test.c93 * us, which trace_get_event_file() does (though in this case
96 gen_synth_test = trace_get_event_file(NULL, "synthetic",
197 * underneath us, which trace_get_event_file() does (though in
201 empty_synth_test = trace_get_event_file(NULL, "synthetic",
269 * underneath us, which trace_get_event_file() does (though in
273 create_synth_test = trace_get_event_file(NULL, "synthetic",
H A Dtrace_events.c3351 * trace_get_event_file - Find and return a trace event file
3370 struct trace_event_file *trace_get_event_file(const char *instance, function
3414 EXPORT_SYMBOL_GPL(trace_get_event_file); variable
3417 * trace_put_event_file - Release a file from trace_get_event_file()
3420 * If a file was retrieved using trace_get_event_file(), this should
/linux-master/include/linux/
H A Dtrace_events.h504 extern struct trace_event_file *trace_get_event_file(const char *instance,

Completed in 151 milliseconds