Searched defs:CounterSetRecord (Results 1 – 3 of 3) sorted by relevance
148 struct CounterSetRecord struct150 uint16_t m_CounterSetUid;151 uint16_t m_CounterSetCount;152 std::string m_CounterSetName;154 static void printHeader() in printHeader()173 void printContents() const in printContents()
26 using CounterSetRecord = std::vector<uint32_t>; typedef in arm::pipe::SendCounterPacket
1434 struct CounterSetRecord struct1442 std::vector<CounterSetRecord> counterSetRecords; argument