Searched refs:min_pcnt (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 31 float min_pcnt; member 44 float min_pcnt); 48 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter; in hist_browser__has_filter() 58 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding() 382 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in __hist_browser__set_folding() 920 if (percent < hb->min_pcnt) in hist_browser__refresh() 932 float min_pcnt) in hists__filter_entries() argument 938 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries() 948 float min_pcnt) in hists__filter_prev_entries() argument 954 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries() [all …]
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | hists.c | 159 float min_pcnt) in perf_gtk__show_hists() argument 233 if (percent < min_pcnt) in perf_gtk__show_hists() 272 float min_pcnt) in perf_evlist__gtk_browse_hists() argument 336 perf_gtk__show_hists(scrolled_window, hists, min_pcnt); in perf_evlist__gtk_browse_hists()
|
D | gtk.h | 61 float min_pcnt);
|
/linux-4.1.27/tools/perf/util/ |
D | annotate.h | 144 int min_pcnt, int max_lines, int context); 153 bool full_paths, int min_pcnt, int max_lines);
|
D | hist.h | 140 int max_cols, float min_pcnt, FILE *fp); 314 float min_pcnt, 322 float min_pcnt __maybe_unused, in perf_evlist__tui_browse_hists()
|
D | annotate.c | 684 struct perf_evsel *evsel, u64 len, int min_pcnt, int printed, in disasm_line__print() argument 722 if (max_percent < min_pcnt) in disasm_line__print() 1301 int min_pcnt, int max_lines, int context) in symbol__annotate_printf() argument 1349 min_pcnt, printed, max_lines, in symbol__annotate_printf() 1445 bool full_paths, int min_pcnt, int max_lines) in symbol__tty_annotate() argument 1462 min_pcnt, max_lines, 0); in symbol__tty_annotate()
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 374 int max_cols, float min_pcnt, FILE *fp) in hists__fprintf() argument 469 if (percent < min_pcnt) in hists__fprintf()
|
/linux-4.1.27/tools/perf/ |
D | builtin-report.c | 379 struct hist_browser_timer *timer, float min_pcnt); in report__gtk_browse_hists()
|