Home
last modified time | relevance | path

Searched refs:LEVEL_VERBOSE (Results 1 - 15 of 15) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Ddebug_logger.h36 LEVEL_VERBOSE, enumerator
69 {LEVEL_MUCH, "M"}, {LEVEL_VERBOSE, "V"}, {LEVEL_DEBUG, "D"}, {LEVEL_INFO, "I"},
185 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__); \
187 HLOG(LEVEL_VERBOSE, " nexttime log will be suppressed..."); \
197 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__); \
199 HLOG(LEVEL_VERBOSE, " nexttime log will be suppressed..."); \
208 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__) \
223 #define HLOGV(format, ...) HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__)
267 LogMessage(DebugLevel level = LEVEL_VERBOSE, bool showError = false) in LogMessage() argument
/developtools/hiperf/include/
H A Ddebug_logger.h47 LEVEL_VERBOSE, enumerator
79 {LEVEL_MUCH, "M"}, {LEVEL_VERBOSE, "V"}, {LEVEL_DEBUG, "D"}, {LEVEL_INFO, "I"},
214 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__); \
216 HLOG(LEVEL_VERBOSE, " nexttime log will be suppressed..."); \
226 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__); \
228 HLOG(LEVEL_VERBOSE, " nexttime log will be suppressed..."); \
237 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__) \
252 #define HLOGV(format, ...) HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__)
/developtools/hiperf/test/fuzztest/libreport_fuzzer/
H A DLibReport_fuzzer.cpp44 ScopeDebugLevel mix(LEVEL_VERBOSE, true); in LLVMFuzzerTestOneInput()
/developtools/hiperf/test/unittest/common/native/
H A Doption_debug_test.cpp132 LogLevelTest({"--verbose", TEST_CMD_NOTHING}, LEVEL_VERBOSE); in HWTEST_F()
162 LogLevelTest({"--verbose"}, LEVEL_VERBOSE, false); in HWTEST_F()
H A Ddebug_logger_test.cpp249 EXPECT_EQ(DebugLogger::GetInstance()->ShouldLog(LEVEL_VERBOSE, "DebugTest"), true); in HWTEST_F()
H A Dsymbols_file_test.cpp254 ScopeDebugLevel tempLogLevel(LEVEL_VERBOSE); in HWTEST_F()
302 ScopeDebugLevel tempLogLevel(LEVEL_VERBOSE); in HWTEST_F()
/developtools/hiperf/test/fuzztest/commandline_fuzzer/
H A DCommandLine_fuzzer.cpp65 ScopeDebugLevel mix(LEVEL_VERBOSE, true); in LLVMFuzzerTestOneInput()
/developtools/hiperf/test/fuzztest/perffile_fuzzer/
H A DPerfFile_fuzzer.cpp89 OHOS::ScopeDebugLevel mix(OHOS::LEVEL_VERBOSE, true); in LLVMFuzzerTestOneInput()
/developtools/hiperf/src/
H A Doption_debug.cpp29 DebugLogger::GetInstance()->SetLogLevel(LEVEL_VERBOSE); in OnVerboseLevel()
H A Dhiperf_libreport.cpp37 DebugLogger::GetInstance()->SetLogLevel(LEVEL_VERBOSE); in SetDebug()
H A Ddebug_logger.cpp236 SetLogLevel(LEVEL_VERBOSE); in Reset()
H A Dvirtual_thread.cpp189 if (DebugLogger::GetInstance()->GetLogLevel() <= LEVEL_VERBOSE) { in ReportVaddrMapMiss()
H A Dreport.cpp322 if (DebugLogger::GetInstance()->GetLogLevel() <= LEVEL_VERBOSE) { in MultiLevelSorting()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dvirtual_thread.cpp180 if (DebugLogger::GetInstance()->GetLogLevel() <= LEVEL_VERBOSE) { in ReportVaddrMapMiss()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dsymbols_file_test.cpp284 ScopeDebugLevel tempLogLevel(LEVEL_VERBOSE); in HWTEST_F()
326 ScopeDebugLevel tempLogLevel(LEVEL_VERBOSE); in HWTEST_F()

Completed in 10 milliseconds