/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 411 struct hist_browser_timer *hbt) in annotate_browser__callq() 437 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts); in annotate_browser__callq() 463 struct hist_browser_timer *hbt) in annotate_browser__jump() 473 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump() 664 struct hist_browser_timer *hbt) in annotate_browser__run() 672 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run() 705 if (hbt) in annotate_browser__run() 706 hbt->timer(hbt in annotate_browser__run() 409 annotate_browser__callq(struct annotate_browser *browser, struct evsel *evsel, struct hist_browser_timer *hbt) annotate_browser__callq() argument 461 annotate_browser__jump(struct annotate_browser *browser, struct evsel *evsel, struct hist_browser_timer *hbt) annotate_browser__jump() argument 662 annotate_browser__run(struct annotate_browser *browser, struct evsel *evsel, struct hist_browser_timer *hbt) annotate_browser__run() argument 875 map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, struct hist_browser_timer *hbt, struct annotation_options *opts) map_symbol__tui_annotate() argument 882 hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel, struct hist_browser_timer *hbt, struct annotation_options *opts) hist_entry__tui_annotate() argument 893 symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, struct hist_browser_timer *hbt, struct annotation_options *opts) symbol__tui_annotate() argument [all...] |
H A 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 in hist_browser__run() 2250 perf_evsel_browser__new(struct evsel *evsel, struct hist_browser_timer *hbt, struct perf_env *env, struct annotation_options *annotation_opts) perf_evsel_browser__new() argument 2294 struct hist_browser_timer *hbt = browser->hbt; hists_browser__scnprintf_title() local 2939 perf_evsel__hists_browse(struct evsel *evsel, int nr_events, const char *helpline, bool left_exits, struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env, bool warn_lost_event, struct annotation_options *annotation_opts) perf_evsel__hists_browse() argument 3455 perf_evsel_menu__run(struct evsel_menu *menu, int nr_events, const char *help, struct hist_browser_timer *hbt, bool warn_lost_event) perf_evsel_menu__run() argument 3558 __perf_evlist__tui_browse_hists(struct evlist *evlist, int nr_entries, const char *help, struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env, bool warn_lost_event, struct annotation_options *annotation_opts) __perf_evlist__tui_browse_hists() argument 3613 perf_evlist__tui_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env, bool warn_lost_event, struct annotation_options *annotation_opts) perf_evlist__tui_browse_hists() argument [all...] |
H A D | hists.h | 15 struct hist_browser_timer *hbt; member
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 460 struct hist_browser_timer *hbt) in annotate_browser__callq() 486 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts); in annotate_browser__callq() 512 struct hist_browser_timer *hbt) in annotate_browser__jump() 522 annotate_browser__callq(browser, evsel, hbt); in annotate_browser__jump() 713 struct hist_browser_timer *hbt) in annotate_browser__run() 721 int delay_secs = hbt ? hbt->refresh : 0; in annotate_browser__run() 754 if (hbt) in annotate_browser__run() 755 hbt->timer(hbt in annotate_browser__run() 458 annotate_browser__callq(struct annotate_browser *browser, struct evsel *evsel, struct hist_browser_timer *hbt) annotate_browser__callq() argument 510 annotate_browser__jump(struct annotate_browser *browser, struct evsel *evsel, struct hist_browser_timer *hbt) annotate_browser__jump() argument 711 annotate_browser__run(struct annotate_browser *browser, struct evsel *evsel, struct hist_browser_timer *hbt) annotate_browser__run() argument 934 map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, struct hist_browser_timer *hbt, struct annotation_options *opts) map_symbol__tui_annotate() argument 941 hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel, struct hist_browser_timer *hbt, struct annotation_options *opts) hist_entry__tui_annotate() argument 952 symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, struct hist_browser_timer *hbt, struct annotation_options *opts) symbol__tui_annotate() argument [all...] |
H A 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 in hist_browser__run() 2251 perf_evsel_browser__new(struct evsel *evsel, struct hist_browser_timer *hbt, struct perf_env *env, struct annotation_options *annotation_opts) perf_evsel_browser__new() argument 2295 struct hist_browser_timer *hbt = browser->hbt; hists_browser__scnprintf_title() local 2944 evsel__hists_browse(struct evsel *evsel, int nr_events, const char *helpline, bool left_exits, struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env, bool warn_lost_event, struct annotation_options *annotation_opts) evsel__hists_browse() argument 3457 perf_evsel_menu__run(struct evsel_menu *menu, int nr_events, const char *help, struct hist_browser_timer *hbt, bool warn_lost_event) perf_evsel_menu__run() argument 3558 __evlist__tui_browse_hists(struct evlist *evlist, int nr_entries, const char *help, struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env, bool warn_lost_event, struct annotation_options *annotation_opts) __evlist__tui_browse_hists() argument 3609 evlist__tui_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env, bool warn_lost_event, struct annotation_options *annotation_opts) evlist__tui_browse_hists() argument [all...] |
H A D | hists.h | 15 struct hist_browser_timer *hbt; member
|
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | gtk.h | 61 struct hist_browser_timer *hbt, 65 struct hist_browser_timer *hbt);
|
H A 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() 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() 246 return symbol__gtk_annotate(&he->ms, evsel, hbt); in hist_entry__gtk_annotate() 164 symbol__gtk_annotate(struct map_symbol *ms, struct evsel *evsel, struct hist_browser_timer *hbt) symbol__gtk_annotate() argument 242 hist_entry__gtk_annotate(struct hist_entry *he, struct evsel *evsel, struct hist_browser_timer *hbt) hist_entry__gtk_annotate() argument
|
H A D | hists.c | 595 struct hist_browser_timer *hbt __maybe_unused, in perf_evlist__gtk_browse_hists()
|
/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A 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() 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() 250 return symbol__gtk_annotate(&he->ms, evsel, options, hbt); in hist_entry__gtk_annotate() 164 symbol__gtk_annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *options, struct hist_browser_timer *hbt) symbol__gtk_annotate() argument 245 hist_entry__gtk_annotate(struct hist_entry *he, struct evsel *evsel, struct annotation_options *options, struct hist_browser_timer *hbt) hist_entry__gtk_annotate() argument
|
H A D | gtk.h | 62 struct hist_browser_timer *hbt, float min_pcnt); 66 struct hist_browser_timer *hbt);
|
H A D | hists.c | 594 struct hist_browser_timer *hbt __maybe_unused, float min_pcnt) in evlist__gtk_browse_hists()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A 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()
|
H A D | annotate.h | 402 struct hist_browser_timer *hbt, 407 struct hist_browser_timer *hbt __maybe_unused, in symbol__tui_annotate()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 476 struct hist_browser_timer *hbt, 480 struct hist_browser_timer *hbt, 483 int 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()
|
H A D | annotate.h | 412 struct hist_browser_timer *hbt, 417 struct hist_browser_timer *hbt __maybe_unused, in symbol__tui_annotate()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 339 struct hist_browser_timer *hbt); in hists__find_annotations()
|
H A 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()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 367 struct hist_browser_timer *hbt); in hists__find_annotations()
|
H A 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()
|