Skip to content

Commit

Permalink
doc: clarify the commands explanation for '-k'
Browse files Browse the repository at this point in the history
Signed-off-by: ChoKyuWon <kyuwoncho18@gmail.com>
  • Loading branch information
ChoKyuWon committed Jul 16, 2023
1 parent 4f55419 commit ca2a873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/uftrace-record.md
Expand Up @@ -62,9 +62,9 @@ RECORD OPTIONS
library call from the main executable. Implies `--force`.

-k, \--kernel
: Trace kernel functions as well as user functions. Only kernel entry/exit
functions will be traced by default. Use the `--kernel-depth` option to
override this.
: Trace kernel functions as well as user functions. By default, the tracing
depth is 1 (Only kernel entry/exit functions will be traced).
Use the `-K`/`--kernel-depth` option to override this.

-K *DEPTH*, \--kernel-depth=*DEPTH*
: Set kernel max function depth separately. Implies `--kernel`.
Expand Down

0 comments on commit ca2a873

Please sign in to comment.