Lines Matching defs:hbt
674 struct hist_browser_timer *hbt = browser->hbt;
678 WARN_ON_ONCE(!hbt);
680 if (hbt)
681 hbt->timer(hbt->arg);
747 struct hist_browser_timer *hbt = browser->hbt;
748 int delay_secs = hbt ? hbt->refresh : 0;
2252 struct hist_browser_timer *hbt,
2259 browser->hbt = hbt;
2295 struct hist_browser_timer *hbt = browser->hbt;
2296 int printed = __hists__scnprintf_title(browser->hists, bf, size, !is_report_browser(hbt));
2298 if (!is_report_browser(hbt)) {
2299 struct perf_top *top = hbt->arg;
2448 err = map_symbol__tui_annotate(&act->ms, evsel, browser->hbt,
2817 if (!is_report_browser(browser->hbt))
2945 bool left_exits, struct hist_browser_timer *hbt, float min_pcnt,
2950 struct hist_browser *browser = perf_evsel_browser__new(evsel, hbt, env, annotation_opts);
2958 int delay_secs = hbt ? hbt->refresh : 0;
3024 if (!is_report_browser(hbt))
3165 if (is_report_browser(hbt)) {
3172 if (is_report_browser(hbt)) {
3187 if (!is_report_browser(hbt)) {
3188 struct perf_top *top = hbt->arg;
3215 is_report_browser(hbt) ? report_help : top_help);
3260 if (!is_report_browser(hbt)) {
3261 struct perf_top *top = hbt->arg;
3270 hbt->refresh = delay_secs;
3273 hbt->refresh = 0;
3326 if (!is_report_browser(hbt))
3459 struct hist_browser_timer *hbt,
3465 int delay_secs = hbt ? hbt->refresh : 0;
3477 if (hbt)
3478 hbt->timer(hbt->arg);
3498 if (hbt)
3499 hbt->timer(hbt->arg);
3500 key = evsel__hists_browse(pos, nr_events, help, true, hbt,
3559 struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env,
3589 hbt, warn_lost_event);
3609 int evlist__tui_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hbt,
3619 return evsel__hists_browse(first, nr_entries, help, false, hbt, min_pcnt,
3637 return __evlist__tui_browse_hists(evlist, nr_entries, help, hbt, min_pcnt, env,