Searched refs:HexDump (Results 1 – 8 of 8) sorted by relevance
| /developtools/hiperf/test/unittest/common/native/ |
| D | utilities_test.cpp | 278 HWTEST_F(UtilitiesTest, HexDump, TestSize.Level1) 286 HexDump(vbuf, 0); 287 HexDump(vbuf, 1); 288 HexDump(vbuf, 4); 289 HexDump(vbuf, 5); 290 HexDump(vbuf, 8);
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | utilities_test.cpp | 284 HWTEST_F(UtilitiesTest, HexDump, TestSize.Level1) 291 HexDump(buf, 0); 292 HexDump(buf, 1); 293 HexDump(buf, 4); 294 HexDump(buf, 5); 295 HexDump(buf, 8);
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 149 void HexDump(const uint8_t *buf, size_t size, size_t max_size = 0);
|
| /developtools/hiperf/include/ |
| D | utilities.h | 165 void HexDump(const void *buf, size_t size, size_t max_size = 0);
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 467 void HexDump(const uint8_t *buf, size_t size, size_t maxSize) in HexDump() function
|
| D | symbols_file.cpp | 463 HexDump(buffer, BITS_OF_FOUR_BYTE, bufferSize); in LoadEhFrameHDR()
|
| /developtools/hiperf/src/ |
| D | utilities.cpp | 561 void HexDump(const void *buf, size_t size, size_t maxSize) in HexDump() function
|
| D | symbols_file.cpp | 491 HexDump(ehFrameHdr, BITS_OF_FOUR_BYTE, bufferSize); in LoadEhFrameHDR()
|