Home
last modified time | relevance | path

Searched refs:block_client (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/tracing/core/
Dheapprofd_config.cc99 static_assert(sizeof(block_client_) == sizeof(proto.block_client()), in FromProto()
101 block_client_ = static_cast<decltype(block_client_)>(proto.block_client()); in FromProto()
144 static_assert(sizeof(block_client_) == sizeof(proto->block_client()), in ToProto()
147 static_cast<decltype(proto->block_client())>(block_client_)); in ToProto()
/external/perfetto/src/profiling/memory/
Dclient.cc208 sock.SetBlocking(!client_config.block_client); in CreateAndHandshake()
306 if (client_config_.block_client && base::IsAgain(errno) && IsConnected()) { in SendWireMessageWithRetriesIfBlocking()
374 (!client_config_.block_client || !base::IsAgain(errno))) { in SendControlSocketByte()
Dwire_protocol.h47 bool block_client; member
Dheapprofd_producer.cc53 client_config.block_client = cfg.heapprofd_config().block_client(); in MakeClientConfiguration()
Dunwinding.cc318 if (client_data.client_config.block_client && in HandleUnwindBatch()
/external/perfetto/include/perfetto/tracing/core/
Dheapprofd_config.h155 bool block_client() const { return block_client_; } in block_client() function
/external/perfetto/protos/perfetto/config/profiling/
Dheapprofd_config.proto86 optional bool block_client = 9; field
/external/perfetto/tools/
Dheap_profile173 if args.block_client:
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto842 optional bool block_client = 9; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto3943 optional bool block_client = 9; field