Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_probe.h344 bool trace_probe_match_command_args(struct trace_probe *tp,
Dtrace_eprobe.c173 return trace_probe_match_command_args(&ep->tp, argc, argv); in eprobe_dyn_event_match()
Dtrace_probe.c1175 bool trace_probe_match_command_args(struct trace_probe *tp, in trace_probe_match_command_args() function
Dtrace_uprobe.c306 return trace_probe_match_command_args(&tu->tp, argc, argv); in trace_uprobe_match_command_head()
Dtrace_kprobe.c157 return trace_probe_match_command_args(&tk->tp, argc, argv); in trace_kprobe_match_command_head()