diff options
author | Namhyung Kim <namhyung.kim@lge.com> | 2013-03-05 14:53:24 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-03-15 13:06:05 -0300 |
commit | bd64fcb8805d8e4575f95f0df22f43b74418a4ec (patch) | |
tree | c209a8129cfca584037d44be58336c674ccecb26 /virt | |
parent | e5ccf9f45d8bff6bfeafa561d2238b0e4beb415e (diff) | |
download | op-kernel-dev-bd64fcb8805d8e4575f95f0df22f43b74418a4ec.zip op-kernel-dev-bd64fcb8805d8e4575f95f0df22f43b74418a4ec.tar.gz |
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 <namhyung@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1362462812-30885-5-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions