Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dpt.h43 struct pt_pmu { struct
44 struct pmu pmu;
45 u32 caps[PT_CPUID_REGS_NUM * PT_CPUID_LEAVES];
46 bool vmx;
47 bool branch_en_always_on;
48 unsigned long max_nonturbo_ratio;
49 unsigned int tsc_art_num;
50 unsigned int tsc_art_den;
H A Dpt.c32 static struct pt_pmu pt_pmu; variable