Home
last modified time | relevance | path

Searched refs:hbt (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/tools/perf/ui/browsers/
Dannotate.c457 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()
[all …]
Dhists.c675 struct hist_browser_timer *hbt = browser->hbt; in hist_browser__handle_hotkey() local
679 WARN_ON_ONCE(!hbt); in hist_browser__handle_hotkey()
681 if (hbt) in hist_browser__handle_hotkey()
682 hbt->timer(hbt->arg); in hist_browser__handle_hotkey()
748 struct hist_browser_timer *hbt = browser->hbt; in hist_browser__run() local
749 int delay_secs = hbt ? hbt->refresh : 0; in hist_browser__run()
2253 struct hist_browser_timer *hbt, in perf_evsel_browser__new() argument
2259 browser->hbt = hbt; in perf_evsel_browser__new()
2294 struct hist_browser_timer *hbt = browser->hbt; in hists_browser__scnprintf_title() local
2295 int printed = __hists__scnprintf_title(browser->hists, bf, size, !is_report_browser(hbt)); in hists_browser__scnprintf_title()
[all …]
Dannotate-data.c519 struct hist_browser_timer *hbt) in annotated_data_browser__run() argument
521 int delay_secs = hbt ? hbt->refresh : 0; in annotated_data_browser__run()
532 if (hbt) in annotated_data_browser__run()
533 hbt->timer(hbt->arg); in annotated_data_browser__run()
570 struct hist_browser_timer *hbt) in hist_entry__annotate_data_tui() argument
607 ret = annotated_data_browser__run(&browser, evsel, hbt); in hist_entry__annotate_data_tui()
Dhists.h14 struct hist_browser_timer *hbt; member
/linux-6.12.1/tools/perf/ui/gtk/
Dannotate.c104 struct hist_browser_timer *hbt __maybe_unused) in perf_gtk__annotate_symbol()
173 struct hist_browser_timer *hbt) in symbol__gtk_annotate() argument
249 perf_gtk__annotate_symbol(scrolled_window, ms, evsel, hbt); in symbol__gtk_annotate()
255 struct hist_browser_timer *hbt) in hist_entry__gtk_annotate() argument
257 return symbol__gtk_annotate(&he->ms, evsel, hbt); in hist_entry__gtk_annotate()
Dgtk.h61 struct hist_browser_timer *hbt, float min_pcnt);
64 struct hist_browser_timer *hbt);
Dhists.c594 struct hist_browser_timer *hbt __maybe_unused, float min_pcnt) in evlist__gtk_browse_hists()
/linux-6.12.1/tools/perf/util/
Dhist.h670 struct hist_browser_timer *hbt);
673 struct hist_browser_timer *hbt);
675 …t evlist__tui_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hbt,
691 struct hist_browser_timer *hbt __maybe_unused, in evlist__tui_browse_hists()
700 struct hist_browser_timer *hbt __maybe_unused) in map_symbol__tui_annotate()
707 struct hist_browser_timer *hbt __maybe_unused) in hist_entry__tui_annotate()
Dannotate-data.h283 struct hist_browser_timer *hbt);
287 struct hist_browser_timer *hbt __maybe_unused) in hist_entry__annotate_data_tui()
Dannotate.h459 struct hist_browser_timer *hbt);
463 struct hist_browser_timer *hbt __maybe_unused) in symbol__tui_annotate()
/linux-6.12.1/tools/perf/
Dbuiltin-top.c619 struct hist_browser_timer hbt = { in display_thread_tui() local
648 ret = evlist__tui_browse_hists(top->evlist, help, &hbt, top->min_percent, in display_thread_tui()
Dbuiltin-annotate.c505 struct hist_browser_timer *hbt); in hists__find_annotations()