Lines Matching refs:hbt
404 struct hist_browser_timer *hbt) in annotate_browser__callq() argument
427 symbol__tui_annotate(dl->ops.target.sym, ms->map, evsel, hbt, browser->opts); in annotate_browser__callq()
453 struct hist_browser_timer *hbt) in annotate_browser__jump() argument
463 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump()
654 struct hist_browser_timer *hbt) in annotate_browser__run() argument
662 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run()
695 if (hbt) in annotate_browser__run()
696 hbt->timer(hbt->arg); in annotate_browser__run()
816 else if (!(annotate_browser__jump(browser, evsel, hbt) || in annotate_browser__run()
817 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run()
867 struct hist_browser_timer *hbt, in map_symbol__tui_annotate() argument
870 return symbol__tui_annotate(ms->sym, ms->map, evsel, hbt, opts); in map_symbol__tui_annotate()
874 struct hist_browser_timer *hbt, in hist_entry__tui_annotate() argument
881 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts); in hist_entry__tui_annotate()
886 struct hist_browser_timer *hbt, in symbol__tui_annotate() argument
932 ret = annotate_browser__run(&browser, evsel, hbt); in symbol__tui_annotate()