Home
last modified time | relevance | path

Searched refs:logTag (Results 1 - 6 of 6) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/hilog_parser/
H A Dpbreader_hilog_parser.cpp69 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 Ddebug_logger.cpp81 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 Dptreader_hilog_parser.cpp153 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 Ddebug_logger.h85 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 Ddebug_logger.cpp81 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 Ddebug_logger.h95 int Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const

Completed in 4 milliseconds