Searched refs:m_AttributeGuid (Results 1 – 4 of 4) sorted by relevance
66 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()
128 ProfilingStaticGuid attributeGuid(relationship.m_AttributeGuid); in CreateRelationship()
78 uint64_t m_AttributeGuid; member
134 relationship.m_AttributeGuid = arm::pipe::ReadUint64(data, offset); in ReadRelationship()