sample_user_regs 2206 tools/perf/builtin-record.c 	OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register",
sample_user_regs  726 tools/perf/util/evsel.c 			if (opts->sample_user_regs && DWARF_MINIMAL_REGS != PERF_REGS_MASK) {
sample_user_regs 1036 tools/perf/util/evsel.c 	if (opts->sample_user_regs) {
sample_user_regs 1037 tools/perf/util/evsel.c 		attr->sample_regs_user |= opts->sample_user_regs;
sample_user_regs   53 tools/perf/util/record.h 	u64	      sample_user_regs;