Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_REGS_ABI_32 (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/arch/loongarch/kernel/
H A Dperf_regs.c16 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
22 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
/linux-6.15/arch/mips/kernel/
H A Dperf_regs.c19 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
25 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
/linux-6.15/arch/x86/kernel/
H A Dperf_regs.c100 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
126 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
198 PERF_SAMPLE_REGS_ABI_64 : PERF_SAMPLE_REGS_ABI_32; in perf_get_regs_user()
/linux-6.15/tools/perf/arch/csky/include/
H A Dperf_regs.h13 #define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
/linux-6.15/tools/perf/arch/riscv/include/
H A Dperf_regs.h16 #define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
/linux-6.15/tools/perf/arch/arm/include/
H A Dperf_regs.h13 #define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
/linux-6.15/tools/perf/arch/powerpc/include/
H A Dperf_regs.h16 #define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
/linux-6.15/tools/perf/arch/x86/include/
H A Dperf_regs.h14 #define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
/linux-6.15/arch/arm/kernel/
H A Dperf_regs.c31 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
/linux-6.15/arch/csky/kernel/
H A Dperf_regs.c31 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
/linux-6.15/arch/riscv/kernel/
H A Dperf_regs.c34 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
/linux-6.15/arch/s390/kernel/
H A Dperf_regs.c48 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
/linux-6.15/arch/arm64/kernel/
H A Dperf_regs.c96 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
/linux-6.15/tools/perf/arch/x86/util/
H A Dunwind-libdw.c21 if (user_regs->abi == PERF_SAMPLE_REGS_ABI_32) { in libdw__arch_set_initial_registers()
/linux-6.15/arch/powerpc/perf/
H A Dperf_regs.c138 return PERF_SAMPLE_REGS_ABI_32; in perf_reg_abi()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h314 PERF_SAMPLE_REGS_ABI_32 = 1, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h314 PERF_SAMPLE_REGS_ABI_32 = 1, enumerator
/linux-6.15/tools/perf/util/
H A Dsession.c927 [PERF_SAMPLE_REGS_ABI_32] = "32-bit",
H A Dintel-pt.c2339 PERF_SAMPLE_REGS_ABI_32 : in intel_pt_do_synth_pebs_sample()