Searched refs:min_pcnt (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/ui/gtk/ |
| H A D | hists.c | 294 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 …]
|
| H A D | gtk.h | 61 struct hist_browser_timer *hbt, float min_pcnt);
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 55 float min_pcnt); 59 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter; in hist_browser__has_filter() 69 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding() 293 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows() 576 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding() 619 if (he->filtered || percent < browser->min_pcnt) in __hist_browser__set_folding() 626 else if (unfold && !hist_entry__has_hierarchy_children(he, browser->min_pcnt)) { in __hist_browser__set_folding() 1657 ret = snprintf(buf, sizeof(buf), "no entry >= %.2f%%", browser->min_pcnt); in hist_browser__show_no_entry() 1884 if (percent < hb->min_pcnt) in hist_browser__refresh() 1909 float min_pcnt) in hists__filter_entries() argument [all …]
|
| H A D | hists.h | 21 float min_pcnt; member
|
| /linux/tools/perf/ui/stdio/ |
| H A D | hist.c | 835 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() argument 882 if (percent < min_pcnt) in hists__fprintf() 894 if (!h->leaf && !hist_entry__has_hierarchy_children(h, min_pcnt)) { in hists__fprintf() 898 fprintf(fp, "%*sno entry >= %.2f%%\n", indent, "", min_pcnt); in hists__fprintf()
|
| /linux/tools/perf/util/ |
| H A D | hist.h | 408 int max_cols, float min_pcnt, FILE *fp, 726 float min_pcnt, struct perf_env *env, bool warn_lost_event); 742 float min_pcnt __maybe_unused, in evlist__tui_browse_hists()
|
| H A D | annotate.h | 64 int min_pcnt; member
|
| H A D | annotate.c | 809 if (max_percent < opts->min_pcnt) in annotation_line__print()
|
| /linux/tools/perf/ |
| H A D | builtin-top.c | 265 printf(" Events Pcnt (>=%d%%)\n", annotate_opts.min_pcnt); in perf_top__show_details() 454 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", annotate_opts.min_pcnt); in perf_top__print_mapped_keys() 557 prompt_percent(&annotate_opts.min_pcnt, in perf_top__handle_keypress() 1634 annotate_opts.min_pcnt = 5; in cmd_top()
|
| H A D | builtin-report.c | 652 struct hist_browser_timer *timer, float min_pcnt); in report__gtk_browse_hists()
|