Searched refs:eof (Results 1 – 8 of 8) sorted by relevance
| /developtools/profiler/device/services/profiler_service/src/ |
| D | trace_file_reader.cpp | 60 CHECK_TRUE(!stream_.eof(), 0, "no more data in file %s stream", path_.c_str()); in Read() 65 RETURN_IF(stream_.eof(), 0, "read file end"); in Read() 74 RETURN_IF(stream_.eof(), 0, "read file end"); in Read() 86 CHECK_TRUE(!stream_.eof(), 0, "no more data in file %s stream", path_.c_str()); in ReadLen() 90 RETURN_IF(stream_.eof(), 0, "read file end"); in ReadLen() 101 CHECK_TRUE(!stream_.eof(), false, "no more data in file %s stream", path_.c_str()); in ReadData() 104 RETURN_IF(stream_.eof(), false, "read file end. read data bytes from %s failed! (offset %zu)", in ReadData()
|
| /developtools/profiler/device/base/src/ |
| D | common.cpp | 347 const char* eof = "\n\0"; in CustomPUnblock() local 348 write(fds[WRITE], eof, strlen(eof) + 1); in CustomPUnblock()
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | io_stats.cpp | 98 } while (!input.eof()); in ParseCpuStats() 152 } while (!input.eof()); in ParseIoStats()
|
| /developtools/profiler/device/plugins/process_plugin/src/ |
| D | process_data_plugin.cpp | 487 } while (!input.eof()); in WriteDiskioData() 586 } while (!input.eof()); in WritePssData()
|
| /developtools/hiperf/src/ |
| D | report_protobuf_file.cpp | 211 if (protobufFileStream_->eof()) { in Read()
|
| /developtools/profiler/device/plugins/network_plugin/src/ |
| D | network_plugin.cpp | 199 } while (!input.eof()); in GetUid()
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | smaps_stats.cpp | 130 } while (!input.eof()); in ReadVmemareasFile()
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 44571 int eof; member 44632 int eof; member 57832 bool eof; member
|