Home
last modified time | relevance | path

Searched refs:pt_caps (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c65 } pt_caps[] = { variable
75 struct pt_cap_desc *cd = &pt_caps[cap]; in pt_cap_get()
139 size = sizeof(struct attribute *) * (ARRAY_SIZE(pt_caps)+1); in pt_pmu_hw_init()
144 size = sizeof(struct dev_ext_attribute) * (ARRAY_SIZE(pt_caps)+1); in pt_pmu_hw_init()
149 for (i = 0; i < ARRAY_SIZE(pt_caps); i++) { in pt_pmu_hw_init()
152 de_attr->attr.attr.name = pt_caps[i].name; in pt_pmu_hw_init()