Searched refs:TRACE_HILOG (Results 1 – 5 of 5) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/hilog_parser/ |
D | pbreader_hilog_parser.cpp | 42 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/ |
D | hilog_parser_test.cpp | 146 …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/ |
D | ptreader_hilog_parser.cpp | 148 streamFilters_->statFilter_->IncreaseStat(TRACE_HILOG, STAT_EVENT_RECEIVED); in BeginFilterHilogData()
|
/developtools/smartperf_host/trace_streamer/src/cfg/ |
D | trace_streamer_config.cpp | 202 eventNameMap_.emplace(TRACE_HILOG, TRACE_ACTION_HILOG); in InitOtherEventNameMap() 594 eventParserStatSeverityDescMap_.emplace(TRACE_HILOG, statSeverityDescMap_); in InitOtherEventSecurityMap()
|
D | trace_streamer_config.h | 89 TRACE_HILOG, enumerator
|