Lines Matching defs:caps
36 * supported output schemes, are cached and exported to userspace as "caps"
38 * (/sys/bus/event_source/devices/intel_pt/caps/) so that userspace can store
75 u32 intel_pt_validate_cap(u32 *caps, enum pt_capabilities capability)
78 u32 c = caps[cd->leaf * PT_CPUID_REGS_NUM + cd->reg];
87 return intel_pt_validate_cap(pt_pmu.caps, cap);
103 .name = "caps",
239 &pt_pmu.caps[CPUID_EAX + i*PT_CPUID_REGS_NUM],
240 &pt_pmu.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM],
241 &pt_pmu.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM],
242 &pt_pmu.caps[CPUID_EDX + i*PT_CPUID_REGS_NUM]);