tree: 96ba00a2eb574b579c40c6ce37a10a31be9876da [path history] [tgz]
  1. include/
  2. handler_impl.cpp
  3. handler_impl.h
  4. provider_impl.cpp
  5. provider_impl.h
  6. README.md
  7. rules.mk
  8. trace_provider.fidl.cpp
  9. trace_provider.fidl.h
system/ulib/trace-provider/README.md

Trace Provider Library

A static library for publishing a trace provider. The trace manager connects to trace providers to collect trace records from running programs.

To register the trace provider, the program must call trace_provider_create() at some point during its startup sequence. The trace provider will take care of starting and stopping the trace engine in response to requests from the trace manager.