Searched refs:hbt (Results 1 – 10 of 10) sorted by relevance
/tools/perf/ui/gtk/ |
D | gtk.h | 61 struct hist_browser_timer *hbt, 65 struct hist_browser_timer *hbt);
|
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 238 perf_gtk__annotate_symbol(scrolled_window, ms, evsel, hbt); in symbol__gtk_annotate() 244 struct hist_browser_timer *hbt) in hist_entry__gtk_annotate() argument 246 return symbol__gtk_annotate(&he->ms, evsel, hbt); in hist_entry__gtk_annotate()
|
D | hists.c | 595 struct hist_browser_timer *hbt __maybe_unused, in perf_evlist__gtk_browse_hists()
|
/tools/perf/ui/browsers/ |
D | annotate.c | 411 struct hist_browser_timer *hbt) in annotate_browser__callq() argument 437 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts); in annotate_browser__callq() 463 struct hist_browser_timer *hbt) in annotate_browser__jump() argument 473 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump() 664 struct hist_browser_timer *hbt) in annotate_browser__run() argument 672 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run() 705 if (hbt) in annotate_browser__run() 706 hbt->timer(hbt->arg); in annotate_browser__run() 825 else if (!(annotate_browser__jump(browser, evsel, hbt) || in annotate_browser__run() 826 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 677 WARN_ON_ONCE(!hbt); in hist_browser__handle_hotkey() 679 if (hbt) in hist_browser__handle_hotkey() 680 hbt->timer(hbt->arg); in hist_browser__handle_hotkey() 746 struct hist_browser_timer *hbt = browser->hbt; in hist_browser__run() local 747 int delay_secs = hbt ? hbt->refresh : 0; in hist_browser__run() 2251 struct hist_browser_timer *hbt, in perf_evsel_browser__new() argument 2258 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 …]
|
D | hists.h | 15 struct hist_browser_timer *hbt; member
|
/tools/perf/util/ |
D | hist.h | 459 struct hist_browser_timer *hbt, 463 struct hist_browser_timer *hbt, 467 struct hist_browser_timer *hbt, 487 struct hist_browser_timer *hbt __maybe_unused, in perf_evlist__tui_browse_hists() 497 struct hist_browser_timer *hbt __maybe_unused, in map_symbol__tui_annotate() 505 struct hist_browser_timer *hbt __maybe_unused, in hist_entry__tui_annotate()
|
D | annotate.h | 402 struct hist_browser_timer *hbt, 407 struct hist_browser_timer *hbt __maybe_unused, in symbol__tui_annotate()
|
/tools/perf/ |
D | builtin-annotate.c | 339 struct hist_browser_timer *hbt); in hists__find_annotations()
|
D | builtin-top.c | 615 struct hist_browser_timer hbt = { in display_thread_tui() local 644 ret = perf_evlist__tui_browse_hists(top->evlist, help, &hbt, in display_thread_tui()
|