summaryrefslogtreecommitdiff
path: root/Documentation/meson.build
diff options
context:
space:
mode:
authorPaul Elder <paul.elder@ideasonboard.com>2020-10-28 18:53:56 +0900
committerPaul Elder <paul.elder@ideasonboard.com>2020-11-03 11:35:16 +0900
commit00cab9cb5627393193107ca85845ee34725a9ac9 (patch)
tree236ebb27056ae6c5b724ca79ed67b77c1954f93e /Documentation/meson.build
parent6e77b59055a79a0d32ac96bdef73357c9c084c30 (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.build1
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