Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_dynevent.c244 return trace_parse_run_command(file, buffer, count, ppos, in dyn_event_write()
H A Dtrace_uprobe.c800 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
H A Dtrace.h2006 extern ssize_t trace_parse_run_command(struct file *file,
H A Dtrace_kprobe.c1333 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
H A Dtrace_events_synth.c2286 return trace_parse_run_command(file, buffer, count, ppos, in synth_events_write()
H A Dtrace.c10185 ssize_t trace_parse_run_command(struct file *file, const char __user *buffer, in trace_parse_run_command() function