Searched refs:res_sample (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/perf/ui/browsers/ |
| H A 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()
|
| H A D | Build | 7 perf-ui-y += res_sample.o
|
| H A D | hists.c | 2288 static struct res_sample *hist_browser__selected_res_sample(struct hist_browser *browser) in hist_browser__selected_res_sample() 2813 struct res_sample *res_sample, in add_res_sample_opt() argument 2817 if (!res_sample) in add_res_sample_opt()
|
| /linux-6.15/tools/perf/util/ |
| H A D | symbol_conf.h | 86 int res_sample; member
|
| H A D | hist.h | 167 struct res_sample { struct 290 struct res_sample *res_samples; 704 int res_sample_browse(struct res_sample *res_samples, int num_res, 741 static inline int res_sample_browse(struct res_sample *res_samples __maybe_unused, in res_sample_browse()
|
| H A D | hist.c | 518 if (symbol_conf.res_sample) { in hist_entry__init() 519 he->res_samples = calloc(symbol_conf.res_sample, in hist_entry__init() 520 sizeof(struct res_sample)); in hist_entry__init() 711 struct res_sample *r; in hists__res_sample() 714 if (he->num_res < symbol_conf.res_sample) { in hists__res_sample() 717 j = random_max(symbol_conf.res_sample); in hists__res_sample() 787 if (he && symbol_conf.res_sample) in __hists__add_entry()
|
| H A D | symbol.c | 65 .res_sample = 0,
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-report.c | 1440 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report()
|