aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2013-03-05 05:53:24 +0000
committerArnaldo Carvalho de Melo <[email protected]>2013-03-15 16:06:05 +0000
commitbd64fcb8805d8e4575f95f0df22f43b74418a4ec (patch)
treec209a8129cfca584037d44be58336c674ccecb26 /tools/perf/builtin-annotate.c
parentperf annotate: Factor out disasm__calc_percent() (diff)
downloadkernel-bd64fcb8805d8e4575f95f0df22f43b74418a4ec.tar.gz
kernel-bd64fcb8805d8e4575f95f0df22f43b74418a4ec.zip
perf annotate: Cleanup disasm__calc_percent()
The loop end condition is calculated from next disasm_line or the symbol size if it's the last disasm_line. But it doesn't need to be calculated at every iteration. Moving it out of the function can simplify code a bit. Also the src_line doesn't need to be checked in every time. Signed-off-by: Namhyung Kim <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Pekka Enberg <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions