Searched refs:attrs0 (Results 1 – 1 of 1) sorted by relevance
258 std::vector<EventAttrWithId> attrs0 = readers_[0]->AttrSection(); in CheckAttrSection() local261 if (attrs.size() != attrs0.size()) { in CheckAttrSection()267 if (memcmp(attrs[attr_id].attr, attrs0[attr_id].attr, sizeof(perf_event_attr)) != 0) { in CheckAttrSection()