Home
last modified time | relevance | path

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

/linux-6.15/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()
299 idx = pos->idx_asm; in annotate_browser__set_rb_top()
356 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
363 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
381 if (al->idx_asm < offset) in annotate_browser__toggle_source()
390 if (al->idx_asm < 0) { in annotate_browser__toggle_source()
399 if (al->idx_asm < offset) in annotate_browser__toggle_source()
400 offset = al->idx_asm; in annotate_browser__toggle_source()
405 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source()
[all …]
/linux-6.15/tools/perf/util/
H A Dannotate.h126 int idx_asm; member
H A Dannotate.c1542 al->idx_asm = src->nr_asm_entries++; in annotation__set_index()
1544 al->idx_asm = -1; in annotation__set_index()