Home
last modified time | relevance | path

Searched refs:HHLOGD (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/hiebpf/include/
Dhhlog.h139 #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/
Dhhlog_test.cpp108 HHLOGD(true, HHLOG_DEBUG, "this is test");
/developtools/profiler/hiebpf/src/
Dbpf_controller.cpp261 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()
Dmaps_info.cpp41 HHLOGD(true, "mmap line: %s", line.c_str()); in GetMaps()
Dhhlog.cpp77 HHLOGD(true, "hhlog level is NONE!"); in Start()
Delf_file.cpp30 HHLOGD(true, "file stat size %" PRIu64 " ", sb.st_size); in ElfFile()
37 HHLOGD(true, "mmap build with size %" PRIu64 " ", mmapSize_); in ElfFile()