aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/trace_profile
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace_profile')
-rw-r--r--src/trace_profile/strace.md1
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