Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 40) sorted by relevance

12

/developtools/hiperf/src/
Dperf_file_format.cpp100 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 …]
Dperf_file_reader.cpp120 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 *)&sectionHeader, featureSectionOffsetRead, sizeof(sectionHeader))) { in ReadFeatureSection()
420 if (!Read(&buf[0], sectionHeader.offset, buf.size())) { in ReadFeatureSection()
Dperf_file_writer.cpp173 } 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
Dreport_protobuf_file.cpp203 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/
Debpf_converter.cpp68 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/
Dquickstart_ability_monitor.md27 + 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:每秒从磁盘读取到内存的字节数。
Dquickstart_Import_so.md64 以系统调用类型统计,如图显示的是grep进程下的Read和Write系统调用的时长占比饼图和Table表。
66 + Type:系统调用类型(Read和Write)。
69 以线程统计,如图显示的是系统调用是Read类型的线程的占比饼图和Table表。
/developtools/profiler/host/smartperf/ide/src/doc/md/
Dquickstart_ability_monitor.md27 + 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:每秒从磁盘读取到内存的字节数。
Dquickstart_Import_so.md64 以系统调用类型统计,如图显示的是grep进程下的Read和Write系统调用的时长占比饼图和Table表。
66 + Type:系统调用类型(Read和Write)。
69 以线程统计,如图显示的是系统调用是Read类型的线程的占比饼图和Table表。
/developtools/profiler/device/services/profiler_service/test/unittest/
Dtrace_file_reader_test.cpp87 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/
Dparser_pbreader_test.cpp57 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/
Dperf_file_format.h155 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);
Dperf_file_reader.h62 virtual bool Read(void *buf, size_t len);
63 virtual bool Read(char *buf, uint64_t offset, size_t len);
Dperf_file_writer.h65 bool Read(void *buf, size_t len);
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_data_reader.h29 long Read(uint8_t data[], uint32_t size);
/developtools/profiler/device/plugins/hilog_plugin/include/
Dfile_cache.h40 long Read(char* buff);
/developtools/smartperf_host/trace_streamer/src/base/
Dfile.h37 ssize_t Read(int32_t fd, uint8_t* dst, size_t dstSize);
Dfile.cpp43 ssize_t Read(int32_t fd, uint8_t* dst, size_t dstSize) in Read() function
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dfile.h37 ssize_t Read(int32_t fd, uint8_t* dst, size_t dstSize);
Dfile.cpp43 ssize_t Read(int32_t fd, uint8_t* dst, size_t dstSize) in Read() function
/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_reader.h37 long Read(MessageLite& message);
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_data_reader.cpp45 long FtraceDataReader::Read(uint8_t data[], uint32_t size) in Read() function in FtraceDataReader
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_converter.h33 bool Read(void* buffer, size_t size);
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_data_reader_test.cpp87 EXPECT_EQ(reader.Read(buffer.data(), buffer.size()), bufferSize);
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp57 long FileCache::Read(char* content) in Read() function in FileCache

12