Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
Dtrace_dynevent.c195 return trace_parse_run_command(file, buffer, count, ppos, in dyn_event_write()
Dtrace_uprobe.c799 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
Dtrace.h2002 extern ssize_t trace_parse_run_command(struct file *file,
Dtrace_events_synth.c2052 return trace_parse_run_command(file, buffer, count, ppos, in synth_events_write()
Dtrace_kprobe.c1168 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
Dtrace.c9477 ssize_t trace_parse_run_command(struct file *file, const char __user *buffer, in trace_parse_run_command() function