Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_dynevent.c244 return trace_parse_run_command(file, buffer, count, ppos, in dyn_event_write()
Dtrace.h1856 extern ssize_t trace_parse_run_command(struct file *file,
Dtrace_uprobe.c803 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
Dtrace_events_synth.c2212 return trace_parse_run_command(file, buffer, count, ppos, in synth_events_write()
Dtrace_kprobe.c1161 return trace_parse_run_command(file, buffer, count, ppos, in probes_write()
Dtrace.c10078 ssize_t trace_parse_run_command(struct file *file, const char __user *buffer, in trace_parse_run_command() function