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

  /external/perfetto/src/perfetto_cmd/
config.cc 118 config->set_max_file_size_bytes(max_file_size_kb * 1024);
  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 558 void set_max_file_size_bytes(uint64_t value) { max_file_size_bytes_ = value; } function in class:perfetto::TraceConfig
  /external/perfetto/src/tracing/core/
trace_config.cc 236 proto->set_max_file_size_bytes(
    [all...]
tracing_service_impl_unittest.cc     [all...]

Completed in 176 milliseconds