Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/profiling/test/
H A DTimelineModel.cpp66 if (relationship.m_AttributeGuid == LabelsAndEventClasses::CONNECTION_GUID) in AddRelationship()
70 else if (relationship.m_AttributeGuid == LabelsAndEventClasses::CHILD_GUID) in AddRelationship()
74 else if (relationship.m_AttributeGuid == LabelsAndEventClasses::EXECUTION_OF_GUID) in AddRelationship()
82 … ss << "Encountered a RetentionLink of unknown type [" << relationship.m_AttributeGuid << "]"; in AddRelationship()
107 if (relationship.m_AttributeGuid != 0) in HandleLabelLink()
109 attribute = FindLabel(relationship.m_AttributeGuid); in HandleLabelLink()
115 "] attribute [" << relationship.m_AttributeGuid << "]"; in HandleLabelLink()
249 EventClassObj* eventClassObj = FindEventClass(relationship.m_AttributeGuid); in HandleExecutionLink()
H A DTestTimelinePacketHandler.cpp128 ProfilingStaticGuid attributeGuid(relationship.m_AttributeGuid); in CreateRelationship()
/aosp_15_r20/external/armnn/profiling/server/include/timelineDecoder/
H A DITimelineDecoder.hpp78 uint64_t m_AttributeGuid; member
/aosp_15_r20/external/armnn/profiling/server/src/timelineDecoder/
H A DTimelineCaptureCommandHandler.cpp134 relationship.m_AttributeGuid = arm::pipe::ReadUint64(data, offset); in ReadRelationship()