HomeSort by relevance Sort by last modified time
    Searched refs:handles_incremental_state_clear (Results 1 - 5 of 5) sorted by null

  /external/perfetto/protos/perfetto/config/
data_source_descriptor.proto 44 optional bool handles_incremental_state_clear = 4;
  /external/perfetto/src/tracing/core/
data_source_descriptor.cc 74 sizeof(proto.handles_incremental_state_clear()),
78 proto.handles_incremental_state_clear());
104 sizeof(proto->handles_incremental_state_clear()),
107 static_cast<decltype(proto->handles_incremental_state_clear())>(
tracing_service_impl.h 308 handles_incremental_state_clear(
318 bool handles_incremental_state_clear; member in struct:perfetto::TracingServiceImpl::DataSourceInstance
tracing_service_impl.cc     [all...]
  /external/perfetto/include/perfetto/tracing/core/
data_source_descriptor.h 73 bool handles_incremental_state_clear() const { function in class:perfetto::DataSourceDescriptor

Completed in 204 milliseconds