Yunlong Song
ab0e48002d
perf list: Sort the output of 'perf list' to view more clearly
Sort the output according to ASCII character list (using strcmp), which
supports both number sequence and alphabet sequence.
Example:
Before this patch:
$ perf list
List of pre-defined events (to be used in -e):
cpu-cycles OR cycles [Hardware event]
instructions [Hardware event]
cache-references [Hardware event]
cache-misses [Hardware event]
branch-instructions OR branches [Hardware event]
branch-misses [Hardware event]
bus-cycles [Hardware event]
... ...
jbd2:jbd2_start_commit [Tracepoint event]
jbd2:jbd2_commit_locking [Tracepoint event]
jbd2:jbd2_run_stats [Tracepoint event]
block:block_rq_issue [Tracepoint event]
block:block_bio_complete [Tracepoint event]
block:block_bio_backmerge [Tracepoint event]
block:block_getrq [Tracepoint event]
... ...
After this patch:
$ perf list
List of pre-defined events (to be used in -e):
branch-instructions OR branches [Hardware event]
branch-misses [Hardware event]
bus-cycles [Hardware event]
cache-misses [Hardware event]
cache-references [Hardware event]
cpu-cycles OR cycles [Hardware event]
instructions [Hardware event]
... ...
block:block_bio_backmerge [Tracepoint event]
block:block_bio_complete [Tracepoint event]
block:block_getrq [Tracepoint event]
block:block_rq_issue [Tracepoint event]
jbd2:jbd2_commit_locking [Tracepoint event]
jbd2:jbd2_run_stats [Tracepoint event]
jbd2:jbd2_start_commit [Tracepoint event]
... ...
Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1425032491-20224-2-git-send-email-yunlong.song@huawei.com
[ Don't forget closedir({sys,evt}_dir) when handling errors ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2015-02-27 15:51:44 -03:00
..
2015-01-16 17:49:29 -03:00
2015-02-12 11:49:53 -03:00
2015-01-21 13:24:31 -03:00
2015-01-16 17:49:29 -03:00
2015-02-25 16:13:12 -03:00
2015-02-27 10:08:37 -03:00
2015-02-27 10:08:37 -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-08-15 10:58:35 -03:00
2014-07-18 09:09:34 +02: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-02-25 16:14:33 -03:00
2015-02-25 16:13:12 -03:00
2014-08-15 10:58:35 -03:00
2014-11-03 18:11:59 -03:00
2014-11-03 18:11:59 -03:00
2015-02-25 16:13:12 -03:00
2015-02-25 16:13:12 -03:00
2015-02-06 11:46:36 +01:00
2015-01-29 16:20:42 -03:00
2015-02-06 11:46:36 +01:00
2015-02-06 11:46:36 +01:00
2015-02-24 17:34:00 -03:00
2014-12-09 21:18:06 -08:00
2015-02-22 22:21:27 -03:00
2015-02-22 22:22:57 -03:00
2015-02-25 12:42:23 -03:00
2015-02-18 17:16:18 +01:00
2014-10-29 10:32:48 -02:00
2015-01-29 16:53:11 -03:00
2014-11-05 10:14:07 -03:00
2015-01-21 13:24:34 -03:00
2015-01-21 13:24:34 -03:00
2014-09-17 17:08:07 -03:00
2015-02-18 17:16:18 +01:00
2014-10-29 10:32:49 -02:00
2014-11-24 18:03:47 -03:00
2015-01-21 10:06:15 -03:00
2015-02-23 11:39:38 -03:00
2014-10-15 17:39:03 -03:00
2014-05-21 11:48:33 +02:00
2015-02-27 15:51:44 -03:00
2015-02-11 12:37:08 -03:00
2014-12-03 15:14:29 +01:00
2014-12-03 15:14:29 +01:00
2015-02-13 11:38:43 -03:00
2014-10-29 10:32:47 -02:00
2014-06-12 16:53:19 +02:00
2014-06-12 16:53:19 +02:00
2015-01-21 13:24:33 -03:00
2014-11-24 18:03:51 -03:00
2015-02-27 10:31:09 -03:00
2014-09-17 18:01:14 -03:00
2015-02-06 11:46:36 +01:00
2014-07-17 12:58:39 -03:00
2015-02-12 11:22:01 -03:00
2015-01-21 13:24:31 -03:00
2014-12-11 17:53:04 -03:00
2014-08-15 10:58:35 -03:00
2015-02-22 22:23:46 -03:00
2015-02-22 22:22:57 -03:00
2015-02-12 17:55:18 -03:00
2015-02-27 10:08:38 -03:00
2014-08-24 08:11:19 -03:00
2014-12-19 13:09:43 +01:00
2014-05-01 21:22:39 +02:00
2014-10-15 16:04:33 -03:00
2014-07-10 00:22:54 +02:00
2014-07-10 00:22:54 +02:00
2015-02-11 12:37:32 -03:00
2014-12-17 11:58:17 -03:00
2015-01-21 13:24:31 -03:00
2015-01-21 10:05:54 -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
2014-11-19 12:37:26 -03:00
2014-11-03 17:10:59 -03:00
2014-10-29 11:24:47 -02: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
2014-08-22 13:12:11 -03:00
2015-02-06 11:46:37 +01: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
2015-01-29 16:20:42 -03:00
2014-10-29 10:32:46 -02:00
2015-02-24 15:34:23 -03:00
2015-02-24 15:34:23 -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