X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-calibrate.1.txt;h=02195b85d08b96c8f9064c5dffe9c1ae3e2a194e;hb=b812e5ca9073ddac9cf8db747eb6cf9bea78b85a;hp=71db0e50c39e612645caae2bf79eb0d1fa395111;hpb=89dbeff8bc1e862192f8bec4a89d53b9098cc824;p=lttng-tools.git diff --git a/doc/man/lttng-calibrate.1.txt b/doc/man/lttng-calibrate.1.txt index 71db0e50c..02195b85d 100644 --- a/doc/man/lttng-calibrate.1.txt +++ b/doc/man/lttng-calibrate.1.txt @@ -10,7 +10,7 @@ lttng-calibrate - Quantify LTTng overhead SYNOPSIS -------- [verse] -*lttng* ['GENERAL OPTIONS'] *calibrate* +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *calibrate* DESCRIPTION @@ -38,6 +38,7 @@ hooked on an empty function, gathering PMU counters LLC (Last Level Cache) misses information (use `lttng add-context --list` to get the list of available PMU counters). +[role="term"] ------------------------------------------------------------------------ lttng create calibrate-function lttng enable-event calibrate --kernel \ @@ -55,7 +56,7 @@ lttng destroy babeltrace $(ls -1drt ~/lttng-traces/calibrate-function-* | tail -n 1) ------------------------------------------------------------------------ -The output from linklttng:babeltrace(1) can be saved to a text file and +The output from man:babeltrace(1) can be saved to a text file and opened in a spreadsheet (for example, in LibreOffice) to focus on the per-PMU counter delta between consecutive `calibrate_entry` and `calibrate_return` events. Note that these counters are per-CPU, so @@ -112,4 +113,4 @@ include::common-cmd-footer.txt[] SEE ALSO -------- -linklttng:lttng(1) +man:lttng(1)