Re: [REQ]: 'perf probe --del *:*' should remove both uprobes and kprobes

From: Masami Hiramatsu
Date: Tue Mar 31 2015 - 04:33:59 EST


(2015/03/31 5:12), Arnaldo Carvalho de Melo wrote:
> How it is now:
>
> [root@ssdandy acme]# perf probe --del *:*
> Removed event: probe:icmp_rcv
> [root@ssdandy acme]# perf probe --del *:*
> Removed event: probe_ex:main
> [root@ssdandy acme]# perf probe --del *:*
> Info: Event "*:*" does not exist.
> Error: Failed to delete events.
> [root@ssdandy
>
> 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@xxxxxxxxxxx


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/