Searched refs:min_pcnt (Results 1 – 8 of 8) sorted by relevance
/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; in hist_browser__has_filter() 358 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in __hist_browser__set_folding() 901 if (percent < hb->min_pcnt) in hist_browser__refresh() 913 float min_pcnt) in hists__filter_entries() argument 919 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries() 929 float min_pcnt) in hists__filter_prev_entries() argument 935 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries() 962 hb->min_pcnt); in ui_browser__hists_seek() [all …]
|
/tools/perf/util/ |
D | annotate.h | 149 int min_pcnt, int max_lines, int context); 158 bool full_paths, int min_pcnt, int max_lines);
|
D | hist.h | 140 int max_cols, float min_pcnt, FILE *fp); 308 float min_pcnt, 316 float min_pcnt __maybe_unused, in perf_evlist__tui_browse_hists()
|
D | annotate.c | 668 struct perf_evsel *evsel, u64 len, int min_pcnt, int printed, in disasm_line__print() argument 706 if (max_percent < min_pcnt) in disasm_line__print() 1237 int min_pcnt, int max_lines, int context) in symbol__annotate_printf() argument 1285 min_pcnt, printed, max_lines, in symbol__annotate_printf() 1381 bool full_paths, int min_pcnt, int max_lines) in symbol__tty_annotate() argument 1398 min_pcnt, max_lines, 0); in symbol__tty_annotate()
|
/tools/perf/ui/gtk/ |
D | gtk.h | 61 float min_pcnt);
|
D | hists.c | 168 float min_pcnt) in perf_gtk__show_hists() argument 242 if (percent < min_pcnt) in perf_gtk__show_hists() 281 float min_pcnt) in perf_evlist__gtk_browse_hists() argument 345 perf_gtk__show_hists(scrolled_window, hists, min_pcnt); in perf_evlist__gtk_browse_hists()
|
/tools/perf/ui/stdio/ |
D | hist.c | 379 int max_cols, float min_pcnt, FILE *fp) in hists__fprintf() argument 474 if (percent < min_pcnt) in hists__fprintf()
|
/tools/perf/ |
D | builtin-report.c | 389 struct hist_browser_timer *timer, float min_pcnt); in report__gtk_browse_hists()
|