/aosp_15_r20/external/perfetto/protos/perfetto/trace/perfetto/ |
H A D | tracing_service_event.proto | 39 // emitted before the all_data_sources_started event. This event is also 47 bool all_data_sources_started = 1; field
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | observable_events.proto | 78 optional bool all_data_sources_started = 2; field
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_cpp_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
H A D | observable_events.gen.h | 88 bool all_data_sources_started() const { return all_data_sources_started_; } in all_data_sources_started() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_cpp_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
D | observable_events.gen.h | 88 bool all_data_sources_started() const { return all_data_sources_started_; } in all_data_sources_started() function
|
/aosp_15_r20/external/perfetto/test/ |
H A D | test_helper.cc | 329 if (events.all_data_sources_started()) in OnObservableEvents()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_perfetto_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/perfetto/ |
H A D | tracing_service_event.pbzero.h | 36 bool all_data_sources_started() const { return at<1>().as_bool(); } in all_data_sources_started() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_perfetto_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/perfetto/ |
D | tracing_service_event.pbzero.h | 36 bool all_data_sources_started() const { return at<1>().as_bool(); } in all_data_sources_started() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_perfetto_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/perfetto/ |
D | tracing_service_event.pb.h | 549 bool all_data_sources_started() const; in Swap() 961 inline bool TracingServiceEvent::all_data_sources_started() const { in all_data_sources_started() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
H A D | observable_events.pb.h | 680 bool all_data_sources_started() const; in Swap() 1039 inline bool ObservableEvents::all_data_sources_started() const { in all_data_sources_started() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_perfetto_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/perfetto/ |
H A D | tracing_service_event.pb.h | 549 bool all_data_sources_started() const; in Swap() 961 inline bool TracingServiceEvent::all_data_sources_started() const { in all_data_sources_started() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_zero_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
H A D | observable_events.pbzero.h | 98 bool all_data_sources_started() const { return at<2>().as_bool(); } in all_data_sources_started() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
D | observable_events.pb.h | 730 bool all_data_sources_started() const; in Swap() 1213 inline bool ObservableEvents::all_data_sources_started() const { in all_data_sources_started() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_zero_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
D | observable_events.pbzero.h | 98 bool all_data_sources_started() const { return at<2>().as_bool(); } in all_data_sources_started() function
|
/aosp_15_r20/external/perfetto/src/tracing/internal/ |
H A D | tracing_muxer_impl.cc | 604 events.all_data_sources_started()) { in OnObservableEvents() 611 bool all_data_sources_started = std::all_of( in OnObservableEvents() local 614 if (all_data_sources_started) in OnObservableEvents()
|
/aosp_15_r20/external/perfetto/src/tracing/service/ |
H A D | tracing_service_impl_unittest.cc | 3923 &protos::gen::TracingServiceEvent::all_data_sources_started, in TEST_F() 3933 EXPECT_TRUE(events.all_data_sources_started()); in TEST_F() 3946 &protos::gen::TracingServiceEvent::all_data_sources_started, in TEST_F() 3973 EXPECT_TRUE(events.all_data_sources_started()); in TEST_F() 3982 Property(&protos::gen::TracingServiceEvent::all_data_sources_started, in TEST_F() 4030 EXPECT_TRUE(events.all_data_sources_started()); in TEST_F() 4083 EXPECT_TRUE(events.all_data_sources_started()); in TEST_F() 4127 &TracingServiceEvent::all_data_sources_started)); in TEST_F()
|
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/parser/android/ |
H A D | input_event_trace.textproto | 132 all_data_sources_started: true
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | proto_trace_reader.cc | 613 if (tse.all_data_sources_started()) { in ParseServiceEvent()
|
/aosp_15_r20/external/perfetto/src/perfetto_cmd/ |
H A D | perfetto_cmd.cc | 1481 if (observable_events.all_data_sources_started()) { in OnObservableEvents()
|
/aosp_15_r20/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 7495 // emitted before the all_data_sources_started event. This event is also 7503 bool all_data_sources_started = 1; field
|
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 13007 // emitted before the all_data_sources_started event. This event is also 13015 bool all_data_sources_started = 1; field
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 13762 // emitted before the all_data_sources_started event. This event is also 13770 bool all_data_sources_started = 1; field
|