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

  /external/perfetto/protos/perfetto/config/
trace_config.proto 152 optional uint64 max_file_size_bytes = 10;
  /external/perfetto/src/perfetto_cmd/
config_unittest.cc 128 EXPECT_EQ(config.max_file_size_bytes(), 1 * 1024 * 1024 * 1024);
  /external/perfetto/src/tracing/core/
trace_config.cc 120 sizeof(max_file_size_bytes_) == sizeof(proto.max_file_size_bytes()),
123 static_cast<decltype(max_file_size_bytes_)>(proto.max_file_size_bytes());
234 sizeof(max_file_size_bytes_) == sizeof(proto->max_file_size_bytes()),
237 static_cast<decltype(proto->max_file_size_bytes())>(
    [all...]
tracing_service_impl.h 476 uint64_t max_file_size_bytes = 0;
tracing_service_impl.cc 420 tracing_session->max_file_size_bytes = cfg.max_file_size_bytes();
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 557 uint64_t max_file_size_bytes() const { return max_file_size_bytes_; } function in class:perfetto::TraceConfig

Completed in 177 milliseconds