linux/tools/perf/ui
Arnaldo Carvalho de Melo a44b45f236 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 <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-o1szpyjh3z87yi0n6x0cr8uu@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2012-05-29 20:52:38 -03:00
..
browsers perf annotate browser: The idx_asm field should be used in asm only view 2012-05-29 20:52:38 -03:00
gtk perf ui: Change fallback policy of setup_browser() 2012-05-02 16:17:37 -03:00
tui perf ui: Change fallback policy of setup_browser() 2012-05-02 16:17:37 -03:00
browser.c perf annotate browser: More clearly separate columns 2012-05-03 13:12:49 -03:00
browser.h perf annotate browser: More clearly separate columns 2012-05-03 13:12:49 -03:00
helpline.c
helpline.h
keysyms.h
libslang.h
progress.c
progress.h
setup.c perf ui: Make --stdio default when TUI is not supported 2012-05-28 13:29:54 -03:00
ui.h
util.c
util.h