[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <551A5BE7.4020502@hitachi.com>
Date: Tue, 31 Mar 2015 17:33:43 +0900
From: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
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: Re: [REQ]: 'perf probe --del *:*' should remove both uprobes and
kprobes
(2015/03/31 5:12), Arnaldo Carvalho de Melo wrote:
> 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
> :-)
Yes, this should clear all events if user gives "*:*".
Thank you for reporting! :)
>
> - Arnaldo
>
--
Masami HIRAMATSU
Software Platform Research Dept. Linux Technology Research Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu.pt@...achi.com
--
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