Searched refs:PERF_REG_IP (Results 1 – 11 of 11) sorted by relevance
10 #define PERF_REG_IP PERF_REG_MIPS_PC macro
15 #define PERF_REG_IP PERF_REG_CSKY_PC macro
15 #define PERF_REG_IP PERF_REG_ARM_PC macro
19 #define PERF_REG_IP PERF_REG_RISCV_PC macro
14 #define PERF_REG_IP PERF_REG_S390_PC macro
19 #define PERF_REG_IP PERF_REG_POWERPC_NIP macro
17 #define PERF_REG_IP PERF_REG_ARM64_PC macro
23 #define PERF_REG_IP PERF_REG_X86_IP macro
35 #define DWARF_MINIMAL_REGS ((1ULL << PERF_REG_IP) | (1ULL << PERF_REG_SP))
50 #define LIBUNWIND__ARCH_REG_IP PERF_REG_IP
255 err = perf_reg_value(&ip, &data->user_regs, PERF_REG_IP); in unwind__get_entries()