HomeSort by relevance Sort by last modified time
    Searched refs:min_pcnt (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/src/tools/perf/util/
hist.h 119 int max_cols, float min_pcnt, FILE *fp);
206 float min_pcnt,
214 float min_pcnt __maybe_unused,
243 float min_pcnt);
249 float min_pcnt __maybe_unused)
annotate.h 144 int min_pcnt, int max_lines, int context);
151 bool full_paths, int min_pcnt, int max_lines);
annotate.c 641 struct perf_evsel *evsel, u64 len, int min_pcnt, int printed,
679 if (max_percent < min_pcnt)
1216 int min_pcnt, int max_lines, int context)
1260 min_pcnt, printed, max_lines,
1277 * Filtered by min_pcnt or non IP lines when
1356 bool full_paths, int min_pcnt, int max_lines)
1375 min_pcnt, max_lines, 0)
    [all...]
  /external/linux-tools-perf/src/tools/perf/ui/browsers/
hists.c 28 float min_pcnt; member in struct:hist_browser
324 if (browser->min_pcnt)
342 if (browser->min_pcnt) {
820 if (percent < hb->min_pcnt)
833 float min_pcnt)
840 if (percent < min_pcnt)
854 float min_pcnt)
861 if (!h->filtered && percent >= min_pcnt)
888 hb->hists, hb->min_pcnt);
895 hb->hists, hb->min_pcnt);
1750 float min_pcnt; member in struct:perf_evsel_menu
    [all...]
  /external/linux-tools-perf/src/tools/perf/ui/gtk/
hists.c 202 float min_pcnt)
289 if (percent < min_pcnt)
338 float min_pcnt)
402 perf_gtk__show_hists(scrolled_window, hists, min_pcnt);
  /external/linux-tools-perf/src/tools/perf/ui/stdio/
hist.c 376 int max_cols, float min_pcnt, FILE *fp)
498 if (percent < min_pcnt)

Completed in 261 milliseconds