| Message ID | 20260911-assorted-fixes-v1-6-0d92a8112918@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | Assorted fixes and additions | expand |
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 4ee6e20c8..879d98ca1 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst @@ -406,6 +406,10 @@ these valid features is as follows: in the Yocto Project Development Tasks Manual. For information on tracing and profiling, see the :doc:`/profile-manual/index`. +- *tools-profile:*: Installs profiling tools such as ``perf``. See the + :ref:`profile-manual/intro:Yocto Project Profiling and Tracing Manual` for more + information. + - *tools-sdk:* Installs a full SDK that runs on the device. - *tools-testapps:* Installs device testing tools (e.g. touchscreen
The tools-profile feature was introduced in 2007 with eabfa35d7ce4 ("Rewrite IMAGE_FEATURES tools options (people may be to update their local.conf), split into debug and profiling and add more profiling tools.") but was not documented. Add the feature to the list. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/features.rst | 4 ++++ 1 file changed, 4 insertions(+)