Lines Matching refs:match
732 __ftrace_set_clr_event_nolock(struct trace_array *tr, const char *match, in __ftrace_set_clr_event_nolock() argument
752 if (match && in __ftrace_set_clr_event_nolock()
753 strcmp(match, name) != 0 && in __ftrace_set_clr_event_nolock()
754 strcmp(match, call->class->system) != 0) in __ftrace_set_clr_event_nolock()
779 static int __ftrace_set_clr_event(struct trace_array *tr, const char *match, in __ftrace_set_clr_event() argument
785 ret = __ftrace_set_clr_event_nolock(tr, match, sub, event, set); in __ftrace_set_clr_event()
793 char *event = NULL, *sub = NULL, *match; in ftrace_set_clr_event() local
808 match = strsep(&buf, ":"); in ftrace_set_clr_event()
810 sub = match; in ftrace_set_clr_event()
812 match = NULL; in ftrace_set_clr_event()
820 ret = __ftrace_set_clr_event(tr, match, sub, event, set); in ftrace_set_clr_event()