Home
last modified time | relevance | path

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

/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc627 (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()
Dpbtxt_to_pb_unittest.cc191 EXPECT_EQ(config.write_into_file(), false); in TEST()
215 EXPECT_EQ(config.write_into_file(), false); in TEST()
Dconfig_unittest.cc39 EXPECT_FALSE(config.write_into_file()); in TEST_F()
/external/perfetto/test/configs/
Djava_hprof.cfg16 write_into_file: true
Dftrace_largebuffer.cfg37 write_into_file: true
Dandroid_log.cfg55 write_into_file: true
Dlong_trace.cfg5 write_into_file: true
/external/perfetto/docs/concepts/
Ddetached-mode.md42 [`write_into_file`](config.md#long-traces) option in the trace config, which
88 write_into_file: true
119 write_into_file: true
155 write_into_file: true
Dconfig.md249 * `write_into_file (bool)`:
270 Summary: to capture a long trace just set `write_into_file:true`, set a long
Dbuffers.md105 case of tracing without `write_into_file` (when the trace file is written only
/external/perfetto/src/tracing/test/
Dmock_consumer.cc52 base::ScopedFile write_into_file) { in EnableTracing() argument
53 service_endpoint_->EnableTracing(trace_config, std::move(write_into_file)); in EnableTracing()
/external/virglrenderer/perf-testing/Docker/
Dperfetto-guest.cfg48 write_into_file: true
Dperfetto-host.cfg54 write_into_file: true
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc600 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 …]
Dtracing_service_impl.h571 base::ScopedFile write_into_file; member
/external/perfetto/protos/perfetto/trace/perfetto/
Dtracing_service_event.proto48 // If |write_into_file| is specified, this can happen many times over the
/external/perfetto/test/stress_test/
DREADME.md133 - write_into_file=true.
/external/perfetto/protos/perfetto/config/
Dtrace_config.proto184 optional bool write_into_file = 8; field
190 // This option has been introduced in Android R. Before R write_into_file
427 // case of IPC readback and write_into_file. This filter can be generated
Dperfetto_config.proto1632 optional bool write_into_file = 8; field
1638 // This option has been introduced in Android R. Before R write_into_file
1875 // case of IPC readback and write_into_file. This filter can be generated
/external/perfetto/docs/design-docs/
Dlife-of-a-tracing-session.md75 enabling the trace through the `write_into_file` field of the trace config).
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc264 if (trace_config.write_into_file()) { in ParseTraceConfig()
/external/perfetto/src/tracing/ipc/service/
Dconsumer_ipc_service.cc75 if (trace_config.write_into_file() && trace_config.output_path().empty()) in EnableTracing()
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc1184 PERFETTO_CHECK(!trace_fd || trace_config->write_into_file()); in SetupTracingSession()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto1632 optional bool write_into_file = 8; field
1638 // This option has been introduced in Android R. Before R write_into_file
1875 // case of IPC readback and write_into_file. This filter can be generated
7511 // If |write_into_file| is specified, this can happen many times over the