diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2020-10-28 18:53:56 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2020-11-03 11:35:16 +0900 |
commit | 00cab9cb5627393193107ca85845ee34725a9ac9 (patch) | |
tree | 236ebb27056ae6c5b724ca79ed67b77c1954f93e /Documentation/index.rst | |
parent | 6e77b59055a79a0d32ac96bdef73357c9c084c30 (diff) |
Documentation: tracing: Add tracing guide
Add guide for tracepoints, including how to define and use them.
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index a30688ac..ff697d4f 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -16,3 +16,4 @@ Developer Guide <guides/introduction> Application Writer's Guide <guides/application-developer> Pipeline Handler Writer's Guide <guides/pipeline-handler> + Tracing guide <guides/tracing> |