Searched refs:LEVEL_VERBOSE (Results 1 - 15 of 15) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | debug_logger.h | 36 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 D | debug_logger.h | 47 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 D | LibReport_fuzzer.cpp | 44 ScopeDebugLevel mix(LEVEL_VERBOSE, true); in LLVMFuzzerTestOneInput()
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | option_debug_test.cpp | 132 LogLevelTest({"--verbose", TEST_CMD_NOTHING}, LEVEL_VERBOSE); in HWTEST_F() 162 LogLevelTest({"--verbose"}, LEVEL_VERBOSE, false); in HWTEST_F()
|
H A D | debug_logger_test.cpp | 249 EXPECT_EQ(DebugLogger::GetInstance()->ShouldLog(LEVEL_VERBOSE, "DebugTest"), true); in HWTEST_F()
|
H A D | symbols_file_test.cpp | 254 ScopeDebugLevel tempLogLevel(LEVEL_VERBOSE); in HWTEST_F() 302 ScopeDebugLevel tempLogLevel(LEVEL_VERBOSE); in HWTEST_F()
|
/developtools/hiperf/test/fuzztest/commandline_fuzzer/ |
H A D | CommandLine_fuzzer.cpp | 65 ScopeDebugLevel mix(LEVEL_VERBOSE, true); in LLVMFuzzerTestOneInput()
|
/developtools/hiperf/test/fuzztest/perffile_fuzzer/ |
H A D | PerfFile_fuzzer.cpp | 89 OHOS::ScopeDebugLevel mix(OHOS::LEVEL_VERBOSE, true); in LLVMFuzzerTestOneInput()
|
/developtools/hiperf/src/ |
H A D | option_debug.cpp | 29 DebugLogger::GetInstance()->SetLogLevel(LEVEL_VERBOSE); in OnVerboseLevel()
|
H A D | hiperf_libreport.cpp | 37 DebugLogger::GetInstance()->SetLogLevel(LEVEL_VERBOSE); in SetDebug()
|
H A D | debug_logger.cpp | 236 SetLogLevel(LEVEL_VERBOSE); in Reset()
|
H A D | virtual_thread.cpp | 189 if (DebugLogger::GetInstance()->GetLogLevel() <= LEVEL_VERBOSE) { in ReportVaddrMapMiss()
|
H A D | report.cpp | 322 if (DebugLogger::GetInstance()->GetLogLevel() <= LEVEL_VERBOSE) { in MultiLevelSorting()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | virtual_thread.cpp | 180 if (DebugLogger::GetInstance()->GetLogLevel() <= LEVEL_VERBOSE) { in ReportVaddrMapMiss()
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
H A D | symbols_file_test.cpp | 284 ScopeDebugLevel tempLogLevel(LEVEL_VERBOSE); in HWTEST_F() 326 ScopeDebugLevel tempLogLevel(LEVEL_VERBOSE); in HWTEST_F()
|
Completed in 10 milliseconds