Searched refs:HHLOGF (Results 1 – 5 of 5) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | hhlog.h | 143 #define HHLOGF(expression, format, ...) HHLOG(FATAL, expression, format, ##__VA_ARGS__) macro 151 #define HHLOGF(expression, format, ...) HHLOG(FATAL, expression, format, ##__VA_ARGS__) macro 159 #define HHLOGF(expression, format, ...) HHLOG(FATAL, expression, format, ##__VA_ARGS__) macro 167 #define HHLOGF(expression, format, ...) HHLOG(FATAL, expression, format, ##__VA_ARGS__) macro 175 #define HHLOGF(expression, format, ...) HHLOG(FATAL, expression, format, ##__VA_ARGS__) macro 183 #define HHLOGF(expression, format, ...) {} macro
|
| D | bpf_event_receiver.h | 153 HHLOGF((data == nullptr or dataSize == 0), "invalid arguments: this should never happen"); in Put() 154 HHLOGF(buf_ == nullptr, "receiver has no buffer: this should never happen"); in Put() 160 …HHLOGF((0 <= ret and ret < static_cast<int>(dataSize)), "incomplete data received: this should nev… in Put()
|
| /developtools/profiler/hiebpf/src/ |
| D | hiebpf_data_file.cpp | 94 HHLOGF(ret == -1, "failed msync data item with %u bytes", *len); in Submit()
|
| D | bpf_controller.cpp | 502 HHLOGF(true, "all receivers have stopped, will stop BPF event loop"); in HandleEvent() 510 HHLOGF( in HandleEvent()
|
| D | elf_file.cpp | 217 HHLOGF(true, "out_of_range %s ,endIndex %d ", secNamesStr_.c_str(), startIndex); in GetSectionName()
|