1Trace Provider Library
2======================
3
4A static library for publishing a trace provider.  The trace manager
5connects to trace providers to collect trace records from running programs.
6
7To register the trace provider, the program must call `trace_provider_create()`
8at some point during its startup sequence.  The trace provider will take
9care of starting and stopping the trace engine in response to requests from
10the trace manager.
11