Home
last modified time | relevance | path

Searched refs:TRACE_HILOG (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/hilog_parser/
Dpbreader_hilog_parser.cpp42 streamFilters_->statFilter_->IncreaseStat(TRACE_HILOG, STAT_EVENT_RECEIVED); in Parse()
44 streamFilters_->statFilter_->IncreaseStat(TRACE_HILOG, STAT_EVENT_NOTMATCH); in Parse()
46 streamFilters_->statFilter_->IncreaseStat(TRACE_HILOG, STAT_EVENT_DATA_LOST); in Parse()
54 streamFilters_->statFilter_->IncreaseStat(TRACE_HILOG, STAT_EVENT_DATA_INVALID); in Parse()
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/
Dhilog_parser_test.cpp146 …EXPECT_EQ(stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_RECEIVED…
192 …EXPECT_EQ(stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_RECEIVED…
224 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_…
226 …eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_DATA_…
260 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_…
262 …eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_DATA_…
300 …auto eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_…
302 …eventCount = stream_.traceDataCache_->GetConstStatAndInfo().GetValue(TRACE_HILOG, STAT_EVENT_NOTMA…
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/hilog_parser/
Dptreader_hilog_parser.cpp148 streamFilters_->statFilter_->IncreaseStat(TRACE_HILOG, STAT_EVENT_RECEIVED); in BeginFilterHilogData()
/developtools/smartperf_host/trace_streamer/src/cfg/
Dtrace_streamer_config.cpp202 eventNameMap_.emplace(TRACE_HILOG, TRACE_ACTION_HILOG); in InitOtherEventNameMap()
594 eventParserStatSeverityDescMap_.emplace(TRACE_HILOG, statSeverityDescMap_); in InitOtherEventSecurityMap()
Dtrace_streamer_config.h89 TRACE_HILOG, enumerator