Masami Hiramatsu
467ec08567
perf probe: Fix --del option to delete events only with uprobe events
...
Current perf probe --del doesn't work if only CONFIG_UPROBE_EVENTS=y
because it aborts when it fails to open kprobe_events file before
checking uprobe_events file.
This fixes --del option to delete dynamic events if it can open either
kprobe_events or uprobe_events. Only if it failed to open both of them,
it shows an error message and aborts.
Without this patch, if we run perf probe -d on the kernel configured
with CONFIG_KPROBE_EVENTS=n and CONFIG_UPROBE_EVENTS=y,
# perf probe -d \*
kprobe_events file does not exist - please rebuild kernel with CONFIG_KPROBE_EVENTS.
Error: Failed to delete events.
With this patch,
# perf probe -d \*
Removed event: probe_perf:alloc_event
Changes in v2:
- Use strerror_r instead of strerror.
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Naohiro Aota <naota@elisp.net>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20140813161250.26440.24028.stgit@kbuild-fedora.novalocal
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2014-08-13 15:54:11 -03:00
..
2014-07-17 12:58:39 -03:00
2014-07-17 12:58:39 -03:00
2010-05-18 23:03:35 -03:00
2013-12-27 15:17:00 -03:00
2014-07-31 09:58:21 -03:00
2014-05-01 21:22:39 +02:00
2012-02-13 23:28:10 -02:00
2014-05-12 11:09:50 +02:00
2014-05-01 21:22:39 +02:00
2014-08-12 12:03:00 -03:00
2014-07-16 17:57:35 -03:00
2014-06-27 11:14:51 +02:00
2014-01-13 10:06:25 -03:00
2011-02-16 13:30:48 +01:00
2014-08-12 12:03:08 -03:00
2014-07-18 09:09:34 +02:00
2014-08-12 12:03:05 -03:00
2014-08-12 12:03:05 -03:00
2014-01-16 16:44:39 -03:00
2014-01-16 16:44:39 -03:00
2014-08-12 12:03:00 -03:00
2014-04-22 17:39:16 +02:00
2014-04-22 17:39:12 +02:00
2012-02-13 23:17:40 -02:00
2014-07-17 12:58:39 -03:00
2013-12-02 09:22:46 -03:00
2014-08-12 12:03:01 -03:00
2014-08-12 12:03:01 -03:00
2014-07-31 09:58:21 -03:00
2014-07-23 17:36:36 -03:00
2014-06-04 14:49:20 +02:00
2013-10-04 15:16:05 -03:00
2009-06-06 20:33:43 +02:00
2014-07-25 12:08:34 -03:00
2014-07-25 12:08:34 -03:00
2014-07-31 09:57:20 -03:00
2014-01-13 10:06:25 -03:00
2014-08-12 12:03:02 -03:00
2014-07-16 17:57:37 -03:00
2011-02-18 07:43:06 -02:00
2010-05-18 23:03:35 -03:00
2013-10-09 08:48:28 +02:00
2014-07-23 17:36:32 -03:00
2014-07-23 11:25:40 -03:00
2013-12-27 17:08:19 -03:00
2009-09-24 21:27:51 +02:00
2014-06-09 13:34:49 +02:00
2014-08-12 12:03:07 -03:00
2010-05-02 12:00:44 -03:00
2013-10-14 10:28:48 -03:00
2013-10-14 10:28:48 -03:00
2014-07-16 17:57:33 -03:00
2009-06-06 20:33:43 +02:00
2009-09-24 21:27:51 +02:00
2014-07-23 17:37:26 -03:00
2014-07-23 17:14:39 -03:00
2014-07-23 17:37:26 -03:00
2014-07-23 17:37:26 -03:00
2014-08-12 12:03:02 -03:00
2014-08-12 12:03:02 -03:00
2014-05-21 11:48:33 +02:00
2014-02-10 11:34:31 -03:00
2014-05-01 21:22:39 +02:00
2013-10-11 12:17:31 -03:00
2014-05-01 21:22:39 +02:00
2014-03-14 18:08:41 -03:00
2014-07-16 17:57:36 -03:00
2013-10-09 08:48:49 +02:00
2014-06-12 16:53:19 +02:00
2014-06-12 16:53:19 +02:00
2013-11-07 10:40:47 -03:00
2014-04-22 17:39:09 +02:00
2014-05-01 21:22:39 +02:00
2012-03-16 14:29:35 -03:00
2013-02-14 16:12:34 -03:00
2014-08-13 15:54:11 -03:00
2014-02-18 09:34:50 -03:00
2014-07-17 12:59:00 -03:00
2014-02-18 09:38:44 -03:00
2014-07-17 12:58:39 -03:00
2013-11-05 15:32:36 -03:00
2014-02-18 09:34:49 -03:00
2014-07-17 12:58:59 -03:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2013-10-14 10:28:48 -03:00
2013-10-14 10:28:48 -03:00
2014-07-18 09:09:34 +02:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2014-08-12 12:03:02 -03:00
2014-08-12 12:02:58 -03:00
2013-12-16 16:03:27 -03:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2014-08-12 12:03:07 -03:00
2014-06-09 13:34:49 +02:00
2014-01-15 15:10:04 -03:00
2013-08-07 17:35:26 -03:00
2014-05-01 21:22:39 +02:00
2013-12-27 17:08:19 -03:00
2010-05-18 23:03:35 -03:00
2013-12-27 17:08:19 -03:00
2013-11-05 15:32:36 -03:00
2013-12-27 17:08:19 -03:00
2014-01-15 15:10:04 -03:00
2013-01-25 12:49:28 -03:00
2014-07-10 00:22:54 +02:00
2014-07-10 00:22:54 +02:00
2014-07-23 17:36:36 -03:00
2014-07-23 17:36:36 -03:00
2014-08-13 11:14:21 -03:00
2014-07-31 09:58:21 -03:00
2013-11-27 14:58:36 -03:00
2013-12-04 13:46:37 -03:00
2013-12-27 17:08:19 -03:00
2013-03-15 13:06:02 -03:00
2014-07-23 11:27:50 -03:00
2014-07-23 11:27:50 -03:00
2014-08-12 12:02:54 -03:00
2013-12-19 14:43:45 -03:00
2014-05-01 21:22:39 +02:00
2014-07-17 12:58:39 -03:00
2014-02-18 09:34:47 -03:00
2014-07-17 12:59:00 -03:00
2013-12-19 17:38:27 -03:00
2014-01-15 15:10:40 -03:00
2013-12-19 17:38:27 -03:00
2014-07-23 11:48:11 -03:00
2014-07-23 11:48:11 -03:00
2014-07-17 12:58:39 -03:00
2014-02-24 09:29:36 -03:00
2014-07-17 12:58:39 -03:00
2014-05-01 21:22:39 +02:00
2012-05-07 16:46:48 -03:00
2014-08-13 11:14:22 -03:00
2014-08-13 11:14:22 -03:00
2013-12-27 17:08:19 -03:00
2014-05-01 21:22:39 +02:00
2014-07-23 17:37:26 -03:00
2014-07-23 17:37:26 -03:00
2012-09-11 12:19:15 -03:00
2011-01-03 16:39:04 -02:00
2011-01-03 16:39:04 -02:00