Searched refs:res_sample (Results 1 – 9 of 9) sorted by relevance
/tools/perf/ui/browsers/ |
D | res_sample.c | 31 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()
|
D | Build | 6 perf-y += res_sample.o
|
D | hists.c | 2227 static struct res_sample *hist_browser__selected_res_sample(struct hist_browser *browser) in hist_browser__selected_res_sample() 2666 struct res_sample *res_sample, in add_res_sample_opt() argument 2670 if (!res_sample) in add_res_sample_opt()
|
/tools/perf/util/ |
D | symbol_conf.h | 73 int res_sample; member
|
D | sort.h | 38 struct res_sample { struct 142 struct res_sample *res_samples;
|
D | hist.h | 443 struct res_sample; 473 int res_sample_browse(struct res_sample *res_samples, int num_res, 510 static inline int res_sample_browse(struct res_sample *res_samples __maybe_unused, in res_sample_browse()
|
D | hist.c | 467 if (symbol_conf.res_sample) { in hist_entry__init() 468 he->res_samples = calloc(sizeof(struct res_sample), in hist_entry__init() 469 symbol_conf.res_sample); in hist_entry__init() 658 struct res_sample *r; in hists__res_sample() 661 if (he->num_res < symbol_conf.res_sample) { in hists__res_sample() 664 j = random_max(symbol_conf.res_sample); in hists__res_sample() 721 if (he && symbol_conf.res_sample) in __hists__add_entry()
|
D | symbol.c | 63 .res_sample = 0,
|
/tools/perf/ |
D | builtin-report.c | 1182 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report()
|