Searched refs:HLOGI (Results 1 - 10 of 10) sorted by relevance
/developtools/hiperf/src/ |
H A D | unique_stack_table.cpp | 38 HLOGI("Init totalNodes_: %u, availableNodes_: %u, availableIndex_: %u hashStep_: %" PRIu64 ", hashModulus_: %u", in Init() 48 HLOGI("Before resize, totalNodes_: %u, availableNodes_: %u, availableIndex_: %u hashStep_: %" PRIu64 "", in Resize() 76 HLOGI("After resize, totalNodes_: %u, availableNodes_: %u, availableIndex_: %u hashStep_: %" PRIu64 "", in Resize() 114 HLOGI("Collison unresolved, need resize, usedSlots_.size(): %zu, curIpIdx: %" PRIu64 "", in PutIpInSlot()
|
H A D | debug_logger.cpp | 191 HLOGI(" tags is '%s'", tags.c_str()); in SetLogTags()
|
H A D | perf_events.cpp | 170 HLOGI("BuildArch %s", GetArchName(BUILD_ARCH_TYPE).c_str()); in PerfEvents() 1007 HLOGI("target process: system scope \n"); in PrepareFdEvents() 1009 HLOGI("target process: %zu (%s)\n", pids_.size(), in PrepareFdEvents() 1013 HLOGI("target cpus: %ld \n", sysconf(_SC_NPROCESSORS_CONF)); in PrepareFdEvents() 1015 HLOGI("target cpus: %zu / %ld (%s)\n", cpus_.size(), sysconf(_SC_NPROCESSORS_CONF), in PrepareFdEvents()
|
H A D | subcommand_record.cpp | 709 HLOGI("cmp return true."); in SetPerfLimit() 1075 HLOGI("wait reply check end."); in ProcessControl() 1278 HLOGI("CloseClientThread"); in CloseClientThread()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | debug_logger.h | 231 #ifndef HLOGI 232 #define HLOGI(format, ...) HLOG(LEVEL_INFO, format, ##__VA_ARGS__) macro 344 #define HLOGI(...) \ macro
|
/developtools/hiperf/include/ |
H A D | debug_logger.h | 260 #ifndef HLOGI 261 #define HLOGI(format, ...) HLOG(LEVEL_INFO, format, ##__VA_ARGS__) macro 323 #define HLOGI(...) \ macro
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | option_debug_test.cpp | 79 HLOGI("%s", logMessage.c_str()); in LogLevelTest()
|
H A D | debug_logger_test.cpp | 75 HLOGI("%s", logMessage.c_str()); in LogLevelTest()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | debug_logger.cpp | 189 HLOGI(" tags is '%s'", tags.c_str()); in SetLogTags()
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
H A D | debug_logger_test.cpp | 69 HLOGI("%s", logMessage.c_str()); in LogLevelTest()
|
Completed in 14 milliseconds