Home
last modified time | relevance | path

Searched refs:trace_probe_match_command_args (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_probe.h359 bool trace_probe_match_command_args(struct trace_probe *tp,
H A Dtrace_eprobe.c183 return trace_probe_match_command_args(&ep->tp, argc, argv); in eprobe_dyn_event_match()
H A Dtrace_fprobe.c106 return trace_probe_match_command_args(&tf->tp, argc, argv); in trace_fprobe_match_command_head()
H A Dtrace_uprobe.c301 return trace_probe_match_command_args(&tu->tp, argc, argv); in trace_uprobe_match_command_head()
H A Dtrace_kprobe.c159 return trace_probe_match_command_args(&tk->tp, argc, argv); in trace_kprobe_match_command_head()
H A Dtrace_probe.c2065 bool trace_probe_match_command_args(struct trace_probe *tp, in trace_probe_match_command_args() function