Searched refs:JSONTimelineDecoder (Results 1 – 5 of 5) sorted by relevance
29 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEntity(const Entity& entity) in CreateEntity()37 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEventClass(const EventClass& eventCl… in CreateEventClass()46 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEvent(const Event& event) in CreateEvent()55 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateLabel(const Label& label) in CreateLabel()61 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateRelationship(const Relationship& rel… in CreateRelationship()87 void JSONTimelineDecoder::HandleExecutionLink(const ITimelineDecoder::Relationship& relationship) in HandleExecutionLink()109 void JSONTimelineDecoder::HandleLabelLink(const ITimelineDecoder::Relationship& relationship) in HandleLabelLink()145 void JSONTimelineDecoder::HandleTypeLabel(const ITimelineDecoder::Relationship& relationship) in HandleTypeLabel()166 void JSONTimelineDecoder::HandleNameLabel(const ITimelineDecoder::Relationship& relationship) in HandleNameLabel()184 void JSONTimelineDecoder::HandleBackendIdLabel(const ITimelineDecoder::Relationship& relationship) in HandleBackendIdLabel()[all …]
9 JSONTimelineDecoder.cpp10 JSONTimelineDecoder.hpp)
19 class JSONTimelineDecoder : public arm::pipe::ITimelineDecoder class
20 void RunSimpleModelThroughDecoder(JSONTimelineDecoder& timelineDecoder) in RunSimpleModelThroughDecoder()687 JSONTimelineDecoder timelineDecoder;690 JSONTimelineDecoder::Model model = timelineDecoder.GetModel();692 JSONTimelineDecoder::JSONEntity rootEntity = model.jsonEntities.at(6);696 JSONTimelineDecoder::JSONEntity entity0 = model.jsonEntities.at(rootEntity.childEntities[0]);701 …JSONTimelineDecoder::JSONEntity input_workload_entity = model.jsonEntities.at(entity0.childEntitie…706 JSONTimelineDecoder::JSONEntity input_workload_execution_entity = model.jsonEntities711 JSONTimelineDecoder::JSONEntity input_workload_execution_event0 = model.jsonEntities718 JSONTimelineDecoder::JSONEntity input_workload_execution_event1 = model.jsonEntities726 JSONTimelineDecoder::JSONEntity entity1 = model.jsonEntities.at(rootEntity.childEntities[1]);[all …]
17000 FileName: ./src/timelineDecoder/JSONTimelineDecoder.cpp17007 FileName: ./src/timelineDecoder/JSONTimelineDecoder.hpp