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