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
73 u32 intel_pt_validate_cap(u32 *caps, enum pt_capabilities capability)
76 u32 c = caps[cd->leaf * PT_CPUID_REGS_NUM + cd->reg];
85 return intel_pt_validate_cap(pt_pmu.caps, cap);
101 .name = "caps",
233 &pt_pmu.caps[CPUID_EAX + i*PT_CPUID_REGS_NUM],
234 &pt_pmu.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM],
235 &pt_pmu.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM],
236 &pt_pmu.caps[CPUID_EDX + i*PT_CPUID_REGS_NUM]);