Home
last modified time | relevance | path

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

/system/iorap/src/maintenance/
Dcontroller.cc100 for (compiler::CompilationInput perfetto_trace : perfetto_traces) { in CompilerForkParameters() local
101 input_pbs.push_back(perfetto_trace.filename); in CompilerForkParameters()
102 timestamp_limit_ns.push_back(perfetto_trace.timestamp_limit_ns); in CompilerForkParameters()
103 pids.push_back(perfetto_trace.pid); in CompilerForkParameters()
264 const struct compiler::CompilationInput& perfetto_trace) { in operator <<() argument
265 os << "file_path: " << perfetto_trace.filename << " " in operator <<()
266 << "timestamp_limit: " << perfetto_trace.timestamp_limit_ns; in operator <<()