Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
Dhists.c31 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/
Dannotate.h149 int min_pcnt, int max_lines, int context);
158 bool full_paths, int min_pcnt, int max_lines);
Dhist.h140 int max_cols, float min_pcnt, FILE *fp);
308 float min_pcnt,
316 float min_pcnt __maybe_unused, in perf_evlist__tui_browse_hists()
Dannotate.c668 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/
Dgtk.h61 float min_pcnt);
Dhists.c168 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/
Dhist.c379 int max_cols, float min_pcnt, FILE *fp) in hists__fprintf() argument
474 if (percent < min_pcnt) in hists__fprintf()
/tools/perf/
Dbuiltin-report.c389 struct hist_browser_timer *timer, float min_pcnt); in report__gtk_browse_hists()