Searched defs:pt_pmu (Results 1 – 2 of 2) sorted by relevance
40 struct pt_pmu { struct41 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;
33 static struct pt_pmu pt_pmu; variable