Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_dynevent.c195 return trace_parse_run_command(file, buffer, count, ppos, in dyn_event_write()
Dtrace.h1914 extern ssize_t trace_parse_run_command(struct file *file,
Dtrace_uprobe.c787 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
Dtrace_kprobe.c984 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
Dtrace_events_hist.c1523 return trace_parse_run_command(file, buffer, count, ppos, in synth_events_write()
Dtrace.c9197 ssize_t trace_parse_run_command(struct file *file, const char __user *buffer, in trace_parse_run_command() function