OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_max_file_size_bytes
(Results
1 - 3
of
3
) sorted by null
/external/perfetto/include/perfetto/tracing/core/
trace_config.h
294
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
150
proto->
set_max_file_size_bytes
(
service_impl_unittest.cc
286
trace_config.
set_max_file_size_bytes
(kMaxFileSize);
Completed in 97 milliseconds