Home
last modified time | relevance | path

Searched refs:PERF_REG_X86_DS (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/perf/arch/x86/include/
Dperf_regs.h16 #define REG_NOSUPPORT ((1ULL << PERF_REG_X86_DS) | \
/linux-6.12.1/arch/x86/kernel/
Dperf_regs.c34 PT_REGS_OFFSET(PERF_REG_X86_DS, ds),
110 #define REG_NOSUPPORT ((1ULL << PERF_REG_X86_DS) | \
/linux-6.12.1/arch/x86/include/uapi/asm/
Dperf_regs.h18 PERF_REG_X86_DS, enumerator
/linux-6.12.1/tools/arch/x86/include/uapi/asm/
Dperf_regs.h18 PERF_REG_X86_DS, enumerator
/linux-6.12.1/tools/perf/util/perf-regs-arch/
Dperf_regs_x86.c33 case PERF_REG_X86_DS: in __perf_reg_name_x86()