Searched refs:write_into_file (Results 1 – 24 of 24) sorted by relevance
627 (trace_config_->write_into_file() && in Main()633 } else if (is_detach() && !trace_config_->write_into_file()) { in Main()653 if (!trace_config_->write_into_file()) in Main()803 if (trace_config_->write_into_file() && trace_config_->output_path().empty()) in OnConnect()880 if (trace_config_->write_into_file()) { in OnTracingDisabled()911 if (trace_config_->write_into_file()) { in FinalizeTraceAndExit()988 PERFETTO_DCHECK(trace_config_->write_into_file()); in OnAttach()
191 EXPECT_EQ(config.write_into_file(), false); in TEST()215 EXPECT_EQ(config.write_into_file(), false); in TEST()
39 EXPECT_FALSE(config.write_into_file()); in TEST_F()
16 write_into_file: true
37 write_into_file: true
55 write_into_file: true
5 write_into_file: true
42 [`write_into_file`](config.md#long-traces) option in the trace config, which88 write_into_file: true119 write_into_file: true155 write_into_file: true
249 * `write_into_file (bool)`:270 Summary: to capture a long trace just set `write_into_file:true`, set a long
105 case of tracing without `write_into_file` (when the trace file is written only
52 base::ScopedFile write_into_file) { in EnableTracing() argument53 service_endpoint_->EnableTracing(trace_config, std::move(write_into_file)); in EnableTracing()
48 write_into_file: true
54 write_into_file: true
600 cfg.write_into_file()) { in EnableTracing()769 if (cfg.write_into_file()) { in EnableTracing()790 tracing_session->write_into_file = std::move(fd); in EnableTracing()1133 if (tracing_session->config.write_into_file()) { in StartTracing()1555 if (tracing_session->write_into_file) { in DisableTracingNotifyConsumerAndFlushFile()1946 if (!tracing_session->write_into_file && !consumer) in ReadBuffers()1949 if (tracing_session->write_into_file && consumer) { in ReadBuffers()2083 !tracing_session->write_into_file; in ReadBuffers()2164 if (tracing_session->write_into_file) { in ReadBuffers()2204 int fd = *tracing_session->write_into_file; in ReadBuffers()[all …]
571 base::ScopedFile write_into_file; member
48 // If |write_into_file| is specified, this can happen many times over the
133 - write_into_file=true.
184 optional bool write_into_file = 8; field190 // This option has been introduced in Android R. Before R write_into_file427 // case of IPC readback and write_into_file. This filter can be generated
1632 optional bool write_into_file = 8; field1638 // This option has been introduced in Android R. Before R write_into_file1875 // case of IPC readback and write_into_file. This filter can be generated
75 enabling the trace through the `write_into_file` field of the trace config).
264 if (trace_config.write_into_file()) { in ParseTraceConfig()
75 if (trace_config.write_into_file() && trace_config.output_path().empty()) in EnableTracing()
1184 PERFETTO_CHECK(!trace_fd || trace_config->write_into_file()); in SetupTracingSession()
1632 optional bool write_into_file = 8; field1638 // This option has been introduced in Android R. Before R write_into_file1875 // case of IPC readback and write_into_file. This filter can be generated7511 // If |write_into_file| is specified, this can happen many times over the