Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
A Dres_sample.c31 int res_sample_browse(struct res_sample *res_samples, int num_res, in res_sample_browse()
41 struct res_sample *r; in res_sample_browse()
A DBuild7 perf-ui-y += res_sample.o
A Dhists.c2322 static struct res_sample *hist_browser__selected_res_sample(struct hist_browser *browser) in hist_browser__selected_res_sample()
2839 struct res_sample *res_sample, in add_res_sample_opt() argument
2842 if (!res_sample) in add_res_sample_opt()
/tools/perf/util/
A Dsymbol_conf.h86 int res_sample; member
A Dhist.h179 struct res_sample { struct
304 struct res_sample *res_samples;
728 int res_sample_browse(struct res_sample *res_samples, int num_res,
765 static inline int res_sample_browse(struct res_sample *res_samples __maybe_unused, in res_sample_browse()
A Dhist.c582 if (symbol_conf.res_sample) { in hist_entry__init()
583 he->res_samples = calloc(symbol_conf.res_sample, in hist_entry__init()
584 sizeof(struct res_sample)); in hist_entry__init()
779 struct res_sample *r; in hists__res_sample()
782 if (he->num_res < symbol_conf.res_sample) { in hists__res_sample()
785 j = random_max(symbol_conf.res_sample); in hists__res_sample()
855 if (he && symbol_conf.res_sample) in __hists__add_entry()
A Dsymbol.c71 .res_sample = 0,
/tools/perf/
A Dbuiltin-report.c1454 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report()

Completed in 30 milliseconds