Masami Hiramatsu
b6a896438b
perf probe: Accept filter argument for --list
...
Currently, perf-probe --list option ignores given event filter.
----
# ./perf probe -l vfs\*
probe:vfs_read (on vfs_read@ksrc/linux-3/fs/read_write.c)
probe_libc:malloc (on __libc_malloc@malloc/malloc.c in /usr/lib64/libc-2.17.so)
----
This changes --list option to accept the event filter argument as below.
----
# ./perf probe -l vfs\*
probe:vfs_read (on vfs_read@ksrc/linux-3/fs/read_write.c)
# ./perf probe -l \*libc:\*
probe_libc:malloc (on __libc_malloc@malloc/malloc.c in /usr/lib64/libc-2.17.so)
----
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20150424094750.23967.53868.stgit@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2015-05-04 12:43:56 -03:00
..
2015-01-16 17:49:29 -03:00
2015-04-02 13:18:43 -03:00
2013-12-27 15:17:00 -03:00
2015-03-27 09:46:03 +01:00
2015-01-16 17:49:29 -03:00
2015-04-29 10:37:55 -03:00
2015-04-29 10:37:55 -03:00
2015-05-04 12:43:52 -03:00
2015-04-10 10:13:59 -03:00
2015-02-27 15:52:33 -03:00
2015-02-11 12:37:08 -03:00
2015-02-18 17:16:17 +01:00
2015-02-18 17:16:17 +01:00
2014-01-13 10:06:25 -03:00
2015-03-24 12:08:07 -03:00
2015-03-24 12:08:07 -03:00
2015-01-21 13:24:32 -03:00
2015-01-21 13:24:32 -03:00
2014-08-13 19:23:08 -03:00
2014-10-29 10:32:49 -02:00
2014-12-09 09:14:35 -03:00
2014-04-22 17:39:16 +02:00
2014-04-22 17:39:12 +02:00
2015-04-29 10:37:49 -03:00
2015-04-02 13:18:52 -03:00
2014-08-15 10:58:35 -03:00
2013-12-02 09:22:46 -03:00
2015-04-02 13:18:43 -03:00
2015-04-02 13:18:43 -03:00
2015-02-25 16:13:12 -03:00
2015-02-25 16:13:12 -03:00
2015-04-29 10:37:56 -03:00
2015-04-29 10:37:56 -03:00
2015-04-02 13:18:44 -03:00
2015-02-06 11:46:36 +01:00
2015-04-29 10:37:52 -03:00
2015-04-29 10:37:57 -03:00
2015-05-04 12:43:48 -03:00
2015-04-29 10:37:52 -03:00
2015-04-29 10:37:58 -03:00
2015-04-08 10:06:28 -03:00
2014-10-29 10:32:48 -02:00
2015-04-29 10:37:49 -03:00
2015-04-29 10:37:49 -03:00
2013-12-27 17:08:19 -03:00
2015-03-17 17:18:58 -03:00
2015-03-17 18:27:28 -03:00
2013-10-14 10:28:48 -03:00
2013-10-14 10:28:48 -03:00
2015-04-02 13:18:47 -03:00
2015-03-21 14:53:40 -03:00
2015-04-10 10:13:59 -03:00
2015-04-10 10:13:59 -03:00
2015-05-04 12:43:44 -03:00
2015-05-04 12:43:44 -03:00
2015-03-31 17:52:32 -03:00
2015-03-31 17:52:32 -03:00
2014-05-21 11:48:33 +02:00
2015-04-29 10:38:02 -03:00
2015-04-29 10:38:02 -03:00
2015-04-29 10:38:01 -03:00
2015-04-29 10:38:02 -03:00
2015-03-19 13:53:28 -03:00
2015-03-19 13:53:28 -03: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
2015-04-29 10:38:01 -03:00
2015-04-29 10:38:01 -03:00
2015-05-04 12:43:56 -03:00
2015-05-04 12:43:56 -03:00
2015-04-13 20:12:21 -03:00
2015-04-13 20:11:05 -03:00
2014-07-17 12:58:39 -03:00
2013-11-05 15:32:36 -03:00
2015-02-12 11:22:01 -03:00
2015-01-21 13:24:31 -03:00
2013-10-14 10:28:48 -03:00
2013-10-14 10:28:48 -03:00
2015-04-29 10:37:58 -03:00
2014-08-15 10:58:35 -03:00
2015-04-29 10:37:58 -03:00
2015-04-29 10:37:53 -03:00
2015-02-12 17:55:18 -03:00
2015-02-27 10:08:38 -03:00
2015-04-29 10:37:44 -03:00
2014-12-19 13:09:43 +01:00
2014-05-01 21:22:39 +02:00
2013-12-27 17:08:19 -03:00
2015-05-04 12:43:54 -03:00
2015-05-04 12:43:54 -03:00
2014-10-15 16:04:33 -03:00
2014-01-15 15:10:04 -03:00
2014-07-10 00:22:54 +02:00
2014-07-10 00:22:54 +02:00
2015-05-04 12:43:51 -03:00
2015-03-24 12:08:43 -03:00
2015-05-04 12:43:44 -03:00
2015-05-04 12:43:45 -03:00
2015-03-24 12:08:30 -03:00
2013-12-04 13:46:37 -03:00
2014-10-14 17:32:52 -03:00
2014-10-14 17:32:52 -03:00
2014-11-03 17:43:56 -03:00
2014-11-03 17:43:56 -03:00
2015-03-12 12:39:50 -03:00
2015-03-24 13:02:46 -03:00
2015-04-29 10:37:52 -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
2015-02-06 11:46:37 +01:00
2014-07-17 12:59:00 -03:00
2015-04-02 13:18:41 -03:00
2014-01-15 15:10:40 -03:00
2015-04-02 13:18:41 -03:00
2014-07-23 11:48:11 -03:00
2014-07-23 11:48:11 -03:00
2014-10-29 10:32:46 -02:00
2014-02-24 09:29:36 -03:00
2015-03-19 13:53:27 -03:00
2014-10-29 10:32:46 -02:00
2015-02-24 15:34:23 -03:00
2015-03-21 14:53:40 -03:00
2013-12-27 17:08:19 -03:00
2014-05-01 21:22:39 +02:00
2014-10-29 10:32:48 -02:00
2014-10-29 10:32:48 -02:00
2014-11-05 10:11:26 -03:00