Searched refs:HHLOGD (Results 1 - 6 of 6) sorted by relevance
/developtools/profiler/hiebpf/include/ |
H A D | hhlog.h | 141 #define HHLOGD(expression, format, ...) HHLOG(DEBUG, expression, format, ##__VA_ARGS__) macro 149 #define HHLOGD(expression, format, ...) {} macro 157 #define HHLOGD(expression, format, ...) {} macro 165 #define HHLOGD(expression, format, ...) {} macro 173 #define HHLOGD(expression, format, ...) {} macro 181 #define HHLOGD(expression, format, ...) {} macro
|
/developtools/profiler/hiebpf/test/unittest/ |
H A D | hhlog_test.cpp | 108 HHLOGD(true, HHLOG_DEBUG, "this is test"); in HWTEST_F()
|
/developtools/profiler/hiebpf/src/ |
H A D | bpf_controller.cpp | 268 HHLOGD(true, "bpf log level is NONE!"); in InitBPFLogLevel() 314 HHLOGD(true, "target pid num = %d", numPids); in FillTargetPidMap() 327 HHLOGD(true, "target pid = %u", val); in FillTargetPidMap() 338 HHLOGD(true, "bpf log level is NONE!"); in ConfigBPFLogger() 355 HHLOGD(true, "libbpf log level is NONE!"); in ConfigLIBBPFLogger()
|
H A D | hhlog.cpp | 77 HHLOGD(true, "hhlog level is NONE!"); in Start()
|
H A D | maps_info.cpp | 41 HHLOGD(true, "mmap line: %s", line.c_str()); in GetMaps()
|
H A D | elf_file.cpp | 33 HHLOGD(true, "file stat size %" PRIu64 " ", sb.st_size); in ElfFile() 40 HHLOGD(true, "mmap build with size %" PRIu64 " ", mmapSize_); in ElfFile()
|
Completed in 4 milliseconds