Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c24 int idx_asm; member
280 from = bcursor->idx_asm; in annotate_browser__draw_current_jump()
281 to = btarget->idx_asm; in annotate_browser__draw_current_jump()
373 idx = bpos->idx_asm; in annotate_browser__set_rb_top()
441 if (bdl->idx_asm < offset) in annotate_browser__toggle_source()
450 if (bdl->idx_asm < 0) { in annotate_browser__toggle_source()
456 if (bdl->idx_asm < offset) in annotate_browser__toggle_source()
457 offset = bdl->idx_asm; in annotate_browser__toggle_source()
462 browser->b.top_idx = bdl->idx_asm - offset; in annotate_browser__toggle_source()
463 browser->b.index = bdl->idx_asm; in annotate_browser__toggle_source()
[all …]