Searched refs:logTag (Results 1 - 6 of 6) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/hilog_parser/ |
H A D | pbreader_hilog_parser.cpp | 69 DataIndex logTag = traceDataCache_->dataDict_.GetStringIndex(logDetails.tag().ToStdString()); in Parse() local 71 levelData, logTag, logData, timeStamp}; in Parse()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | debug_logger.cpp | 81 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() argument 88 if (!ShouldLog(level, logTag) or logDisabled_ or fmt == nullptr) { in Log()
|
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/hilog_parser/ |
H A D | ptreader_hilog_parser.cpp | 153 auto logTag = traceDataCache_->dataDict_.GetStringIndex(hilogData->tag); in BeginFilterHilogData() local 156 levelData, logTag, logData, hilogData->timeStamp}; in BeginFilterHilogData()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | debug_logger.h | 85 int Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const 106 bool ShouldLog(DebugLevel debugLevel, const std::string &logTag) const;
|
/developtools/hiperf/src/ |
H A D | debug_logger.cpp | 81 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() argument 88 if (!ShouldLog(level, logTag) or logDisabled_ or fmt == nullptr) { in Log()
|
/developtools/hiperf/include/ |
H A D | debug_logger.h | 95 int Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const
|
Completed in 4 milliseconds