| /developtools/hiperf/src/ |
| D | perf_file_format.cpp | 44 offset_ = 0; in Init() 52 offset_ = 0; in Init() 83 if (offset_ + size > maxSize_) { in Write() 84 HLOGE("write out of size!!! offset_ %zu size %zu max %zu", offset_, size, maxSize_); in Write() 87 if (offset_ + max > maxSize_) { in Write() 88 HLOGE("write out of size!!! offset_ %zu size %zu max %zu", offset_, size, maxSize_); in Write() 91 std::copy(buf, buf + size, wBuffer_ + offset_); in Write() 93 offset_ += size; in Write() 95 offset_ += max; in Write() 137 offset_ += size; in Skip() [all …]
|
| D | program_header.cpp | 43 offset_ = u4Buf[index]; in ParsePrgHeader32() 68 offset_ = u8Buf[index]; in ParsePrgHeader64()
|
| /developtools/profiler/hiebpf/src/ |
| D | hiebpf_data_file.cpp | 38 if (offset_ + size >= length_) { in Reserve() 48 buffer += offset_; in Reserve() 54 offset_ += size; in Reserve() 121 std::size_t curPos = mapPos_ + offset_; in RemapFile() 140 offset_ = remapOff; in RemapFile()
|
| D | maps_info.cpp | 50 … uint32_t fixLen = sizeof(map.start_) + sizeof(map.end_) + sizeof(map.offset_) + sizeof(map.pid_); in GetBinary() 97 mapItem.offset_ = std::stoull(mapTokens[MMAP_LINE_TOKEN_INDEX_OFFSET], in ParseMapsLine()
|
| D | elf_symbol_info.cpp | 37 symbolTable.textOffset_ = phdr->offset_; in GetSymbolTable()
|
| D | elf_file.cpp | 470 offset_ = u4Buf[index]; in ParsePrgHeader32() 495 offset_ = u8Buf[index]; in ParsePrgHeader64()
|
| /developtools/profiler/hiebpf/test/unittest/ |
| D | maps_info_test.cpp | 72 mapsItem.offset_ = testNum; 79 sizeof(mapsItem.offset_) + sizeof(mapsItem.pid_) + sizeof(uint32_t); 92 ASSERT_EQ(mapsItem.offset_, *offset); 93 p += sizeof(mapsItem.offset_);
|
| /developtools/profiler/hiebpf/include/ |
| D | hiebpf_data_file.h | 55 std::size_t curPos = mapPos_ + offset_; in ~HiebpfDataFile() 125 offset_ += sizeof(header); in WriteFileHeader() 137 std::size_t offset_ {0};
|
| D | maps_info.h | 31 uint32_t offset_ = 0; member
|
| D | elf_file.h | 99 uint64_t offset_; variable
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | program_header.cpp | 42 offset_ = u4Buf[index]; in ParsePrgHeader32() 67 offset_ = u8Buf[index]; in ParsePrgHeader64()
|
| D | virtual_runtime.cpp | 113 callFrame.symbolOffset_ = symbol.offset_; in MakeCallFrame() 118 callFrame.offset_ = symbol.funcVaddr_; in MakeCallFrame() 120 callFrame.offset_ = callFrame.ip_; in MakeCallFrame()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | offline_symbolization_filter.h | 34 offset_ = INVALID_UINT64; in FrameInfo() 41 uint64_t offset_; variable
|
| D | native_hook_filter.h | 32 offset_(INVALID_UINT64), in NativeHookFrameInfo() 46 offset_(offset), in NativeHookFrameInfo() 55 uint64_t offset_; variable
|
| D | offline_symbolization_filter.cpp | 49 frameInfo->offset_ = elfSym->st_value != 0 ? elfSym->st_value : ip; in GetSymbolStartMaybeUpdateFrameInfo() 133 frameInfo->offset_ = ip; in OfflineSymbolization()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | offline_symbolization_filter.h | 34 offset_ = INVALID_UINT64; in FrameInfo() 41 uint64_t offset_; variable
|
| D | native_hook_filter.h | 32 offset_(INVALID_UINT64), in NativeHookFrameInfo() 46 offset_(offset), in NativeHookFrameInfo() 55 uint64_t offset_; variable
|
| D | offline_symbolization_filter.cpp | 49 frameInfo->offset_ = elfSym->st_value != 0 ? elfSym->st_value : ip; in GetSymbolStartMaybeUpdateFrameInfo() 133 frameInfo->offset_ = ip; in OfflineSymbolization()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | symbols_file.h | 72 uint64_t offset_ = 0; member 87 offset_(fileVaddr_ - funcVaddr_), in Symbol() 136 offset_ = fileVaddr_ - funcVaddr_; in setIpVAddress()
|
| D | perf_event_record.h | 51 uint64_t offset_ = 0; member
|
| D | elf_parser.h | 117 uint64_t offset_; variable
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/ |
| D | elf_parser_test.h | 72 uint64_t offset_ {0};
|
| /developtools/hiperf/test/unittest/common/native/include/ |
| D | elf_parser_test.h | 72 uint64_t offset_ {0};
|
| /developtools/hiperf/include/ |
| D | perf_file_format.h | 142 size_t offset_ = 0; variable
|
| D | elf_parser.h | 107 uint64_t offset_; variable
|