Symbol: PERF_SAMPLE_REGS_ABI_32
arch/arm/kernel/perf_regs.c
31
return PERF_SAMPLE_REGS_ABI_32;
arch/arm64/kernel/perf_regs.c
96
return PERF_SAMPLE_REGS_ABI_32;
arch/csky/kernel/perf_regs.c
31
return PERF_SAMPLE_REGS_ABI_32;
arch/loongarch/kernel/perf_regs.c
16
return PERF_SAMPLE_REGS_ABI_32;
arch/loongarch/kernel/perf_regs.c
22
return PERF_SAMPLE_REGS_ABI_32;
arch/mips/kernel/perf_regs.c
19
return PERF_SAMPLE_REGS_ABI_32;
arch/mips/kernel/perf_regs.c
25
return PERF_SAMPLE_REGS_ABI_32;
arch/parisc/kernel/perf_regs.c
48
return PERF_SAMPLE_REGS_ABI_32;
arch/parisc/kernel/perf_regs.c
51
return PERF_SAMPLE_REGS_ABI_32;
arch/powerpc/perf/perf_regs.c
138
return PERF_SAMPLE_REGS_ABI_32;
arch/riscv/kernel/perf_regs.c
34
return PERF_SAMPLE_REGS_ABI_32;
arch/x86/kernel/perf_regs.c
100
return PERF_SAMPLE_REGS_ABI_32;
arch/x86/kernel/perf_regs.c
126
return PERF_SAMPLE_REGS_ABI_32;
arch/x86/kernel/perf_regs.c
198
PERF_SAMPLE_REGS_ABI_64 : PERF_SAMPLE_REGS_ABI_32;
tools/perf/arch/arm/include/perf_regs.h
13
#define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
tools/perf/arch/csky/include/perf_regs.h
13
#define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
tools/perf/arch/powerpc/include/perf_regs.h
16
#define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
tools/perf/arch/riscv/include/perf_regs.h
18
#define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
tools/perf/arch/x86/include/perf_regs.h
14
#define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_32
tools/perf/util/intel-pt.c
2500
PERF_SAMPLE_REGS_ABI_32 :
tools/perf/util/session.c
1433
[PERF_SAMPLE_REGS_ABI_32] = "32-bit",