Searched refs:lattr (Results 1 – 1 of 1) sorted by relevance
343 struct l2x0_event_attribute *lattr; in l2x0_pmu_event_show() local345 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() local357 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()