Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dannotate.c232 from = cursor->al.idx_asm; in annotate_browser__draw_current_jump()
233 to = target->idx_asm; in annotate_browser__draw_current_jump()
333 idx = pos->idx_asm; in annotate_browser__set_rb_top()
384 int idx_asm) in annotate_browser__find_new_asm_line() argument
391 if (al->idx_asm == idx_asm) in annotate_browser__find_new_asm_line()
407 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
414 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
465 int orig_idx_asm = al->idx_asm; in annotate_browser__toggle_source()
485 browser->b.seek(&browser->b, al->idx_asm, SEEK_SET); in annotate_browser__toggle_source()
489 if (al->idx_asm < offset) in annotate_browser__toggle_source()
[all …]
/linux/tools/perf/util/
H A Dannotate.h127 int idx_asm; member
H A Dannotate.c1557 al->idx_asm = src->nr_asm_entries++; in annotation__set_index()
1559 al->idx_asm = -1; in annotation__set_index()