summaryrefslogtreecommitdiff
path: root/strace.1
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2006-04-25 07:48:03 +0000
committerRoland McGrath <roland@redhat.com>2006-04-25 07:48:03 +0000
commitcb9def6975f28933ada9d35f05c6fba9ab3fe1fd (patch)
tree8a0f13afeeb96de5f6a22898efad499816cf3e4e /strace.1
parent5b97ae3122012238888de8a20dbeed65872671e2 (diff)
downloadstrace-cb9def6975f28933ada9d35f05c6fba9ab3fe1fd.tar.gz
strace-cb9def6975f28933ada9d35f05c6fba9ab3fe1fd.tar.bz2
strace-cb9def6975f28933ada9d35f05c6fba9ab3fe1fd.tar.xz
2006-04-25 Roland McGrath <roland@redhat.com>
* strace.c (main): Fail when -c is given with -ff. * strace.1: Note their incompatibility. Fixes RH#187847.
Diffstat (limited to 'strace.1')
-rw-r--r--strace.14
1 files changed, 3 insertions, 1 deletions
diff --git a/strace.1 b/strace.1
index 31c0a98..aa79d6e 100644
--- a/strace.1
+++ b/strace.1
@@ -220,7 +220,8 @@ Here the second argument represents the full set of all signals.
.B \-c
Count time, calls, and errors for each system call and report a summary on
program exit. On Linux, this attempts to show system time (CPU time spent
-running in the kernel) independent of wall clock time.
+running in the kernel) independent of wall clock time. If -c is used with
+-f or -F (below), only aggregate totals for all traced processes are kept.
.TP
.B \-d
Show some debugging output of
@@ -254,6 +255,7 @@ If the
option is in effect, each processes trace is written to
.I filename.pid
where pid is the numeric process id of each process.
+This is incompatible with -c, since no per-process counts are kept.
.TP
.B \-F
Attempt to follow