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/meson.build | |
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/meson.build')
-rw-r--r-- | Documentation/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build index d3d64f71..26a12fcd 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -56,6 +56,7 @@ if sphinx.found() 'guides/introduction.rst', 'guides/application-developer.rst', 'guides/pipeline-handler.rst', + 'guides/tracing.rst', ] release = 'release=v' + libcamera_git_version |