Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dtrace_probe.h361 bool trace_probe_match_command_args(struct trace_probe *tp,
Dtrace_eprobe.c183 return trace_probe_match_command_args(&ep->tp, argc, argv); in eprobe_dyn_event_match()
Dtrace_fprobe.c107 return trace_probe_match_command_args(&tf->tp, argc, argv); in trace_fprobe_match_command_head()
Dtrace_uprobe.c302 return trace_probe_match_command_args(&tu->tp, argc, argv); in trace_uprobe_match_command_head()
Dtrace_kprobe.c166 return trace_probe_match_command_args(&tk->tp, argc, argv); in trace_kprobe_match_command_head()
Dtrace_probe.c2170 bool trace_probe_match_command_args(struct trace_probe *tp, in trace_probe_match_command_args() function