Lines Matching refs:hbt
485 struct hist_browser_timer *hbt) in annotate_browser__callq() argument
518 symbol__tui_annotate(target.sym, target.map, evsel, hbt); in annotate_browser__callq()
704 struct hist_browser_timer *hbt) in annotate_browser__run() argument
710 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run()
743 if (hbt) in annotate_browser__run()
744 hbt->timer(hbt->arg); in annotate_browser__run()
850 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run()
878 struct hist_browser_timer *hbt) in map_symbol__tui_annotate() argument
884 return symbol__tui_annotate(ms->sym, ms->map, evsel, hbt); in map_symbol__tui_annotate()
888 struct hist_browser_timer *hbt) in hist_entry__tui_annotate() argument
894 return map_symbol__tui_annotate(&he->ms, evsel, hbt); in hist_entry__tui_annotate()
1011 struct hist_browser_timer *hbt) in symbol__tui_annotate() argument
1103 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()