Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c17 int idx_asm; member
240 from = bcursor->idx_asm; in annotate_browser__draw_current_jump()
241 to = btarget->idx_asm; in annotate_browser__draw_current_jump()
337 idx = bpos->idx_asm; in annotate_browser__set_rb_top()
402 if (bdl->idx_asm < offset) in annotate_browser__toggle_source()
411 if (bdl->idx_asm < 0) { in annotate_browser__toggle_source()
417 if (bdl->idx_asm < offset) in annotate_browser__toggle_source()
418 offset = bdl->idx_asm; in annotate_browser__toggle_source()
423 browser->b.top_idx = bdl->idx_asm - offset; in annotate_browser__toggle_source()
424 browser->b.index = bdl->idx_asm; in annotate_browser__toggle_source()
[all …]