Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 - 10 of 10) sorted by relevance

/developtools/profiler/hiebpf/include/
H A Dlibbpf_logger.h44 LIBBPFLogger(int logLevel):logLevel_ {logLevel} {} in LIBBPFLogger() argument
/developtools/hdc/hdc_rust/src/cffi/
H A Dlog.cpp21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() argument
H A Dutils.cpp172 __declspec(dllexport) bool LaunchServerWin32(const char *runPath, const char *listenString, int logLevel) in LaunchServerWin32() argument
/developtools/profiler/host/smartperf/client/client_command/
H A Dsp_log.cpp36 static void SpLogOut(SpLogLevel logLevel, const char *logBuf) in SpLogOut() argument
77 void SpLog(SpLogLevel logLevel, const char *fmt, ...) in SpLog() argument
/developtools/profiler/hiebpf/src/
H A Dlibbpf_logger.cpp28 std::unique_ptr<LIBBPFLogger> LIBBPFLogger::MakeUnique(const std::string& logFile, int logLevel) in MakeUnique() argument
43 int LIBBPFLogger::Printf(int logLevel, const char* format, va_list args) in Printf() argument
H A Dhhlog.cpp31 int HHLogger::InitLogger(const int logLevel, const std::string& logFile) in InitLogger() argument
74 int HHLogger::Start(const int logLevel, const std::string& logFile) in Start() argument
/developtools/hdc/src/daemon/
H A Dmain.cpp158 int logLevel = atoi(optarg); in GetDaemonCommandlineOptions() local
/developtools/profiler/device/plugins/hiperf_plugin/src/
H A Dhiperf_module.cpp53 auto logLevel = config.log_level(); in ParseConfigToCmd() local
/developtools/hdc/src/host/
H A Dmain.cpp310 int logLevel = atoi(optarg); in GetCommandlineOptions() local
/developtools/hdc/src/common/
H A Dbase.cpp59 void SetLogLevel(const uint8_t logLevel) in SetLogLevel() argument
85 uint8_t logLevel = static_cast<uint8_t>(atoi(env)); in GetLogLevelByEnv() local
111 void GetLogLevelAndTime(uint8_t logLevel, string &logLevelString, string &timeString) in GetLogLevelAndTime() argument
580 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, cons argument
645 PrintLogEx(const char *functionName, int line, uint8_t logLevel, char *msg, ...) PrintLogEx() argument
[all...]

Completed in 6 milliseconds