Searched refs:HLOGEP (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | debug_logger.h | 243 #ifndef HLOGEP 244 #define HLOGEP(format, ...) \ macro 323 #define HLOGEP(...) \ macro
|
/developtools/hiperf/include/ |
H A D | debug_logger.h | 272 #ifndef HLOGEP 273 #define HLOGEP(format, ...) \ macro 302 #define HLOGEP(...) \ macro
|
/developtools/hiperf/src/ |
H A D | perf_events.cpp | 52 HLOGEP("syscall perf_event_open failed. "); in Open() 1234 HLOGEP("ioctl PERF_EVENT_IOC_SET_OUTPUT (%d -> %d) ", item.fd.Get(), mmapItem.fd); in CreateSpeMmap() 1270 HLOGEP("ioctl PERF_EVENT_IOC_SET_OUTPUT (%d -> %d) ", item.fd.Get(), mmapItem.fd); in CreateMmap() 1443 HLOGEP("memcpy_s %p to %p failed. size %zd", mmap.buf + pos, dest, copySize); in GetRecordFieldFromMmap() 1448 HLOGEP("GetRecordFieldFromMmap: memcpy_s mmap.buf to dest failed. size %zd", size); in GetRecordFieldFromMmap() 1534 HLOGEP("memcpy_s %p to %p failed. size %zd", &(mmap.header), buf, in CutStackAndMove() 1547 HLOGEP("CutStackAndMove: memcpy_s newStack to buf stackSizePos failed. size %zd", sizeof(newStackSize)); in CutStackAndMove()
|
H A D | subcommand_record.cpp | 1591 HLOGEP("Fail to open data file %s ", outputFilename_.c_str()); in PostProcessRecordFile() 1598 HLOGEP("Fail to open data file %s ", tempFileName.c_str()); in PostProcessRecordFile()
|
Completed in 7 milliseconds