Lines Matching refs:hbt
446 struct hist_browser_timer *hbt) in annotate_browser__callq() argument
479 symbol__tui_annotate(target.sym, target.map, evsel, hbt); in annotate_browser__callq()
665 struct hist_browser_timer *hbt) in annotate_browser__run() argument
671 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run()
704 if (hbt) in annotate_browser__run()
705 hbt->timer(hbt->arg); in annotate_browser__run()
810 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run()
833 struct hist_browser_timer *hbt) in map_symbol__tui_annotate() argument
835 return symbol__tui_annotate(ms->sym, ms->map, evsel, hbt); in map_symbol__tui_annotate()
839 struct hist_browser_timer *hbt) in hist_entry__tui_annotate() argument
841 return map_symbol__tui_annotate(&he->ms, evsel, hbt); in hist_entry__tui_annotate()
889 struct hist_browser_timer *hbt) in symbol__tui_annotate() argument
979 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()