diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2012-05-29 20:49:14 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-05-29 20:52:38 -0300 |
commit | a44b45f236dd1c1a8caccf9a078adf2941a20267 (patch) | |
tree | dead7017e67403bdae20db5f2a3a409af9eea7d3 /tools/perf/scripts/python | |
parent | 3780f4883b2f3319afe88bf3ddc73ef426851d49 (diff) |
perf annotate browser: The idx_asm field should be used in asm only view
When hide_src_view is true we can't use browser_disasm_line->idx, that
takes into account also non asm lines, we must use browser_disasm_line->idx_asm
instead, otherwise we may end up with an index after the number of
entries, oops, fix it.
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions