Searched defs:CategoryRecord (Results 1 – 3 of 3) sorted by relevance
108 struct CategoryRecord struct110 uint16_t m_EventCount;111 std::string m_CategoryName;112 std::vector<EventRecord> m_EventRecords;114 void print() const in print()
24 using CategoryRecord = std::vector<uint32_t>; typedef in arm::pipe::SendCounterPacket
1513 struct CategoryRecord struct1523 std::vector<CategoryRecord> categoryRecords; argument