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

/linux-master/kernel/trace/
H A Dtrace_events.c1025 * __ftrace_set_clr_event(NULL, NULL, NULL, set) will set/unset all events.
1075 static int __ftrace_set_clr_event(struct trace_array *tr, const char *match, function
1118 ret = __ftrace_set_clr_event(tr, match, sub, event, set);
1146 return __ftrace_set_clr_event(tr, NULL, system, event, set);
1172 return __ftrace_set_clr_event(tr, NULL, system, event, set);
1523 ret = __ftrace_set_clr_event(dir->tr, NULL, name, NULL, val);
4264 ret = __ftrace_set_clr_event(tr, NULL, system->name, NULL, 1);
4273 ret = __ftrace_set_clr_event(tr, NULL, system->name, NULL, 0);
4288 ret = __ftrace_set_clr_event(tr, NULL, NULL, NULL, 1);
4297 ret = __ftrace_set_clr_event(t
[all...]

Completed in 129 milliseconds