Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 13 of 13) sorted by relevance

/developtools/profiler/hiebpf/src/
Dlibbpf_logger.cpp28 std::unique_ptr<LIBBPFLogger> LIBBPFLogger::MakeUnique(const std::string& logFile, int logLevel) in MakeUnique()
43 int LIBBPFLogger::Printf(int logLevel, const char* format, va_list args) in Printf()
Dhhlog.cpp31 int HHLogger::InitLogger(const int logLevel, const std::string& logFile) in InitLogger()
74 int HHLogger::Start(const int logLevel, const std::string& logFile) in Start()
/developtools/profiler/hiebpf/include/
Dlibbpf_logger.h44 LIBBPFLogger(int logLevel):logLevel_ {logLevel} {} in LIBBPFLogger()
/developtools/hdc/hdc_rust/src/cffi/
Dlog.cpp21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx()
Dutils.cpp172 …spec(dllexport) bool LaunchServerWin32(const char *runPath, const char *listenString, int logLevel) in LaunchServerWin32()
/developtools/smartperf_host/ide/test/trace/component/setting/utils/
DPluginConvertUtils.test.ts68 logLevel: levelFromJSON('Info'), variable
/developtools/profiler/host/smartperf/client/client_command/
Dsp_log.cpp57 static void SpLogOut(SpLogLevel logLevel, const char *logBuf) in SpLogOut()
348 void SpLog(SpLogLevel logLevel, bool isWriteLog, const char *fmt, ...) in SpLog()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/
DTabPaneHiLogSummary.ts36 private logLevel: string[] = ['Debug', 'Info', 'Warn', 'Error', 'Fatal']; property in TabPaneHiLogSummary
/developtools/profiler/device/plugins/hiperf_plugin/src/
Dhiperf_module.cpp52 auto logLevel = config.log_level(); in ParseConfigToCmd() local
/developtools/hdc/src/daemon/
Dmain.cpp158 int logLevel = atoi(optarg); in GetDaemonCommandlineOptions() local
/developtools/hdc/src/common/
Dbase.cpp57 void SetLogLevel(const uint8_t logLevel) in SetLogLevel()
83 uint8_t logLevel = static_cast<uint8_t>(atoi(env)); in GetLogLevelByEnv() local
109 void GetLogLevelAndTime(uint8_t logLevel, string &logLevelString, string &timeString) in GetLogLevelAndTime()
349 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx()
414 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, char *msg, ...) in PrintLogEx()
/developtools/hdc/src/host/
Dmain.cpp310 int logLevel = atoi(optarg); in GetCommandlineOptions() local
/developtools/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts401 logLevel: Level; property