]> Git Repo - linux.git/commit
perf annotate: Start supporting cross arch annotation
authorArnaldo Carvalho de Melo <[email protected]>
Wed, 16 Nov 2016 18:39:50 +0000 (15:39 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 17 Nov 2016 20:12:50 +0000 (17:12 -0300)
commit786c1b51844d858041166057c0c79e93c2015013
tree5e7312f542b6c5264276754476e8d3240bac520d
parent6a6b12e2125591e24891e6860410795ea53aed11
perf annotate: Start supporting cross arch annotation

Introduce a 'struct arch', where arch specific stuff will live, starting
with objdump's choice of comment delimitation character, that is '#' in
x86 while a ';' in arm.

This has some bits and pieces from a patch submitted by Ravi.

Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Chris Riyder <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kim Phillips <[email protected]>
Cc: Markus Trippelsdorf <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Naveen N. Rao <[email protected]>
Cc: Pawel Moll <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ravi Bangoria <[email protected]>
Cc: Taeung Song <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-top.c
tools/perf/ui/browsers/annotate.c
tools/perf/ui/gtk/annotate.c
tools/perf/util/annotate.c
tools/perf/util/annotate.h
This page took 0.045867 seconds and 4 git commands to generate.