Lines Matching refs:hbt
411 struct hist_browser_timer *hbt) in annotate_browser__callq() argument
437 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts); in annotate_browser__callq()
463 struct hist_browser_timer *hbt) in annotate_browser__jump() argument
473 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump()
664 struct hist_browser_timer *hbt) in annotate_browser__run() argument
672 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run()
705 if (hbt) in annotate_browser__run()
706 hbt->timer(hbt->arg); in annotate_browser__run()
825 else if (!(annotate_browser__jump(browser, evsel, hbt) || in annotate_browser__run()
826 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run()
876 struct hist_browser_timer *hbt, in map_symbol__tui_annotate() argument
879 return symbol__tui_annotate(ms, evsel, hbt, opts); in map_symbol__tui_annotate()
883 struct hist_browser_timer *hbt, in hist_entry__tui_annotate() argument
890 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts); in hist_entry__tui_annotate()
894 struct hist_browser_timer *hbt, in symbol__tui_annotate() argument
937 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()