diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-07-28 23:49:51 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-07-28 23:49:51 +0200 |
commit | d086ca4c6179628546796e60bfade25be061f045 (patch) | |
tree | 2012c3024f39e9a80b1b6e3b85215f9ffdaf0328 /src/trace_profile | |
parent | 358833ec9c9c230c631d9bd5f29cb27d1cb273d1 (diff) | |
download | notes-d086ca4c6179628546796e60bfade25be061f045.tar.gz notes-d086ca4c6179628546796e60bfade25be061f045.zip |
strace: added -k, dump stack traces
Diffstat (limited to 'src/trace_profile')
-rw-r--r-- | src/trace_profile/strace.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trace_profile/strace.md b/src/trace_profile/strace.md index 34abf3b..c610df3 100644 --- a/src/trace_profile/strace.md +++ b/src/trace_profile/strace.md @@ -8,6 +8,7 @@ strace [opts] [prg] -e <expr> ... expression for trace filtering -o <file> ... log output into <file> -c .......... dump syscall statitics at the end + -k .......... dump stack trace for each syscall ``` ```markdown |