Lines Matching refs:tracing
8 The tracing service is a long-lived entity (a system daemon on Linux/Android,
12 - Handles multiplexing of several tracing sessions.
21 process of the tracing service. It advertises its ability to contribute to the trace with one or mo…
23 - One shared memory buffer, shared exclusively with the tracing service.
24 - One IPC channel with the tracing service.
29 - How many tracing sessions are active.
37 Concrete example: at some point in the future Chrome might expose one Producer for tracing within t…
43 of the Browser process in Chrome) that controls (non-exclusively) the tracing service and reads bac…
52 - Enable and disable tracing.
59 A data source is a capability, exposed by a Producer, of providing some tracing
92 Producer(s) write tracing data, in the form of protobuf-encoded binary blobs,
114 [shared_memory_abi.h](/include/perfetto/tracing/core/shared_memory_abi.h)
119 * [Life of a tracing session](life-of-a-tracing-session.md)