]> git.baikalelectronics.ru Git - kernel.git/commit
tools/perf: Support sorting by in_tx or abort branch flags
authorAndi Kleen <ak@linux.intel.com>
Fri, 20 Sep 2013 14:40:41 +0000 (07:40 -0700)
committerIngo Molnar <mingo@kernel.org>
Fri, 4 Oct 2013 08:06:09 +0000 (10:06 +0200)
commitc6c2df92fac147dbd696ff80632b17c369caed86
treec34d1c83b5a5927ea4dd1526e974a436cd2c825a
parent7c4a9fcc176c81212098c204db2817414432c5fc
tools/perf: Support sorting by in_tx or abort branch flags

Extend the perf branch sorting code to support sorting by in_tx
or abort_tx qualifiers. Also print out those qualifiers.

This also fixes up some of the existing sort key documentation.

We do not support no_tx here, because it's simply not showing
the in_tx flag.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1379688044-14173-4-git-send-email-andi@firstfloor.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
tools/perf/Documentation/perf-report.txt
tools/perf/Documentation/perf-top.txt
tools/perf/builtin-report.c
tools/perf/builtin-top.c
tools/perf/perf.h
tools/perf/util/hist.h
tools/perf/util/sort.c
tools/perf/util/sort.h