Home
last modified time | relevance | path

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

/linux/tools/perf/ui/gtk/
H A 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...]
/linux/tools/perf/ui/browsers/
H A Dhists.c55 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
1932 hists__filter_prev_entries(struct rb_node * nd,float min_pcnt) hists__filter_prev_entries() argument
3000 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) evsel__hists_browse() argument
3458 float min_pcnt; global() member
3614 __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) __evlist__tui_browse_hists() argument
3664 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) evlist__tui_browse_hists() argument
[all...]
H A Dhists.h21 float min_pcnt; member
/linux/tools/perf/ui/stdio/
H A Dhist.c835 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 Dhist.h408 int max_cols, float min_pcnt, FILE *fp,
723 float min_pcnt, struct perf_env *env, bool warn_lost_event);
739 float min_pcnt __maybe_unused, in evlist__tui_browse_hists()
H A Dannotate.h64 int min_pcnt; member
H A Dannotate.c807 if (max_percent < opts->min_pcnt) in annotation_line__print()
1300 * Filtered by min_pcnt or non IP lines when in hist_entry__annotate_printf()
/linux/tools/perf/
H A Dbuiltin-top.c265 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 Dbuiltin-report.c651 struct hist_browser_timer *timer, float min_pcnt); in report__gtk_browse_hists()