Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
H A Dhhlog.h141 #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 Dhhlog_test.cpp108 HHLOGD(true, HHLOG_DEBUG, "this is test"); in HWTEST_F()
/developtools/profiler/hiebpf/src/
H A Dbpf_controller.cpp268 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 Dhhlog.cpp77 HHLOGD(true, "hhlog level is NONE!"); in Start()
H A Dmaps_info.cpp41 HHLOGD(true, "mmap line: %s", line.c_str()); in GetMaps()
H A Delf_file.cpp33 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