Searched refs:hbt (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/tools/perf/ui/browsers/ |
D | annotate.c | 459 struct hist_browser_timer *hbt) in annotate_browser__callq() argument 485 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts); in annotate_browser__callq() 511 struct hist_browser_timer *hbt) in annotate_browser__jump() argument 521 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump() 712 struct hist_browser_timer *hbt) in annotate_browser__run() argument 720 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() 878 else if (!(annotate_browser__jump(browser, evsel, hbt) || in annotate_browser__run() 879 annotate_browser__callq(browser, evsel, hbt))) { in annotate_browser__run() [all …]
|
D | hists.c | 684 struct hist_browser_timer *hbt = browser->hbt; in hist_browser__handle_hotkey() local 688 WARN_ON_ONCE(!hbt); in hist_browser__handle_hotkey() 690 if (hbt) in hist_browser__handle_hotkey() 691 hbt->timer(hbt->arg); in hist_browser__handle_hotkey() 757 struct hist_browser_timer *hbt = browser->hbt; in hist_browser__run() local 758 int delay_secs = hbt ? hbt->refresh : 0; in hist_browser__run() 2262 struct hist_browser_timer *hbt, in perf_evsel_browser__new() argument 2269 browser->hbt = hbt; in perf_evsel_browser__new() 2305 struct hist_browser_timer *hbt = browser->hbt; in hists_browser__scnprintf_title() local 2306 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.1/tools/perf/ui/gtk/ |
D | annotate.c | 96 struct hist_browser_timer *hbt __maybe_unused) in perf_gtk__annotate_symbol() 165 struct hist_browser_timer *hbt) in symbol__gtk_annotate() argument 239 perf_gtk__annotate_symbol(scrolled_window, ms, evsel, hbt); in symbol__gtk_annotate() 245 struct hist_browser_timer *hbt) in hist_entry__gtk_annotate() argument 247 return symbol__gtk_annotate(&he->ms, evsel, hbt); in hist_entry__gtk_annotate()
|
D | gtk.h | 61 struct hist_browser_timer *hbt, float min_pcnt); 64 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.1/tools/perf/util/ |
D | hist.h | 471 struct hist_browser_timer *hbt, 475 struct hist_browser_timer *hbt, 478 …t evlist__tui_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hbt, 496 struct hist_browser_timer *hbt __maybe_unused, in evlist__tui_browse_hists() 506 struct hist_browser_timer *hbt __maybe_unused, in map_symbol__tui_annotate() 514 struct hist_browser_timer *hbt __maybe_unused, in hist_entry__tui_annotate()
|
D | annotate.h | 409 struct hist_browser_timer *hbt, 414 struct hist_browser_timer *hbt __maybe_unused, in symbol__tui_annotate()
|
/Linux-v6.1/tools/perf/ |
D | builtin-annotate.c | 355 struct hist_browser_timer *hbt); in hists__find_annotations()
|
D | builtin-top.c | 617 struct hist_browser_timer hbt = { in display_thread_tui() local 646 ret = evlist__tui_browse_hists(top->evlist, help, &hbt, top->min_percent, in display_thread_tui()
|