From 241f2c89769a72a0e04540a0310af2817b60ae24 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 24 Nov 2021 23:50:09 +0000 Subject: deploy: 4b2d24e60b147e5a7552e01ba800573164b2c441 --- trace_profile/strace.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'trace_profile') diff --git a/trace_profile/strace.html b/trace_profile/strace.html index 666899c..f2ee9ad 100644 --- a/trace_profile/strace.html +++ b/trace_profile/strace.html @@ -161,6 +161,10 @@ -o <file> ... log output into <file> -c .......... dump syscall statitics at the end -k .......... dump stack trace for each syscall + -P <path> ... only trace syscall accesing path + -y .......... print paths for FDs + -tt ......... print absolute timestamp (with us precision) + -r .......... print relative timestamp
<expr>:
   trace=syscall[,syscall] .... trace only syscall listed
@@ -174,7 +178,7 @@
 
strace -f -e trace=open,socket -p <pid>
 

Trace signals delivered to a running process:

-
strace -f -e signal -p <pid>
+
strace -e signal -e 'trace=!all' -p <pid>
 
-- cgit v1.2.3