Searched defs:logLevel (Results 1 - 10 of 10) sorted by relevance
/developtools/profiler/hiebpf/include/ |
H A D | libbpf_logger.h | 44 LIBBPFLogger(int logLevel):logLevel_ {logLevel} {} in LIBBPFLogger() argument
|
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | log.cpp | 21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() argument
|
H A D | utils.cpp | 172 __declspec(dllexport) bool LaunchServerWin32(const char *runPath, const char *listenString, int logLevel) in LaunchServerWin32() argument
|
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | sp_log.cpp | 36 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 D | libbpf_logger.cpp | 28 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 D | hhlog.cpp | 31 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 D | main.cpp | 158 int logLevel = atoi(optarg); in GetDaemonCommandlineOptions() local
|
/developtools/profiler/device/plugins/hiperf_plugin/src/ |
H A D | hiperf_module.cpp | 53 auto logLevel = config.log_level(); in ParseConfigToCmd() local
|
/developtools/hdc/src/host/ |
H A D | main.cpp | 310 int logLevel = atoi(optarg); in GetCommandlineOptions() local
|
/developtools/hdc/src/common/ |
H A D | base.cpp | 59 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