/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | hists.c | 294 float min_pcnt) in perf_gtk__show_hists() 368 if (percent < min_pcnt) in perf_gtk__show_hists() 410 float min_pcnt) in perf_gtk__add_hierarchy_entries() 430 if (percent < min_pcnt) in perf_gtk__add_hierarchy_entries() 471 min_pcnt); in perf_gtk__add_hierarchy_entries() 473 if (!hist_entry__has_hierarchy_children(he, min_pcnt)) { in perf_gtk__add_hierarchy_entries() 478 min_pcnt); in perf_gtk__add_hierarchy_entries() 498 float min_pcnt) in perf_gtk__show_hierarchy() 584 NULL, &hpp, min_pcnt); in perf_gtk__show_hierarchy() 596 float min_pcnt) in perf_evlist__gtk_browse_hists() 293 perf_gtk__show_hists(GtkWidget *window, struct hists *hists, float min_pcnt) perf_gtk__show_hists() argument 405 perf_gtk__add_hierarchy_entries(struct hists *hists, struct rb_root_cached *root, GtkTreeStore *store, GtkTreeIter *parent, struct perf_hpp *hpp, float min_pcnt) perf_gtk__add_hierarchy_entries() argument 497 perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists, float min_pcnt) perf_gtk__show_hierarchy() argument 593 perf_evlist__gtk_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hbt __maybe_unused, float min_pcnt) perf_evlist__gtk_browse_hists() argument [all...] |
H A D | gtk.h | 62 float min_pcnt);
|
/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A D | hists.c | 294 float min_pcnt) in perf_gtk__show_hists() 368 if (percent < min_pcnt) in perf_gtk__show_hists() 410 float min_pcnt) in perf_gtk__add_hierarchy_entries() 430 if (percent < min_pcnt) in perf_gtk__add_hierarchy_entries() 471 min_pcnt); in perf_gtk__add_hierarchy_entries() 473 if (!hist_entry__has_hierarchy_children(he, min_pcnt)) { in perf_gtk__add_hierarchy_entries() 478 min_pcnt); in perf_gtk__add_hierarchy_entries() 498 float min_pcnt) in perf_gtk__show_hierarchy() 584 NULL, &hpp, min_pcnt); in perf_gtk__show_hierarchy() 594 struct hist_browser_timer *hbt __maybe_unused, float min_pcnt) in evlist__gtk_browse_hists() 293 perf_gtk__show_hists(GtkWidget *window, struct hists *hists, float min_pcnt) perf_gtk__show_hists() argument 405 perf_gtk__add_hierarchy_entries(struct hists *hists, struct rb_root_cached *root, GtkTreeStore *store, GtkTreeIter *parent, struct perf_hpp *hpp, float min_pcnt) perf_gtk__add_hierarchy_entries() argument 497 perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists, float min_pcnt) perf_gtk__show_hierarchy() argument 593 evlist__gtk_browse_hists(struct evlist *evlist, const char *help, struct hist_browser_timer *hbt __maybe_unused, float min_pcnt) evlist__gtk_browse_hists() argument [all...] |
H A D | gtk.h | 62 struct hist_browser_timer *hbt, float min_pcnt);
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 54 float min_pcnt); 58 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter; in hist_browser__has_filter() 68 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding() 292 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows() 575 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding() 618 if (he->filtered || percent < browser->min_pcnt) in __hist_browser__set_folding() 625 else if (unfold && !hist_entry__has_hierarchy_children(he, browser->min_pcnt)) { in __hist_browser__set_folding() 1622 ret = snprintf(buf, sizeof(buf), "no entry >= %.2f%%", browser->min_pcnt); in hist_browser__show_no_entry() 1841 if (percent < hb->min_pcnt) in hist_browser__refresh() 1866 float min_pcnt) in hists__filter_entries() 1865 hists__filter_entries(struct rb_node *nd, float min_pcnt) hists__filter_entries() argument 1888 hists__filter_prev_entries(struct rb_node *nd, float min_pcnt) hists__filter_prev_entries() argument 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 3401 float min_pcnt; global() member 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 | 23 float min_pcnt; member
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 54 float min_pcnt); 58 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter; in hist_browser__has_filter() 68 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding() 292 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows() 575 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding() 618 if (he->filtered || percent < browser->min_pcnt) in __hist_browser__set_folding() 625 else if (unfold && !hist_entry__has_hierarchy_children(he, browser->min_pcnt)) { in __hist_browser__set_folding() 1623 ret = snprintf(buf, sizeof(buf), "no entry >= %.2f%%", browser->min_pcnt); in hist_browser__show_no_entry() 1842 if (percent < hb->min_pcnt) in hist_browser__refresh() 1867 float min_pcnt) in hists__filter_entries() 1866 hists__filter_entries(struct rb_node *nd, float min_pcnt) hists__filter_entries() argument 1889 hists__filter_prev_entries(struct rb_node *nd, float min_pcnt) hists__filter_prev_entries() argument 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 3403 float min_pcnt; global() member 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 | 23 float min_pcnt; member
|
/kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
H A D | hist.c | 818 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() 865 if (percent < min_pcnt) in hists__fprintf() 877 if (!h->leaf && !hist_entry__has_hierarchy_children(h, min_pcnt)) { in hists__fprintf() 881 fprintf(fp, "%*sno entry >= %.2f%%\n", indent, "", min_pcnt); in hists__fprintf() 817 hists__fprintf(struct hists *hists, bool show_header, int max_rows, int max_cols, float min_pcnt, FILE *fp, bool ignore_callchains) hists__fprintf() argument
|
/kernel/linux/linux-6.6/tools/perf/ui/stdio/ |
H A D | hist.c | 818 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() 865 if (percent < min_pcnt) in hists__fprintf() 877 if (!h->leaf && !hist_entry__has_hierarchy_children(h, min_pcnt)) { in hists__fprintf() 881 fprintf(fp, "%*sno entry >= %.2f%%\n", indent, "", min_pcnt); in hists__fprintf() 817 hists__fprintf(struct hists *hists, bool show_header, int max_rows, int max_cols, float min_pcnt, FILE *fp, bool ignore_callchains) hists__fprintf() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 197 int max_cols, float min_pcnt, FILE *fp, 468 float min_pcnt, 488 float min_pcnt __maybe_unused, in perf_evlist__tui_browse_hists()
|
H A D | annotate.h | 92 int min_pcnt; member
|
H A D | annotate.c | 1367 struct evsel *evsel, u64 len, int min_pcnt, int printed, in annotation_line__print() 1394 if (max_percent < min_pcnt) in annotation_line__print() 2428 opts->min_pcnt, printed, opts->max_lines, in symbol__annotate_printf() 2447 * Filtered by min_pcnt or non IP lines when in symbol__annotate_printf() 1366 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, struct evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct annotation_line *queue, int addr_fmt_width, int percent_type) annotation_line__print() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 212 int max_cols, float min_pcnt, FILE *fp, 484 float min_pcnt, struct perf_env *env, bool warn_lost_event, 502 float min_pcnt __maybe_unused, in evlist__tui_browse_hists()
|
H A D | annotate.h | 94 int min_pcnt; member
|
H A D | annotate.c | 1469 struct evsel *evsel, u64 len, int min_pcnt, int printed, in annotation_line__print() 1495 if (max_percent < min_pcnt) in annotation_line__print() 2558 opts->min_pcnt, printed, opts->max_lines, in symbol__annotate_printf() 2577 * Filtered by min_pcnt or non IP lines when in symbol__annotate_printf() 1468 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, struct evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct annotation_line *queue, int addr_fmt_width, int percent_type) annotation_line__print() argument
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 260 printf(" Events Pcnt (>=%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__show_details() 449 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__print_mapped_keys() 552 prompt_percent(&top->annotation_opts.min_pcnt, in perf_top__handle_keypress() 1596 top.annotation_opts.min_pcnt = 5; in cmd_top()
|
H A D | builtin-report.c | 610 struct hist_browser_timer *timer, float min_pcnt); in report__gtk_browse_hists()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-top.c | 264 printf(" Events Pcnt (>=%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__show_details() 453 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__print_mapped_keys() 556 prompt_percent(&top->annotation_opts.min_pcnt, in perf_top__handle_keypress() 1615 top.annotation_opts.min_pcnt = 5; in cmd_top()
|
H A D | builtin-report.c | 636 struct hist_browser_timer *timer, float min_pcnt); in report__gtk_browse_hists()
|