]> git.baikalelectronics.ru Git - kernel.git/commit
perf report: Enable TUI in branch view mode
authorStephane Eranian <eranian@google.com>
Thu, 8 Mar 2012 22:47:48 +0000 (23:47 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 9 Mar 2012 07:26:08 +0000 (08:26 +0100)
commit4211f2344ee4c92e30056f2af7a53d801d9d18b0
tree9952e5bb45d3890e67f9f81ad704489d5a114d94
parente84630ed13be0992f90a956f82c8d32f5f123588
perf report: Enable TUI in branch view mode

This patch updates perf report to support TUI mode
when the perf.data file contains samples with branch
stacks.

For each row in the report, it is possible to annotate
either the source or target of each branch.

Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: peterz@infradead.org
Cc: acme@redhat.com
Cc: asharma@fb.com
Cc: ravitillo@lbl.gov
Cc: vweaver1@eecs.utk.edu
Cc: khandual@linux.vnet.ibm.com
Cc: dsahern@gmail.com
Link: http://lkml.kernel.org/r/1331246868-19905-5-git-send-email-eranian@google.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-report.c
tools/perf/util/session.c
tools/perf/util/sort.h
tools/perf/util/symbol.h
tools/perf/util/ui/browsers/hists.c