Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/trace/
Dtrace_dynevent.c235 return trace_parse_run_command(file, buffer, count, ppos, in dyn_event_write()
Dtrace_uprobe.c813 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
Dtrace.h2039 extern ssize_t trace_parse_run_command(struct file *file,
Dtrace_kprobe.c1339 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
Dtrace_events_synth.c2310 return trace_parse_run_command(file, buffer, count, ppos, in synth_events_write()
Dtrace.c10245 ssize_t trace_parse_run_command(struct file *file, const char __user *buffer, in trace_parse_run_command() function