[analyzer][docs] Update uftrace option name (#188674)

It should be `--flame-graph` instead of `--framegraph`.
This commit is contained in:
Namhyung Kim 2026-03-26 03:26:09 -07:00 committed by GitHub
parent 9a51b1eebe
commit 65fe4970f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,4 +134,4 @@ To see what functions appear frequently in the trace, use this command:
cat trace.json | grep -Po '"name":"(.+)"' | sort | uniq -c | sort -nr | head -n 50
``uftrace`` can also dump the report as a Flame graph using ``uftrace dump --framegraph``.
``uftrace`` can also dump the report as a Flame graph using ``uftrace dump --flame-graph``.