| 103 | } |
| 104 | |
| 105 | arm::pipe::ITimelineDecoder::TimelineStatus TimelineMessageDecoder::CreateEvent( |
| 106 | const arm::pipe::ITimelineDecoder::Event& event) |
| 107 | { |
| 108 | m_TimelineModel.AddEvent(event); |
| 109 | return arm::pipe::ITimelineDecoder::TimelineStatus::TimelineStatus_Success; |
| 110 | } |
| 111 | |
| 112 | arm::pipe::ITimelineDecoder::TimelineStatus TimelineMessageDecoder::CreateLabel( |
| 113 | const arm::pipe::ITimelineDecoder::Label& label) |