Home
last modified time | relevance | path

Searched refs:trace_set_clr_event (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dtrace_events.h698 int trace_set_clr_event(const char *system, const char *event, int set);
/Linux-v5.10/kernel/trace/
Dtrace_events.c891 int trace_set_clr_event(const char *system, const char *event, int set) in trace_set_clr_event() function
900 EXPORT_SYMBOL_GPL(trace_set_clr_event);
Dbpf_trace.c577 if (trace_set_clr_event("bpf_trace", "bpf_trace_printk", 1)) in bpf_get_trace_printk_proto()