Home
last modified time | relevance | path

Searched defs:will_notify_on_stop (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/protos/perfetto/config/
Ddata_source_descriptor.proto34 optional bool will_notify_on_stop = 2; field
/external/perfetto/include/perfetto/tracing/core/
Ddata_source_descriptor.h67 bool will_notify_on_stop() const { return will_notify_on_stop_; } in will_notify_on_stop() function
/external/perfetto/src/tracing/core/
Dtracing_service_impl.h317 bool will_notify_on_stop; member