| /developtools/hiperf/src/ |
| D | perf_file_format.cpp | 100 bool PerfFileSection::Read(uint32_t &value) in Read() function in OHOS::Developtools::HiPerf::PerfFileSection 103 return Read((char *)&value, sizeof(uint32_t)); in Read() 106 bool PerfFileSection::Read(uint64_t &value) in Read() function in OHOS::Developtools::HiPerf::PerfFileSection 110 return Read((char *)&value, sizeof(uint64_t)); in Read() 113 bool PerfFileSection::Read(std::string &value) in Read() function in OHOS::Developtools::HiPerf::PerfFileSection 116 if (!Read(size)) { in Read() 125 if (!Read(buf, size)) { in Read() 140 bool PerfFileSection::Read(char *buf, size_t size) in Read() function in OHOS::Developtools::HiPerf::PerfFileSection 170 if (!Read(stdString_)) { in PerfFileSectionString() 229 if (!Read(symbolFileNumber)) { in PerfFileSectionSymbolsFiles() [all …]
|
| D | perf_file_reader.cpp | 120 if (Read(&header_, sizeof(header_))) { in ReadFileHeader() 157 if (!Read(buf.data(), buf.size())) { in ReadAttrSection() 204 if (!Read(ids->data(), attr.ids.size)) { in ReadIdsForAttr() 268 } else if (!Read(buf, sizeof(perf_event_header))) { in ReadRecord() 279 if (Read(buf + headerSize, header->size - headerSize)) { in ReadRecord() 317 bool PerfFileReader::Read(void *buf, size_t len) in Read() function in OHOS::Developtools::HiPerf::PerfFileReader 337 bool PerfFileReader::Read(char *buf, uint64_t offset, size_t len) in Read() function in OHOS::Developtools::HiPerf::PerfFileReader 404 if (!Read((char *)§ionHeader, featureSectionOffsetRead, sizeof(sectionHeader))) { in ReadFeatureSection() 420 if (!Read(&buf[0], sectionHeader.offset, buf.size())) { in ReadFeatureSection()
|
| D | perf_file_writer.cpp | 173 } else if (Read(buf, sizeof(perf_event_header)) <= 0) { in ReadRecords() 181 if (Read(buf + headerSize, header->size - headerSize)) { in ReadRecords() 202 bool PerfFileWriter::Read(void *buf, size_t len) in Read() function in OHOS::Developtools::HiPerf::PerfFileWriter
|
| D | report_protobuf_file.cpp | 203 int ReportProtobufFileReader::Read(void *buffer, int size) in Read() function in OHOS::Developtools::HiPerf::ReportProtobufFileReader 229 Read(fileMagic, sizeof(FILE_MAGIC) - 1); in CheckFileMagic() 236 Read(&version, sizeof(version)); in CheckFileMagic()
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
| D | ebpf_converter.cpp | 68 CHK(Read(reinterpret_cast<void*>(&magic), sizeof(magic) - 1)); in StartParsing() 71 CHK(Read(reinterpret_cast<void*>(&header), sizeof(header))); in StartParsing() 77 CHK(Read(reinterpret_cast<void*>(cmdline), sizeof(cmdline) - 1)); in StartParsing() 142 bool EbpfConverter::Read(void* buffer, size_t size) in Read() function in OHOS::EBPF_TOOLS::EbpfConverter 158 CHK(Read(reinterpret_cast<void*>(&efs), EVENT_FS_FIXED_SIZE)); in EventFsParsing() 160 CHK(Read(reinterpret_cast<void*>(args), sizeof(args))); in EventFsParsing() 162 CHK(Read(reinterpret_cast<void*>(&efs.comm), sizeof(efs.comm))); in EventFsParsing() 165 CHK(Read(reinterpret_cast<void*>(userIPs), sizeof(userIPs))); in EventFsParsing() 207 CHK(Read(reinterpret_cast<void*>(&maps), EVENT_MAPS_FIXED_SIZE)); in EventMapsParsing() 211 CHK(Read(reinterpret_cast<void*>(fileName), sizeof(fileName) - 1)); in EventMapsParsing() [all …]
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_ability_monitor.md | 27 + Disk Bytes Read/Sec:每秒从磁盘读取到内存的字节数。 29 + Disk Read Ops/Sec:读入的字节数。 90 框选Disk Bytes Read/Sec,Disk Bytes Written/Sec,Disk Read Ops/Sec,Disk Written Ops/Sec四个区域的泳道图,会展示Syst… 94 + Data Read:从磁盘读取到内存的总字节数。 95 + Data Read/sec:每秒从磁盘读取到内存的字节数。
|
| D | quickstart_Import_so.md | 64 以系统调用类型统计,如图显示的是grep进程下的Read和Write系统调用的时长占比饼图和Table表。 66 + Type:系统调用类型(Read和Write)。 69 以线程统计,如图显示的是系统调用是Read类型的线程的占比饼图和Table表。
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | quickstart_ability_monitor.md | 27 + Disk Bytes Read/Sec:每秒从磁盘读取到内存的字节数。 29 + Disk Read Ops/Sec:读入的字节数。 90 框选Disk Bytes Read/Sec,Disk Bytes Written/Sec,Disk Read Ops/Sec,Disk Written Ops/Sec四个区域的泳道图,会展示Syst… 94 + Data Read:从磁盘读取到内存的总字节数。 95 + Data Read/sec:每秒从磁盘读取到内存的字节数。
|
| D | quickstart_Import_so.md | 64 以系统调用类型统计,如图显示的是grep进程下的Read和Write系统调用的时长占比饼图和Table表。 66 + Type:系统调用类型(Read和Write)。 69 以线程统计,如图显示的是系统调用是Read类型的线程的占比饼图和Table表。
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | trace_file_reader_test.cpp | 87 long bytes = reader->Read(data); 123 bytes = reader->Read(data); 134 HWTEST_F(TraceFileReaderTest, Read, TestSize.Level1) 151 bytes = reader->Read(data);
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | parser_pbreader_test.cpp | 57 auto rsize = base::Read(fd, buf.get(), readSize); 100 auto rsize = base::Read(fd, buf.get(), readSize); 142 auto rsize = base::Read(fd, buf.get(), readSize); 185 auto rsize = base::Read(fd, buf.get(), readSize);
|
| /developtools/hiperf/include/ |
| D | perf_file_format.h | 155 bool Read(uint32_t &value); 156 bool Read(uint64_t &value); 157 bool Read(std::string &value); 158 bool Read(char *buf, size_t size);
|
| D | perf_file_reader.h | 62 virtual bool Read(void *buf, size_t len); 63 virtual bool Read(char *buf, uint64_t offset, size_t len);
|
| D | perf_file_writer.h | 65 bool Read(void *buf, size_t len);
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | ftrace_data_reader.h | 29 long Read(uint8_t data[], uint32_t size);
|
| /developtools/profiler/device/plugins/hilog_plugin/include/ |
| D | file_cache.h | 40 long Read(char* buff);
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | file.h | 37 ssize_t Read(int32_t fd, uint8_t* dst, size_t dstSize);
|
| D | file.cpp | 43 ssize_t Read(int32_t fd, uint8_t* dst, size_t dstSize) in Read() function
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | file.h | 37 ssize_t Read(int32_t fd, uint8_t* dst, size_t dstSize);
|
| D | file.cpp | 43 ssize_t Read(int32_t fd, uint8_t* dst, size_t dstSize) in Read() function
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | trace_file_reader.h | 37 long Read(MessageLite& message);
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | ftrace_data_reader.cpp | 45 long FtraceDataReader::Read(uint8_t data[], uint32_t size) in Read() function in FtraceDataReader
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/include/ |
| D | ebpf_converter.h | 33 bool Read(void* buffer, size_t size);
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| D | ftrace_data_reader_test.cpp | 87 EXPECT_EQ(reader.Read(buffer.data(), buffer.size()), bufferSize);
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | file_cache.cpp | 57 long FileCache::Read(char* content) in Read() function in FileCache
|