Home
last modified time | relevance | path

Searched refs:sample_user_regs (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/arch/arm64/util/
H A Dmachine.c11 opts->sample_user_regs |= SMPL_REG_MASK(PERF_REG_ARM64_LR); in arch__add_leaf_frame_record_opts()
/linux/tools/perf/util/
H A Drecord.h64 u64 sample_user_regs; member
H A Devsel.c1057 if (opts->sample_user_regs && in __evsel__config_callchain()
1587 if (opts->sample_user_regs && !evsel->no_aux_samples && in evsel__config()
1589 attr->sample_regs_user |= opts->sample_user_regs; in evsel__config()
/linux/tools/perf/
H A Dbuiltin-record.c3591 OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register",