Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_uprobe.c39 static int trace_uprobe_create(const char *raw_command);
47 .create = trace_uprobe_create,
719 int trace_uprobe_create(const char *raw_command) in trace_uprobe_create() function
731 ret = trace_uprobe_create(raw_command); in create_or_delete_trace_uprobe()