]> git.baikalelectronics.ru Git - kernel.git/commit
perf report: Display cycles in branch sort mode
authorAndi Kleen <ak@linux.intel.com>
Sat, 18 Jul 2015 15:24:53 +0000 (08:24 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 6 Aug 2015 19:39:53 +0000 (16:39 -0300)
commita29dee95b638833bd2cd6bfd4104f9904e1fd5ee
tree0491bb958482f6af1435d294fa4ab50303190990
parentdf347579c0b8fa98f4fb7ce188bcf2f7ec77605e
perf report: Display cycles in branch sort mode

Display the cycles by default in branch sort mode.

To make enough room for the new column I removed dso_to. It is usually
redundant with dso_from.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1437233094-12844-9-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/sort.c