diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/probe-event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c index 1653a62a478e..1eacee6eca4b 100644 --- a/tools/perf/util/probe-event.c +++ b/tools/perf/util/probe-event.c | |||
@@ -544,7 +544,7 @@ static void del_trace_kprobe_event(int fd, const char *group, | |||
544 | if (e_snprintf(buf, 128, "%s:%s", group, event) < 0) | 544 | if (e_snprintf(buf, 128, "%s:%s", group, event) < 0) |
545 | die("Failed to copy event."); | 545 | die("Failed to copy event."); |
546 | if (!strlist__has_entry(namelist, buf)) { | 546 | if (!strlist__has_entry(namelist, buf)) { |
547 | pr_warning("Warning: event \"%s\" is not found.\n", buf); | 547 | pr_info("Info: event \"%s\" does not exist, could not remove it.\n", buf); |
548 | return; | 548 | return; |
549 | } | 549 | } |
550 | /* Convert from perf-probe event to trace-kprobe event */ | 550 | /* Convert from perf-probe event to trace-kprobe event */ |