Searched refs:hbt (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/tools/perf/ui/browsers/ |
D | annotate.c | 460 struct hist_browser_timer *hbt) in annotate_browser__callq() argument 486 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts); in annotate_browser__callq() 512 struct hist_browser_timer *hbt) in annotate_browser__jump() argument 522 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump() 713 struct hist_browser_timer *hbt) in annotate_browser__run() argument 721 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run() 754 if (hbt) in annotate_browser__run() 755 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 …]
|
D | hists.c | 674 struct hist_browser_timer *hbt = browser->hbt; in hist_browser__handle_hotkey() local 678 WARN_ON_ONCE(!hbt); in hist_browser__handle_hotkey() 680 if (hbt) in hist_browser__handle_hotkey() 681 hbt->timer(hbt->arg); in hist_browser__handle_hotkey() 747 struct hist_browser_timer *hbt = browser->hbt; in hist_browser__run() local 748 int delay_secs = hbt ? hbt->refresh : 0; in hist_browser__run() 2252 struct hist_browser_timer *hbt, in perf_evsel_browser__new() argument 2259 browser->hbt = hbt; in perf_evsel_browser__new() 2295 struct hist_browser_timer *hbt = browser->hbt; in hists_browser__scnprintf_title() local 2296 int printed = __hists__scnprintf_title(browser->hists, bf, size, !is_report_browser(hbt)); in hists_browser__scnprintf_title() [all …]
|
D | hists.h | 15 struct hist_browser_timer *hbt; member
|
/Linux-v6.6/tools/perf/ui/gtk/ |
D | annotate.c | 96 struct hist_browser_timer *hbt __maybe_unused) in perf_gtk__annotate_symbol() 166 struct hist_browser_timer *hbt) in symbol__gtk_annotate() argument 241 perf_gtk__annotate_symbol(scrolled_window, ms, evsel, hbt); in symbol__gtk_annotate() 248 struct hist_browser_timer *hbt) in hist_entry__gtk_annotate() argument 250 return symbol__gtk_annotate(&he->ms, evsel, options, hbt); in hist_entry__gtk_annotate()
|
D | gtk.h | 62 struct hist_browser_timer *hbt, float min_pcnt); 66 struct hist_browser_timer *hbt);
|
D | hists.c | 594 struct hist_browser_timer *hbt __maybe_unused, float min_pcnt) in evlist__gtk_browse_hists()
|
/Linux-v6.6/tools/perf/util/ |
D | hist.h | 476 struct hist_browser_timer *hbt, 480 struct hist_browser_timer *hbt, 483 …t evlist__tui_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hbt, 501 struct hist_browser_timer *hbt __maybe_unused, in evlist__tui_browse_hists() 511 struct hist_browser_timer *hbt __maybe_unused, in map_symbol__tui_annotate() 519 struct hist_browser_timer *hbt __maybe_unused, in hist_entry__tui_annotate()
|
D | annotate.h | 412 struct hist_browser_timer *hbt, 417 struct hist_browser_timer *hbt __maybe_unused, in symbol__tui_annotate()
|
/Linux-v6.6/tools/perf/ |
D | builtin-annotate.c | 367 struct hist_browser_timer *hbt); in hists__find_annotations()
|
D | builtin-top.c | 619 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()
|