/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ |
D | remote_clock_sync.pb.h | 206 const ::perfetto::protos::ClockSnapshot& host_clocks() const; in Swap() 209 void set_allocated_host_clocks(::perfetto::protos::ClockSnapshot* host_clocks); in Swap() 215 ::perfetto::protos::ClockSnapshot* host_clocks); in Swap() 498 inline const ::perfetto::protos::ClockSnapshot& RemoteClockSync_SyncedClocks::host_clocks() const { in host_clocks() function 503 ::perfetto::protos::ClockSnapshot* host_clocks) { in unsafe_arena_set_allocated_host_clocks() argument 507 _impl_.host_clocks_ = host_clocks; in unsafe_arena_set_allocated_host_clocks() 508 if (host_clocks) { in unsafe_arena_set_allocated_host_clocks() 550 …ClockSync_SyncedClocks::set_allocated_host_clocks(::perfetto::protos::ClockSnapshot* host_clocks) { in set_allocated_host_clocks() argument 555 if (host_clocks) { in set_allocated_host_clocks() 558 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(host_clocks)); in set_allocated_host_clocks() [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ |
H A D | remote_clock_sync.pb.h | 206 const ::perfetto::protos::ClockSnapshot& host_clocks() const; in Swap() 209 void set_allocated_host_clocks(::perfetto::protos::ClockSnapshot* host_clocks); in Swap() 215 ::perfetto::protos::ClockSnapshot* host_clocks); in Swap() 498 inline const ::perfetto::protos::ClockSnapshot& RemoteClockSync_SyncedClocks::host_clocks() const { in host_clocks() function 503 ::perfetto::protos::ClockSnapshot* host_clocks) { in unsafe_arena_set_allocated_host_clocks() argument 507 _impl_.host_clocks_ = host_clocks; in unsafe_arena_set_allocated_host_clocks() 508 if (host_clocks) { in unsafe_arena_set_allocated_host_clocks() 550 …ClockSync_SyncedClocks::set_allocated_host_clocks(::perfetto::protos::ClockSnapshot* host_clocks) { in set_allocated_host_clocks() argument 555 if (host_clocks) { in set_allocated_host_clocks() 558 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(host_clocks)); in set_allocated_host_clocks() [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | proto_trace_reader_unittest.cc | 80 auto* host_clocks = synced_clocks->set_host_clocks(); in TEST_F() local 81 clock = host_clocks->add_clocks(); in TEST_F() 93 host_clocks = synced_clocks->set_host_clocks(); in TEST_F() 94 clock = host_clocks->add_clocks(); in TEST_F() 117 auto* host_clocks = synced_clocks->set_host_clocks(); in TEST_F() local 118 clock = host_clocks->add_clocks(); in TEST_F()
|
H A D | proto_trace_reader.cc | 473 protos::pbzero::ClockSnapshot::ClockSnapshot::Decoder host_clocks( in ParseRemoteClockSync() local 474 synced_clocks.host_clocks()); in ParseRemoteClockSync() 475 for (auto clock_it = host_clocks.clocks(); clock_it; clock_it++) { in ParseRemoteClockSync()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_lite_gen/gen/external/perfetto/protos/perfetto/trace/ |
D | remote_clock_sync.pb.cc | 65 …static const ::perfetto::protos::ClockSnapshot& host_clocks(const RemoteClockSync_SyncedClocks* ms… 76 RemoteClockSync_SyncedClocks::_Internal::host_clocks(const RemoteClockSync_SyncedClocks* msg) { in host_clocks() function in perfetto::protos::RemoteClockSync_SyncedClocks::_Internal 230 InternalWriteMessage(3, _Internal::host_clocks(this), in _InternalSerialize() 231 _Internal::host_clocks(this).GetCachedSize(), target, stream); in _InternalSerialize()
|
/aosp_15_r20/external/perfetto/src/tracing/service/ |
H A D | tracing_service_impl.h | 280 host_clocks(std::move(_host_clocks)) {} in SyncedClockSnapshots() 283 base::ClockSnapshotVector host_clocks; member 291 base::ClockSnapshotVector host_clocks) override;
|
H A D | tracing_service_impl.cc | 3855 for (const auto& host_clock : sync_exchange.host_clocks) { in MaybeEmitRemoteClockSync() 5029 base::ClockSnapshotVector host_clocks) { in SyncClocks() argument 5036 std::move(host_clocks)); in SyncClocks()
|
H A D | tracing_service_impl_unittest.cc | 5777 snapshot = &snapshots[0].host_clocks(); in TEST_F() 5787 snapshot = &snapshots[1].host_clocks(); in TEST_F()
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ |
H A D | remote_clock_sync.proto | 31 optional ClockSnapshot host_clocks = 3; field
|
H A D | perfetto_trace.proto | 14711 optional ClockSnapshot host_clocks = 3; field
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ |
H A D | remote_clock_sync.pbzero.h | 70 ::protozero::ConstBytes host_clocks() const { return at<3>().as_bytes(); } in host_clocks() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_non_minimal_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ |
D | remote_clock_sync.pbzero.h | 70 ::protozero::ConstBytes host_clocks() const { return at<3>().as_bytes(); } in host_clocks() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/tracing/core/ |
H A D | tracing_service.h | 308 base::ClockSnapshotVector host_clocks) = 0;
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/core/ |
H A D | tracing_service.h | 329 base::ClockSnapshotVector host_clocks) = 0;
|
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 13928 optional ClockSnapshot host_clocks = 3; field
|