Searched refs:bytesCount_ (Results 1 - 14 of 14) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
H A D | result_transporter.cpp | 91 auto count = bytesCount_.load(); in Flush() 106 bytesCount_ += nbytes; in Submit() 118 bytesCount_ += msgSize; in Report()
|
/developtools/profiler/device/plugins/ffrt_profiler/client/src/ |
H A D | ffrt_profiler_write.cpp | 53 bytesCount_.load(), bytesPending_.load(), writeCount_.load(), flushCount_.load()); in Report() 59 bytesCount_ += bytes; in DoStats()
|
/developtools/profiler/device/plugins/network_profiler/client/src/ |
H A D | network_profiler_write.cpp | 53 bytesCount_.load(), bytesPending_.load(), writeCount_.load(), flushCount_.load()); in Report() 59 bytesCount_ += bytes; in DoStats()
|
/developtools/profiler/device/plugins/native_hook/include/ |
H A D | stack_writer.h | 52 std::atomic<uint64_t> bytesCount_ = 0; member in StackWriter
|
/developtools/profiler/device/plugins/api/src/ |
H A D | buffer_writer.cpp | 62 bytesCount_.load(), bytesPending_.load(), writeCount_.load(), flushCount_.load()); in Report() 68 bytesCount_ += static_cast<uint64_t>(bytes); in DoStats()
|
H A D | buffer_writer.h | 64 std::atomic<uint64_t> bytesCount_ = 0; member in BufferWriter
|
/developtools/profiler/device/services/shared_memory/src/ |
H A D | share_memory_block.cpp | 137 header_->info.bytesCount_ = 0; in CreateBlock() 244 ++header_->info.bytesCount_; in PutRaw() 274 ++header_->info.bytesCount_; in PutRawTimeout() 309 ++header_->info.bytesCount_; in PutWithPayloadTimeout() 335 ++header_->info.bytesCount_; in PutMessage() 444 ++header_->info.bytesCount_; in PutWithPayloadSync()
|
/developtools/profiler/device/plugins/ffrt_profiler/client/include/ |
H A D | ffrt_profiler_write.h | 52 std::atomic<uint64_t> bytesCount_{0};
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
H A D | result_transporter.h | 57 std::atomic<uint64_t> bytesCount_ = 0; member in ResultTransporter
|
/developtools/profiler/device/plugins/network_profiler/client/include/ |
H A D | network_profiler_write.h | 52 std::atomic<uint64_t> bytesCount_{0};
|
/developtools/profiler/device/plugins/api/test/unittest/ |
H A D | buffer_write_test.cpp | 67 header_->info.bytesCount_ = 0; in InitShareMemory1() 104 header_->info.bytesCount_ = 0; in InitShareMemory2()
|
/developtools/profiler/device/plugins/native_hook/src/ |
H A D | stack_writer.cpp | 50 bytesCount_ += bytes; in DoStats()
|
/developtools/profiler/device/plugins/native_hook/test/unittest/ |
H A D | stack_writer_test.cpp | 65 header_->info.bytesCount_ = 0; in InitShareMemory() 178 EXPECT_EQ((int)write->bytesCount_, bytes); in HWTEST_F() 187 EXPECT_EQ((int)write->bytesCount_, bytes + bytes); in HWTEST_F()
|
/developtools/profiler/device/services/shared_memory/include/ |
H A D | share_memory_block.h | 91 std::atomic<uint32_t> bytesCount_; in sizeof() local
|
Completed in 8 milliseconds