Searched refs:perfetto_trace (Results 1 – 1 of 1) sorted by relevance
100 for (compiler::CompilationInput perfetto_trace : perfetto_traces) { in CompilerForkParameters() local101 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 <<() argument265 os << "file_path: " << perfetto_trace.filename << " " in operator <<()266 << "timestamp_limit: " << perfetto_trace.timestamp_limit_ns; in operator <<()