Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/ui/browsers/
Dannotate.c199 from = cursor->al.idx_asm; in annotate_browser__draw_current_jump()
200 to = target->idx_asm; in annotate_browser__draw_current_jump()
302 idx = pos->idx_asm; in annotate_browser__set_rb_top()
359 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
366 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
384 if (al->idx_asm < offset) in annotate_browser__toggle_source()
393 if (al->idx_asm < 0) { in annotate_browser__toggle_source()
402 if (al->idx_asm < offset) in annotate_browser__toggle_source()
403 offset = al->idx_asm; in annotate_browser__toggle_source()
408 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source()
[all …]
/linux-6.6.21/tools/perf/util/
Dannotate.h147 int idx_asm; member
Dannotate.c2809 al->idx_asm = notes->nr_asm_entries++; in annotation__set_offsets()
2820 al->idx_asm = -1; in annotation__set_offsets()