Home
last modified time | relevance | path

Searched refs:idx_asm (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c198 from = cursor->al.idx_asm; in annotate_browser__draw_current_jump()
199 to = target->idx_asm; in annotate_browser__draw_current_jump()
300 idx = pos->idx_asm; in annotate_browser__set_rb_top()
357 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
364 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
382 if (al->idx_asm < offset) in annotate_browser__toggle_source()
391 if (al->idx_asm < 0) { in annotate_browser__toggle_source()
400 if (al->idx_asm < offset) in annotate_browser__toggle_source()
401 offset = al->idx_asm; in annotate_browser__toggle_source()
406 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source()
[all …]
/openbmc/linux/tools/perf/util/
H A Dannotate.h153 int idx_asm; member
H A Dannotate.c2841 al->idx_asm = src->nr_asm_entries++; in annotation__set_offsets()
2852 al->idx_asm = -1; in annotation__set_offsets()