[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150330201248.GA9116@kernel.org>
Date: Mon, 30 Mar 2015 17:12:48 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
Cc: Jiri Olsa <jolsa@...nel.org>, David Ahern <dsahern@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [REQ]: 'perf probe --del *:*' should remove both uprobes and kprobes
How it is now:
[root@...andy acme]# perf probe --del *:*
Removed event: probe:icmp_rcv
[root@...andy acme]# perf probe --del *:*
Removed event: probe_ex:main
[root@...andy acme]# perf probe --del *:*
Info: Event "*:*" does not exist.
Error: Failed to delete events.
[root@...andy
I.e. it'll first remove all kprobes, then bail out, next time we ask for
everything to be deleted, there are no kprobes, so it will try the
uprobes, removing it all, I think it should not be a two step process
:-)
- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists