Lines Matching refs:hbt
464 struct hist_browser_timer *hbt) in annotate_browser__callq() argument
490 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts); in annotate_browser__callq()
516 struct hist_browser_timer *hbt) in annotate_browser__jump() argument
526 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump()
717 struct hist_browser_timer *hbt) in annotate_browser__run() argument
725 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run()
758 if (hbt) in annotate_browser__run()
759 hbt->timer(hbt->arg); in annotate_browser__run()
882 else if (!(annotate_browser__jump(browser, evsel, hbt) || in annotate_browser__run()
883 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run()
933 struct hist_browser_timer *hbt, in map_symbol__tui_annotate() argument
936 return symbol__tui_annotate(ms, evsel, hbt, opts); in map_symbol__tui_annotate()
940 struct hist_browser_timer *hbt, in hist_entry__tui_annotate() argument
947 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts); in hist_entry__tui_annotate()
951 struct hist_browser_timer *hbt, in symbol__tui_annotate() argument
995 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()