Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
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()
DBuild6 perf-y += res_sample.o
Dhists.c2281 static struct res_sample *hist_browser__selected_res_sample(struct hist_browser *browser) in hist_browser__selected_res_sample()
2777 struct res_sample *res_sample, in add_res_sample_opt() argument
2781 if (!res_sample) in add_res_sample_opt()
/tools/perf/util/
Dsymbol_conf.h74 int res_sample; member
Dsort.h40 struct res_sample { struct
147 struct res_sample *res_samples;
Dhist.h444 struct res_sample;
476 int res_sample_browse(struct res_sample *res_samples, int num_res,
517 static inline int res_sample_browse(struct res_sample *res_samples __maybe_unused, in res_sample_browse()
Dhist.c482 if (symbol_conf.res_sample) { in hist_entry__init()
483 he->res_samples = calloc(sizeof(struct res_sample), in hist_entry__init()
484 symbol_conf.res_sample); in hist_entry__init()
673 struct res_sample *r; in hists__res_sample()
676 if (he->num_res < symbol_conf.res_sample) { in hists__res_sample()
679 j = random_max(symbol_conf.res_sample); in hists__res_sample()
738 if (he && symbol_conf.res_sample) in __hists__add_entry()
Dsymbol.c63 .res_sample = 0,
/tools/perf/
Dbuiltin-report.c1283 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report()