Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_merge.cpp258 std::vector<EventAttrWithId> attrs0 = readers_[0]->AttrSection(); in CheckAttrSection() local
261 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()