Home
last modified time | relevance | path

Searched refs:eventInfo (Results 1 - 5 of 5) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/
H A Dhtrace_event_parser.cpp198 std::unique_ptr<EventInfo> eventInfo = std::make_unique<EventInfo>(); in ParserCpuEvent() local
200 if (!SetEventType(ftraceEvent, *eventInfo, detaiBytesView)) { in ParserCpuEvent()
205 eventInfo->timeStamp = in ParserCpuEvent()
207 ftraceStartTime_ = std::min(ftraceStartTime_.load(), eventInfo->timeStamp); in ParserCpuEvent()
208 ftraceEndTime_ = std::max(ftraceEndTime_.load(), eventInfo->timeStamp); in ParserCpuEvent()
209 traceDataCache_->UpdateTraceTime(eventInfo->timeStamp); in ParserCpuEvent()
211 if (eventInfo->timeStamp >= traceDataCache_->SplitFileMinTime() && in ParserCpuEvent()
212 eventInfo->timeStamp <= traceDataCache_->SplitFileMaxTime()) { in ParserCpuEvent()
220 eventInfo->pid = commFileds.pid(); in ParserCpuEvent()
221 eventInfo in ParserCpuEvent()
265 BytesViewEventInfo(ProtoReader::BytesView &bytesView, ProtoReader::BytesView bytesViewChange, EventInfo &eventInfo, const SupportedTraceEventType &enumerationClass) BytesViewEventInfo() argument
275 ConstructEventSet(const ProtoReader::FtraceEvent_Reader &event, EventInfo &eventInfo, ProtoReader::BytesView &bytesView) ConstructEventSet() argument
319 InterruptEventSet(const ProtoReader::FtraceEvent_Reader &event, EventInfo &eventInfo, ProtoReader::BytesView &bytesView) InterruptEventSet() argument
351 ClockEventSet(const ProtoReader::FtraceEvent_Reader &event, EventInfo &eventInfo, ProtoReader::BytesView &bytesView) ClockEventSet() argument
374 CpuEventSet(const ProtoReader::FtraceEvent_Reader &event, EventInfo &eventInfo, ProtoReader::BytesView &bytesView) CpuEventSet() argument
391 LockEventSet(const ProtoReader::FtraceEvent_Reader &event, EventInfo &eventInfo, ProtoReader::BytesView &bytesView) LockEventSet() argument
411 BinderEventSet(const ProtoReader::FtraceEvent_Reader &event, EventInfo &eventInfo, ProtoReader::BytesView &bytesView) BinderEventSet() argument
431 StackEventSet(const ProtoReader::FtraceEvent_Reader &event, EventInfo &eventInfo, ProtoReader::BytesView &bytesView) StackEventSet() argument
450 SetEventType(const ProtoReader::FtraceEvent_Reader &event, EventInfo &eventInfo, ProtoReader::BytesView &bytesView) SetEventType() argument
1076 ProtoReaderDealEvent(EventInfo *eventInfo) ProtoReaderDealEvent() argument
[all...]
H A Dhtrace_event_parser.h71 EventInfo &eventInfo,
74 EventInfo &eventInfo,
78 EventInfo &eventInfo,
81 EventInfo &eventInfo,
84 EventInfo &eventInfo,
87 EventInfo &eventInfo,
90 EventInfo &eventInfo,
93 EventInfo &eventInfo,
97 EventInfo &eventInfo,
99 void ProtoReaderDealEvent(EventInfo *eventInfo);
[all...]
/developtools/profiler/device/plugins/xpower_plugin/test/
H A Dxpower_decoder.cpp386 cJSON* XpowerDecoder::CreateAbnormalEventInfo(const AbnormalEventInfo& eventInfo) in CreateAbnormalEventInfo() argument
390 eventInfo.AbnormalType_Name(eventInfo.abnormal_type()).c_str()); in CreateAbnormalEventInfo()
391 cJSON_AddNumberToObject(jsonEventInfo, "usage_time", eventInfo.usage_time()); in CreateAbnormalEventInfo()
392 cJSON_AddNumberToObject(jsonEventInfo, "usage_energy", eventInfo.usage_energy()); in CreateAbnormalEventInfo()
393 cJSON_AddNumberToObject(jsonEventInfo, "usage_load", eventInfo.usage_load()); in CreateAbnormalEventInfo()
394 cJSON_AddNumberToObject(jsonEventInfo, "usage_freq", eventInfo.usage_freq()); in CreateAbnormalEventInfo()
395 cJSON_AddNumberToObject(jsonEventInfo, "usage_count", eventInfo.usage_count()); in CreateAbnormalEventInfo()
H A Dxpower_decoder.h46 cJSON* CreateAbnormalEventInfo(const AbnormalEventInfo& eventInfo);
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Dftrace_processor.cpp685 std::shared_ptr<RawTraceEventInfo> eventInfo = std::make_shared<RawTraceEventInfo>(); in HmProcessPageTraceDataEvents() local
686 eventInfo->cpuId = cpuMsg.cpu(); in HmProcessPageTraceDataEvents()
687 eventInfo->eventId = eventId; in HmProcessPageTraceDataEvents()
688 eventInfo->msgPtr = std::move(ftraceEvent); in HmProcessPageTraceDataEvents()
689 cpuDetailParser.EventAppend(std::move(eventInfo)); in HmProcessPageTraceDataEvents()

Completed in 4 milliseconds