Searched refs:sample_user_regs (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/ |
H A D | machine.c | 15 opts->sample_user_regs |= sample_reg_masks[PERF_REG_ARM64_LR].mask; in arch__add_leaf_frame_record_opts()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | record.h | 58 u64 sample_user_regs; member
|
H A D | evsel.c | 824 if (opts->sample_user_regs && DWARF_MINIMAL_REGS != PERF_REGS_MASK) { in __evsel__config_callchain() 1140 if (opts->sample_user_regs && !evsel->no_aux_samples && in evsel__config() 1142 attr->sample_regs_user |= opts->sample_user_regs; in evsel__config()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | record.h | 61 u64 sample_user_regs; member
|
H A D | evsel.c | 881 if (opts->sample_user_regs && in __evsel__config_callchain() 1212 if (opts->sample_user_regs && !evsel->no_aux_samples && in evsel__config() 1214 attr->sample_regs_user |= opts->sample_user_regs; in evsel__config()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 2518 OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register",
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 3425 OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register",
|
Completed in 17 milliseconds