summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-05-04 09:03:02 -0400
committerTom Rini <[email protected]>2023-05-04 09:03:02 -0400
commitbfce695104d59a8570ce0a7cbd75d3728117eb5d (patch)
tree9150b72a6400a69fabcaad33ec2f63897e7ea8d2 /doc/develop
parent2440719d258a97824395532cb4a775752b423f63 (diff)
parent8a6414d1e410ab65780a4c5eb99e79e5b9bc21c1 (diff)
Merge tag 'efi-2023-07-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2023-07-rc2 Documentation: * treat documentation warnings as errors in CI * adjust StarFive VisionFive 2 and SiFive Unmatched documentation * man-page for cp * correct description of uclass_get_device_by_of_path * correct proftool usage UEFI * Fix documentation of EFI Python tests * Rename efi_selftest Python test
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/trace.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/trace.rst b/doc/develop/trace.rst
index 8425d843e9c..9bbe1345d2d 100644
--- a/doc/develop/trace.rst
+++ b/doc/develop/trace.rst
@@ -100,7 +100,7 @@ Then run proftool to convert the trace information to ftrace format
.. code-block:: console
- $ ./sandbox/tools/proftool -m sandbox/System.map -t trace dump-ftrace >trace.dat
+ $ ./sandbox/tools/proftool -m sandbox/System.map -t trace dump-ftrace -o trace.dat
Finally run kernelshark to display it (note it only works with `.dat` files!):