Home
last modified time | relevance | path

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

/arch/arm/mm/
Dcache-l2x0-pmu.c343 struct l2x0_event_attribute *lattr; in l2x0_pmu_event_show() local
345 lattr = container_of(attr, typeof(*lattr), attr); in l2x0_pmu_event_show()
346 return snprintf(buf, PAGE_SIZE, "config=0x%x\n", lattr->config); in l2x0_pmu_event_show()
355 struct l2x0_event_attribute *lattr; in l2x0_pmu_event_attr_is_visible() local
357 lattr = container_of(attr, typeof(*lattr), attr.attr); in l2x0_pmu_event_attr_is_visible()
359 if (!lattr->pl310_only || strcmp("l2c_310", pmu->name) == 0) in l2x0_pmu_event_attr_is_visible()