Home
last modified time | relevance | path

Searched refs:ObserveEvents (Results 1 – 11 of 11) sorted by relevance

/external/perfetto/src/tracing/test/
Dmock_consumer.cc145 void MockConsumer::ObserveEvents(uint32_t enabled_event_types) { in ObserveEvents() function in perfetto::MockConsumer
146 service_endpoint_->ObserveEvents(enabled_event_types); in ObserveEvents()
Dmock_consumer.h60 void ObserveEvents(uint32_t enabled_event_types);
/external/perfetto/src/tracing/ipc/consumer/
Dconsumer_ipc_client_impl.h72 void ObserveEvents(uint32_t enabled_event_types) override;
Dconsumer_ipc_client_impl.cc301 void ConsumerIPCClientImpl::ObserveEvents(uint32_t enabled_event_types) { in ObserveEvents() function in perfetto::ConsumerIPCClientImpl
328 consumer_port_.ObserveEvents(req, std::move(async_response)); in ObserveEvents()
/external/perfetto/src/tracing/ipc/service/
Dconsumer_ipc_service.cc162 void ConsumerIPCService::ObserveEvents(const protos::ObserveEventsRequest& req, in ObserveEvents() function in perfetto::ConsumerIPCService
182 remote_consumer->service_endpoint->ObserveEvents(observe_instances); in ObserveEvents()
Dconsumer_ipc_service.h64 void ObserveEvents(const protos::ObserveEventsRequest&,
/external/perfetto/include/perfetto/tracing/core/
Dtracing_service.h204 virtual void ObserveEvents(uint32_t enabled_event_types) = 0;
/external/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto99 rpc ObserveEvents(ObserveEventsRequest) rpc
205 // Arguments for rpc ObserveEvents.
/external/perfetto/src/tracing/core/
Dtracing_service_impl.h184 void ObserveEvents(uint32_t enabled_event_types) override;
Dtracing_service_impl_unittest.cc2682 consumer->ObserveEvents(TracingService::ConsumerEndpoint:: in TEST_F()
2752 consumer->ObserveEvents( in TEST_F()
Dtracing_service_impl.cc2412 void TracingServiceImpl::ConsumerEndpointImpl::ObserveEvents( in ObserveEvents() function in perfetto::TracingServiceImpl::ConsumerEndpointImpl