commit | bd64fcb8805d8e4575f95f0df22f43b74418a4ec | [log] [tgz] |
---|---|---|
author | Namhyung Kim <[email protected]> | Tue Mar 05 14:53:24 2013 +0900 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Fri Mar 15 13:06:05 2013 -0300 |
tree | c209a8129cfca584037d44be58336c674ccecb26 | |
parent | e5ccf9f45d8bff6bfeafa561d2238b0e4beb415e [diff] |
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]>