]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
perf c2c report: Add 'symbol' and 'dso' sort keys
authorJiri Olsa <jolsa@kernel.org>
Tue, 24 May 2016 21:41:52 +0000 (23:41 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Oct 2016 16:18:31 +0000 (13:18 -0300)
commit51dedaa446532da821fb1160fc4865ca37a54df3
treeb9cb98c33c2cf87efde38bc7e0e33a329bc6865f
parente87019c5e8c6bc87e59bb01175479b1ab561c400
perf c2c report: Add 'symbol' and 'dso' sort keys

They are to be displayed in the single cacheline output:

  symbol, dso

They are wrappers for global sort_sym and sort_dso sort entries with c2c
specific headers.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Joe Mario <jmario@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-6742e6g0r7n63y5wc4rrgxx5@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-c2c.c