Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/ui/browsers/
Dannotate.c194 from = cursor->al.idx_asm; in annotate_browser__draw_current_jump()
195 to = target->idx_asm; in annotate_browser__draw_current_jump()
297 idx = pos->idx_asm; in annotate_browser__set_rb_top()
356 if (al->idx_asm < offset) in annotate_browser__toggle_source()
365 if (al->idx_asm < 0) { in annotate_browser__toggle_source()
371 if (al->idx_asm < offset) in annotate_browser__toggle_source()
372 offset = al->idx_asm; in annotate_browser__toggle_source()
377 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source()
378 browser->b.index = al->idx_asm; in annotate_browser__toggle_source()
/Linux-v5.4/tools/perf/util/
Dannotate.h144 int idx_asm; member
Dannotate.c2578 al->idx_asm = notes->nr_asm_entries++; in annotation__set_offsets()
2589 al->idx_asm = -1; in annotation__set_offsets()