Home
last modified time | relevance | path

Searched refs:PERF_REG_ARM64_LR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/arch/arm64/util/
H A Dmachine.c15 opts->sample_user_regs |= sample_reg_masks[PERF_REG_ARM64_LR].mask; in arch__add_leaf_frame_record_opts()
H A Dperf_regs.c50 SMPL_REG(lr, PERF_REG_ARM64_LR),
/openbmc/linux/tools/arch/arm64/include/uapi/asm/
H A Dperf_regs.h36 PERF_REG_ARM64_LR, enumerator
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dperf_regs.h36 PERF_REG_ARM64_LR, enumerator
/openbmc/linux/tools/perf/util/perf-regs-arch/
H A Dperf_regs_aarch64.c73 case PERF_REG_ARM64_LR: in __perf_reg_name_arm64()
/openbmc/linux/arch/arm64/kernel/
H A Dperf_regs.c60 if ((u32)idx == PERF_REG_ARM64_LR) in perf_reg_value()
/openbmc/linux/tools/perf/util/
H A Darm64-frame-pointer-unwind-support.c20 && sample->user_regs.mask & SMPL_REG_MASK(PERF_REG_ARM64_LR); in get_leaf_frame_caller_enabled()