Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.h362 bool trace_probe_match_command_args(struct trace_probe *tp,
H A Dtrace_fprobe.c250 return trace_probe_match_command_args(&tf->tp, argc, argv); in trace_fprobe_match_command_head()
H A Dtrace_uprobe.c306 return trace_probe_match_command_args(&tu->tp, argc, argv); in trace_uprobe_match_command_head()
H A Dtrace_kprobe.c166 return trace_probe_match_command_args(&tk->tp, argc, argv); in trace_kprobe_match_command_head()
H A Dtrace_probe.c2218 bool trace_probe_match_command_args(struct trace_probe *tp, in trace_probe_match_command_args() function