Namhyung Kim
a1668c25a8
perf diff: Add 'delta-abs' compute method
...
The 'delta-abs' compute method is same as 'delta' but shows entries with
bigger absolute delta first instead of sorting numerically. This is
only useful together with -o option.
Below is default output (-c delta):
$ perf diff -o 1 -c delta | grep -v ^# | head
42.22% +4.97% [kernel.kallsyms] [k] cfb_imageblit
0.62% +1.23% [kernel.kallsyms] [k] mutex_lock
+1.15% [kernel.kallsyms] [k] copy_user_generic_string
2.40% +0.95% [kernel.kallsyms] [k] bit_putcs
0.31% +0.79% [kernel.kallsyms] [k] link_path_walk
+0.64% [kernel.kallsyms] [k] kmem_cache_alloc
0.00% +0.57% [kernel.kallsyms] [k] __rcu_read_unlock
+0.45% [kernel.kallsyms] [k] alloc_set_pte
0.16% +0.45% [kernel.kallsyms] [k] menu_select
+0.41% ld-2.24.so [.] do_lookup_x
Now with 'delta-abs' it shows entries have bigger delta value either
positive or negative.
$ perf diff -o 1 -c delta-abs | grep -v ^# | head
42.22% +4.97% [kernel.kallsyms] [k] cfb_imageblit
12.72% -3.01% [kernel.kallsyms] [k] intel_idle
9.72% -1.31% [unknown] [.] 0x0000000000411343
0.62% +1.23% [kernel.kallsyms] [k] mutex_lock
2.40% +0.95% [kernel.kallsyms] [k] bit_putcs
0.31% +0.79% [kernel.kallsyms] [k] link_path_walk
1.35% -0.71% [kernel.kallsyms] [k] smp_call_function_single
0.00% +0.57% [kernel.kallsyms] [k] __rcu_read_unlock
0.16% +0.45% [kernel.kallsyms] [k] menu_select
0.72% -0.44% [kernel.kallsyms] [k] lookup_fast
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20170210073614.24584-2-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2017-02-13 14:29:36 -03:00
..
2016-09-23 13:07:15 -06:00
2017-01-30 16:01:20 -03:00
2017-01-26 16:29:00 -03:00
2016-12-17 16:24:13 -08:00
2016-12-13 12:11:01 -08:00
2016-10-23 19:34:10 +01:00
2017-02-13 14:29:29 -03:00
2016-05-25 16:12:06 +02:00
2016-09-23 13:07:21 -06:00
2016-11-22 12:07:02 +01:00
2016-09-08 08:05:24 +02:00
2017-02-08 16:39:16 -03:00
2016-05-08 23:32:59 -04:00
2017-01-19 08:39:44 +01:00
2016-09-23 13:07:27 -06:00
2017-02-13 14:29:36 -03:00
2016-12-25 14:01:28 -08:00
2017-01-26 16:29:00 -03:00
2016-11-04 09:56:09 -06:00
2017-01-27 12:54:16 -08:00
2016-12-06 08:37:41 +01:00
2017-01-19 23:46:32 +02:00
2016-07-26 16:19:19 -07:00
2016-11-22 12:07:02 +01:00