Home
last modified time | relevance | path

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

/linux/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 DBuild6 perf-y += res_sample.o
A Dhists.c2292 static struct res_sample *hist_browser__selected_res_sample(struct hist_browser *browser) in hist_browser__selected_res_sample()
2788 struct res_sample *res_sample, in add_res_sample_opt() argument
2792 if (!res_sample) in add_res_sample_opt()
/linux/tools/perf/util/
A Dsort.h40 struct res_sample { struct
150 struct res_sample *res_samples;
A Dsymbol_conf.h76 int res_sample; member
A Dhist.h451 struct res_sample;
480 int res_sample_browse(struct res_sample *res_samples, int num_res,
521 static inline int res_sample_browse(struct res_sample *res_samples __maybe_unused, in res_sample_browse()
A Dhist.c486 if (symbol_conf.res_sample) { in hist_entry__init()
487 he->res_samples = calloc(sizeof(struct res_sample), in hist_entry__init()
488 symbol_conf.res_sample); in hist_entry__init()
676 struct res_sample *r; in hists__res_sample()
679 if (he->num_res < symbol_conf.res_sample) { in hists__res_sample()
682 j = random_max(symbol_conf.res_sample); in hists__res_sample()
744 if (he && symbol_conf.res_sample) in __hists__add_entry()
A Dsymbol.c63 .res_sample = 0,
/linux/tools/perf/
A Dbuiltin-report.c1301 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report()

Completed in 31 milliseconds