Searched refs:HHLOGD (Results 1 – 6 of 6) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | hhlog.h | 139 #define HHLOGD(expression, format, ...) HHLOG(DEBUG, expression, format, ##__VA_ARGS__) macro 147 #define HHLOGD(expression, format, ...) {} macro 155 #define HHLOGD(expression, format, ...) {} macro 163 #define HHLOGD(expression, format, ...) {} macro 171 #define HHLOGD(expression, format, ...) {} macro 179 #define HHLOGD(expression, format, ...) {} macro
|
| /developtools/profiler/hiebpf/test/unittest/ |
| D | hhlog_test.cpp | 108 HHLOGD(true, HHLOG_DEBUG, "this is test");
|
| /developtools/profiler/hiebpf/src/ |
| D | bpf_controller.cpp | 261 HHLOGD(true, "bpf log level is NONE!"); in InitBPFLogLevel() 307 HHLOGD(true, "target pid num = %d", numPids); in FillTargetPidMap() 320 HHLOGD(true, "target pid = %u", val); in FillTargetPidMap() 331 HHLOGD(true, "bpf log level is NONE!"); in ConfigBPFLogger() 348 HHLOGD(true, "libbpf log level is NONE!"); in ConfigLIBBPFLogger()
|
| D | maps_info.cpp | 41 HHLOGD(true, "mmap line: %s", line.c_str()); in GetMaps()
|
| D | hhlog.cpp | 77 HHLOGD(true, "hhlog level is NONE!"); in Start()
|
| D | elf_file.cpp | 30 HHLOGD(true, "file stat size %" PRIu64 " ", sb.st_size); in ElfFile() 37 HHLOGD(true, "mmap build with size %" PRIu64 " ", mmapSize_); in ElfFile()
|