Searched refs:min_pcnt (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 33 float min_pcnt; member 46 float min_pcnt); 50 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter; in hist_browser__has_filter() 60 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding() 402 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in __hist_browser__set_folding() 945 if (percent < hb->min_pcnt) in hist_browser__refresh() 957 float min_pcnt) in hists__filter_entries() argument 963 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries() 973 float min_pcnt) in hists__filter_prev_entries() argument 979 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries() [all …]
|
/linux-4.4.14/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.4.14/tools/perf/util/ |
D | annotate.h | 164 int min_pcnt, int max_lines, int context); 173 bool full_paths, int min_pcnt, int max_lines);
|
D | hist.h | 146 int max_cols, float min_pcnt, FILE *fp); 321 float min_pcnt, 329 float min_pcnt __maybe_unused, in perf_evlist__tui_browse_hists()
|
D | annotate.c | 819 struct perf_evsel *evsel, u64 len, int min_pcnt, int printed, in disasm_line__print() argument 862 if (max_percent < min_pcnt) in disasm_line__print() 1467 int min_pcnt, int max_lines, int context) in symbol__annotate_printf() argument 1515 min_pcnt, printed, max_lines, in symbol__annotate_printf() 1611 bool full_paths, int min_pcnt, int max_lines) in symbol__tty_annotate() argument 1629 min_pcnt, max_lines, 0); in symbol__tty_annotate()
|
/linux-4.4.14/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.4.14/tools/perf/ |
D | builtin-report.c | 420 struct hist_browser_timer *timer, float min_pcnt); in report__gtk_browse_hists()
|