Searched refs:sample_user_regs (Results 1 - 4 of 4) sorted by path

/linux-master/tools/perf/arch/arm64/util/
H A Dmachine.c17 opts->sample_user_regs |= sample_reg_masks[PERF_REG_ARM64_LR].mask;
/linux-master/tools/perf/
H A Dbuiltin-record.c3484 OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register",
/linux-master/tools/perf/util/
H A Devsel.c882 if (opts->sample_user_regs &&
1213 if (opts->sample_user_regs && !evsel->no_aux_samples &&
1215 attr->sample_regs_user |= opts->sample_user_regs;
H A Drecord.h61 u64 sample_user_regs; member in struct:record_opts

Completed in 193 milliseconds