Home
last modified time | relevance | path

Searched defs:pt_pmu (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/events/intel/
H A Dpt.h40 struct pt_pmu { struct
41 struct pmu pmu;
42 u32 caps[PT_CPUID_REGS_NUM * PT_CPUID_LEAVES];
43 bool vmx;
44 bool branch_en_always_on;
45 unsigned long max_nonturbo_ratio;
46 unsigned int tsc_art_num;
47 unsigned int tsc_art_den;
H A Dpt.c33 static struct pt_pmu pt_pmu; variable