Home
last modified time | relevance | path

Searched refs:PERF_REG_X86_64_MAX (Results 1 – 3 of 3) sorted by relevance

/tools/perf/arch/x86/include/
A Dperf_regs.h20 #define PERF_REGS_MASK (((1ULL << PERF_REG_X86_64_MAX) - 1) & ~REG_NOSUPPORT)
/tools/arch/x86/include/uapi/asm/
A Dperf_regs.h32 PERF_REG_X86_64_MAX = PERF_REG_X86_R15 + 1, enumerator
/tools/perf/util/
A Dintel-pt.c2184 for (i = 0, bit = 1; i < PERF_REG_X86_64_MAX; i++, bit <<= 1) { in intel_pt_add_gp_regs()

Completed in 17 milliseconds