Home | History | Annotate | Download | only in strace

Lines Matching full:trace

42 strace \- trace system calls and signals
126 they do not need to be recompiled in order to trace them.
135 Each line in the trace contains the system call name, followed
274 Trace child processes as they are created by currently traced
303 option is in effect, each processes trace is written to
331 Prefix each line of the trace with the time of day.
365 A qualifying expression which modifies which events to trace
366 or how to trace them. The format of the expression is:
375 .BR trace ,
387 .BR trace .
391 .BR \-e "\ " trace = open
392 which in turn means trace only the
395 .BR \-e "\ " trace "=!" open
396 means to trace every system call except
408 \fB\-e\ trace\fR=\fIset\fR
409 Trace only the specified set of system calls. The
412 to trace. For example,
413 .BR trace = open,close,read,write
415 trace those four system calls. Be careful when making inferences
418 .BR trace = all .
420 .BR "\-e\ trace" = file
421 Trace all system calls which take a file name as an argument. You
423 .BR "\-e\ trace" = open , stat , chmod , unlink ,...
430 .BR "\-e\ trace" = process
431 Trace all system calls which involve process management. This
434 .BR "\-e\ trace" = network
435 Trace all the network related system calls.
437 .BR "\-e\ trace" = signal
438 Trace all signal related system calls.
440 .BR "\-e\ trace" = ipc
441 Trace all IPC related system calls.
443 .BR "\-e\ trace" = desc
444 Trace all file descriptor related system calls.
468 Trace only the specified subset of signals. The default is
488 .BR -e "\ " trace = read .
502 .BR -e "\ " trace = write .
505 Write the trace output to the file
538 The trace may be terminated
611 attach to and trace processes owned by any user.
625 .BR trace ,
627 .B trace
661 On some platforms a process that has a system call trace applied
701 for SunOS and was inspired by its trace utility.