diff options
author | johannst <johannes.stoelp@gmail.com> | 2019-11-15 17:36:33 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2019-11-15 17:36:33 +0100 |
commit | 787183114445f83025a0866e41cb9338e90f8b60 (patch) | |
tree | ac81e1854989ab8ed4ac96b497e34a8f726a1bc0 | |
parent | 78bccfa0fc7e73c5314a5eed1be1807b022469f0 (diff) | |
download | notes-787183114445f83025a0866e41cb9338e90f8b60.tar.gz notes-787183114445f83025a0866e41cb9338e90f8b60.zip |
updated strace
-rw-r--r-- | debug.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ strace [OPTS] [ELF] -s <size> ... max string size (default: 32) -e <expr> ... expression for trace filtering -o <file> ... log output into <file> + -c .......... dump syscall statitics at the end useful <expr>: trace=syscall[,syscall] .... trace only syscall listed |