1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

Doc rewording

This commit is contained in:
Andy Wingo 2025-02-14 12:32:54 +01:00
parent 367e04f164
commit 0bef1e9435

View file

@ -35,7 +35,7 @@ First, create your tracing session:
``` ```
$ lttng create $ lttng create
Session auto-20250214-091153 created. Session auto-20250214-091153 created.
Traces will be output to $HOME/lttng-traces/auto-20250214-091153 Traces will be output to ~/lttng-traces/auto-20250214-091153
``` ```
You run all these commands as your own user; they don't require root You run all these commands as your own user; they don't require root
@ -83,7 +83,7 @@ Tracing stopped for session auto-20250214-091153
``` ```
Whew. If we did it right, our data is now in Whew. If we did it right, our data is now in
$HOME/lttng-traces/auto-20250214-091153. ~/lttng-traces/auto-20250214-091153.
### Visualizing traces ### Visualizing traces