Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_REGS_ABI_64 (Results 1 – 6 of 6) sorted by relevance

/tools/perf/arch/arm64/include/
Dperf_regs.h13 #define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_64
/tools/perf/arch/x86/include/
Dperf_regs.h22 #define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_64
/tools/perf/arch/powerpc/include/
Dperf_regs.h14 #define PERF_SAMPLE_REGS_ABI PERF_SAMPLE_REGS_ABI_64
/tools/perf/tests/
Dsample-parsing.c196 .abi = PERF_SAMPLE_REGS_ABI_64, in do_test()
209 .abi = PERF_SAMPLE_REGS_ABI_64, in do_test()
/tools/include/uapi/linux/
Dperf_event.h240 PERF_SAMPLE_REGS_ABI_64 = 2, enumerator
/tools/perf/util/
Dsession.c979 [PERF_SAMPLE_REGS_ABI_64] = "64-bit",
984 if (d->abi > PERF_SAMPLE_REGS_ABI_64) in regs_dump_abi()