Lines Matching refs:hbt
460 struct hist_browser_timer *hbt) in annotate_browser__callq() argument
486 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts); in annotate_browser__callq()
512 struct hist_browser_timer *hbt) in annotate_browser__jump() argument
522 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump()
713 struct hist_browser_timer *hbt) in annotate_browser__run() argument
721 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run()
754 if (hbt) in annotate_browser__run()
755 hbt->timer(hbt->arg); in annotate_browser__run()
879 else if (!(annotate_browser__jump(browser, evsel, hbt) || in annotate_browser__run()
880 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run()
935 struct hist_browser_timer *hbt, in map_symbol__tui_annotate() argument
938 return symbol__tui_annotate(ms, evsel, hbt, opts); in map_symbol__tui_annotate()
942 struct hist_browser_timer *hbt, in hist_entry__tui_annotate() argument
949 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts); in hist_entry__tui_annotate()
953 struct hist_browser_timer *hbt, in symbol__tui_annotate() argument
1002 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()