Skip to content

Commit a415834

Browse files
Etsukatarostedt
authored andcommitted
tracing/uprobe: Fix obsolete comment on trace_uprobe_create()
Commit 0597c49 ("tracing/uprobes: Use dyn_event framework for uprobe events") cleaned up the usage of trace_uprobe_create(), and the function has been no longer used for removing uprobe/uretprobe. Link: http://lkml.kernel.org/r/[email protected] Reviewed-by: Srikar Dronamraju <[email protected]> Signed-off-by: Eiichi Tsukata <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent f01098c commit a415834

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/trace/trace_uprobe.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,6 @@ static int register_trace_uprobe(struct trace_uprobe *tu)
426426
/*
427427
* Argument syntax:
428428
* - Add uprobe: p|r[:[GRP/]EVENT] PATH:OFFSET [FETCHARGS]
429-
*
430-
* - Remove uprobe: -:[GRP/]EVENT
431429
*/
432430
static int trace_uprobe_create(int argc, const char **argv)
433431
{

0 commit comments

Comments
 (0)