Home
last modified time | relevance | path

Searched refs:min_pcnt (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/tools/perf/ui/gtk/
Dhists.c294 float min_pcnt) in perf_gtk__show_hists() argument
368 if (percent < min_pcnt) in perf_gtk__show_hists()
410 float min_pcnt) in perf_gtk__add_hierarchy_entries() argument
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() argument
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() argument
[all …]
Dgtk.h61 struct hist_browser_timer *hbt, float min_pcnt);
/linux-5.19.10/tools/perf/ui/browsers/
Dhists.c54 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()
580 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding()
612 if (he->filtered || percent < browser->min_pcnt) in hist_entry__set_folding()
621 else if (unfold && !hist_entry__has_hierarchy_children(he, browser->min_pcnt)) { in hist_entry__set_folding()
1633 ret = snprintf(buf, sizeof(buf), "no entry >= %.2f%%", browser->min_pcnt); in hist_browser__show_no_entry()
1852 if (percent < hb->min_pcnt) in hist_browser__refresh()
1877 float min_pcnt) in hists__filter_entries() argument
[all …]
Dhists.h23 float min_pcnt; member
/linux-5.19.10/tools/perf/util/
Dhist.h206 int max_cols, float min_pcnt, FILE *fp,
477 float min_pcnt, struct perf_env *env, bool warn_lost_event,
495 float min_pcnt __maybe_unused, in evlist__tui_browse_hists()
Dannotate.h93 int min_pcnt; member
Dannotate.c1382 struct evsel *evsel, u64 len, int min_pcnt, int printed, in annotation_line__print() argument
1408 if (max_percent < min_pcnt) in annotation_line__print()
2458 opts->min_pcnt, printed, opts->max_lines, in symbol__annotate_printf()
/linux-5.19.10/tools/perf/ui/stdio/
Dhist.c818 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() argument
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()
/linux-5.19.10/tools/perf/
Dbuiltin-top.c261 printf(" Events Pcnt (>=%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__show_details()
450 …(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__print_mapped_keys()
553 prompt_percent(&top->annotation_opts.min_pcnt, in perf_top__handle_keypress()
1591 top.annotation_opts.min_pcnt = 5; in cmd_top()
Dbuiltin-report.c623 struct hist_browser_timer *timer, float min_pcnt); in report__gtk_browse_hists()