Lines Matching refs:hbt
457 struct hist_browser_timer *hbt) in annotate_browser__callq() argument
483 symbol__tui_annotate(&target_ms, evsel, hbt); in annotate_browser__callq()
509 struct hist_browser_timer *hbt) in annotate_browser__jump() argument
519 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump()
709 struct hist_browser_timer *hbt) in annotate_browser__run() argument
717 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run()
753 if (hbt) in annotate_browser__run()
754 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()
944 struct hist_browser_timer *hbt) in map_symbol__tui_annotate() argument
946 return symbol__tui_annotate(ms, evsel, hbt); in map_symbol__tui_annotate()
950 struct hist_browser_timer *hbt) in hist_entry__tui_annotate() argument
957 return map_symbol__tui_annotate(&he->ms, evsel, hbt); in hist_entry__tui_annotate()
961 struct hist_browser_timer *hbt) in symbol__tui_annotate() argument
1008 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()