sample_intr_regs 2203 tools/perf/builtin-record.c 	OPT_CALLBACK_OPTARG('I', "intr-regs", &record.opts.sample_intr_regs, NULL, "any register",
sample_intr_regs 1031 tools/perf/util/evsel.c 	if (opts->sample_intr_regs) {
sample_intr_regs 1032 tools/perf/util/evsel.c 		attr->sample_regs_intr = opts->sample_intr_regs;
sample_intr_regs   52 tools/perf/util/record.h 	u64	      sample_intr_regs;