Searched defs:min_pcnt (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dhists.c202 float min_pcnt)
289 if (percent < min_pcnt)
338 float min_pcnt)
402 perf_gtk__show_hists(scrolled_window, hists, min_pcnt);
201 perf_gtk__show_hists(GtkWidget *window, struct hists *hists, float min_pcnt) argument
335 perf_evlist__gtk_browse_hists(struct perf_evlist *evlist, const char *help, struct hist_browser_timer *hbt __maybe_unused, float min_pcnt) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
H A Dhist.c376 int max_cols, float min_pcnt, FILE *fp)
498 if (percent < min_pcnt)
375 hists__fprintf(struct hists *hists, bool show_header, int max_rows, int max_cols, float min_pcnt, FILE *fp) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c641 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);
640 disasm_line__print(struct disasm_line *dl, struct symbol *sym, u64 start, struct perf_evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct disasm_line *queue) argument
1214 symbol__annotate_printf(struct symbol *sym, struct map *map, struct perf_evsel *evsel, bool full_paths, int min_pcnt, int max_lines, int context) argument
1354 symbol__tty_annotate(struct symbol *sym, struct map *map, struct perf_evsel *evsel, bool print_lines, bool full_paths, int min_pcnt, int max_lines) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c28 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);
831 hists__filter_entries(struct rb_node *nd, struct hists *hists, float min_pcnt) argument
852 hists__filter_prev_entries(struct rb_node *nd, struct hists *hists, float min_pcnt) argument
1385 perf_evsel__hists_browse(struct perf_evsel *evsel, int nr_events, const char *helpline, const char *ev_name, bool left_exits, struct hist_browser_timer *hbt, float min_pcnt, struct perf_session_env *env) argument
1750 float min_pcnt; member in struct:perf_evsel_menu
1903 __perf_evlist__tui_browse_hists(struct perf_evlist *evlist, int nr_entries, const char *help, struct hist_browser_timer *hbt, float min_pcnt, struct perf_session_env *env) argument
1937 perf_evlist__tui_browse_hists(struct perf_evlist *evlist, const char *help, struct hist_browser_timer *hbt, float min_pcnt, struct perf_session_env *env) argument
[all...]

Completed in 107 milliseconds