Home
last modified time | relevance | path

Searched refs:bytesCount_ (Results 1 - 14 of 14) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dresult_transporter.cpp91 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 Dffrt_profiler_write.cpp53 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 Dnetwork_profiler_write.cpp53 bytesCount_.load(), bytesPending_.load(), writeCount_.load(), flushCount_.load()); in Report()
59 bytesCount_ += bytes; in DoStats()
/developtools/profiler/device/plugins/native_hook/include/
H A Dstack_writer.h52 std::atomic<uint64_t> bytesCount_ = 0; member in StackWriter
/developtools/profiler/device/plugins/api/src/
H A Dbuffer_writer.cpp62 bytesCount_.load(), bytesPending_.load(), writeCount_.load(), flushCount_.load()); in Report()
68 bytesCount_ += static_cast<uint64_t>(bytes); in DoStats()
H A Dbuffer_writer.h64 std::atomic<uint64_t> bytesCount_ = 0; member in BufferWriter
/developtools/profiler/device/services/shared_memory/src/
H A Dshare_memory_block.cpp137 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 Dffrt_profiler_write.h52 std::atomic<uint64_t> bytesCount_{0};
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dresult_transporter.h57 std::atomic<uint64_t> bytesCount_ = 0; member in ResultTransporter
/developtools/profiler/device/plugins/network_profiler/client/include/
H A Dnetwork_profiler_write.h52 std::atomic<uint64_t> bytesCount_{0};
/developtools/profiler/device/plugins/api/test/unittest/
H A Dbuffer_write_test.cpp67 header_->info.bytesCount_ = 0; in InitShareMemory1()
104 header_->info.bytesCount_ = 0; in InitShareMemory2()
/developtools/profiler/device/plugins/native_hook/src/
H A Dstack_writer.cpp50 bytesCount_ += bytes; in DoStats()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dstack_writer_test.cpp65 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 Dshare_memory_block.h91 std::atomic<uint32_t> bytesCount_; in sizeof() local

Completed in 8 milliseconds