Lines Matching refs:hbt
411 struct hist_browser_timer *hbt) in annotate_browser__callq() argument
434 symbol__tui_annotate(dl->ops.target.sym, ms->map, evsel, hbt, browser->opts); in annotate_browser__callq()
460 struct hist_browser_timer *hbt) in annotate_browser__jump() argument
470 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump()
661 struct hist_browser_timer *hbt) in annotate_browser__run() argument
669 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run()
702 if (hbt) in annotate_browser__run()
703 hbt->timer(hbt->arg); in annotate_browser__run()
823 else if (!(annotate_browser__jump(browser, evsel, hbt) || in annotate_browser__run()
824 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run()
874 struct hist_browser_timer *hbt, in map_symbol__tui_annotate() argument
877 return symbol__tui_annotate(ms->sym, ms->map, evsel, hbt, opts); in map_symbol__tui_annotate()
881 struct hist_browser_timer *hbt, in hist_entry__tui_annotate() argument
888 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts); in hist_entry__tui_annotate()
893 struct hist_browser_timer *hbt, in symbol__tui_annotate() argument
939 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()