android_kernel_samsung_msm8976/tools/perf
Frederic Weisbecker 301406b9c6 perf annotate: Print the filename:line for annotated colored lines
When we have a colored line in perf annotate, ie a middle/high
overhead one, it's sometimes useful to get the matching line
and filename from the source file, especially this path prepares
to another subsequent one which will print a sorted summary of
midle/high overhead lines in the beginning of the output.

Filename:Lines have the same color than the concerned ip lines.

It can be slow because it relies on addr2line. We could also
use objdump with -l but that implies we would have to bufferize
objdump output and parse it to filter the relevant lines since
we want to print a sorted summary in the beginning.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1244844682-12928-1-git-send-email-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-06-13 12:58:23 +02:00
..
Documentation
util perf annotate: Print the filename:line for annotated colored lines 2009-06-13 12:58:23 +02:00
.gitignore
builtin-annotate.c perf annotate: Print the filename:line for annotated colored lines 2009-06-13 12:58:23 +02:00
builtin-help.c
builtin-list.c
builtin-record.c perf record: Explicity program a default counter 2009-06-12 14:28:52 +02:00
builtin-report.c perf_counter tools: Clean up u64 usage 2009-06-11 16:48:38 +02:00
builtin-stat.c perf_counter: Standardize event names 2009-06-11 17:54:15 +02:00
builtin-top.c perf_counter: Standardize event names 2009-06-11 17:54:15 +02:00
builtin.h
command-list.txt
design.txt perf_counter: Start documenting HAVE_PERF_COUNTERS requirements 2009-06-12 19:37:30 +02:00
Makefile
perf.c
perf.h perf_counter: Add forward/backward attribute ABI compatibility 2009-06-12 14:28:52 +02:00