Searched refs:fileSize_ (Results 1 – 14 of 14) sorted by relevance
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
| D | ebpf_converter.cpp | 80 fileSize_ = lseek(fd_, header.headSize, SEEK_SET); in StartParsing() 122 fileSize_ = 0; in StartParsing() 130 fileSize_ = 0; in StartParsing() 148 fileSize_ = 0; in Read() 156 lseek(fd_, fileSize_, SEEK_SET); in EventFsParsing() 168 fileSize_ = lseek(fd_, 0, SEEK_CUR); in EventFsParsing() 205 lseek(fd_, fileSize_, SEEK_SET); in EventMapsParsing() 220 fileSize_ = lseek(fd_, 0, SEEK_CUR); in EventMapsParsing() 236 lseek(fd_, fileSize_, SEEK_SET); in SymbolInfoParsing() 274 fileSize_ = lseek(fd_, 0, SEEK_CUR); in SymbolInfoParsing() [all …]
|
| /developtools/hiperf/src/ |
| D | program_header.cpp | 49 fileSize_ = u4Buf[index]; in ParsePrgHeader32() 74 fileSize_ = u8Buf[index]; in ParsePrgHeader64()
|
| D | perf_file_reader.cpp | 86 fileSize_ = fileStat.st_size; in PerfFileReader() 414 if (sectionHeader.size == 0 or sectionHeader.size > fileSize_) { in ReadFeatureSection()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | program_header.cpp | 48 fileSize_ = u4Buf[index]; in ParsePrgHeader32() 73 fileSize_ = u8Buf[index]; in ParsePrgHeader64()
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/include/ |
| D | ebpf_converter.h | 46 int32_t fileSize_ { 0 };
|
| /developtools/hiperf/include/ |
| D | perf_file_reader.h | 92 size_t fileSize_ = 0; variable
|
| D | elf_parser.h | 110 uint64_t fileSize_; variable
|
| /developtools/profiler/hiebpf/include/ |
| D | elf_file.h | 102 uint64_t fileSize_; variable
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/ |
| D | elf_parser_test.h | 75 uint64_t fileSize_ {0};
|
| /developtools/hiperf/test/unittest/common/native/include/ |
| D | elf_parser_test.h | 75 uint64_t fileSize_ {0};
|
| /developtools/profiler/hiebpf/src/ |
| D | elf_file.cpp | 476 fileSize_ = u4Buf[index]; in ParsePrgHeader32() 501 fileSize_ = u8Buf[index]; in ParsePrgHeader64()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | elf_parser.h | 120 uint64_t fileSize_; variable
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | elf_parser_test.cpp | 906 fileSize_ = static_cast<uint64_t>(fileSize); in Init()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | elf_parser_test.cpp | 907 fileSize_ = static_cast<uint64_t>(fileSize); in Init()
|