Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.1

ftrace(1)


FTRACE

FTRACE

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO
BUGS
REFERENCES

NAME

ftrace − Runs the frysk systemcall tracing utility

SYNOPSIS

ftrace

DESCRIPTION

ftrace Runs the frysk systemcall tracing utility.

ftrace is a small utility that uses the frysk engine to trace systemcalls in a similar manner to strace.

EXAMPLE

ftrace command

ftrace pid

SEE ALSO

funit(8) fcatch(1) fcore(1) fstack(1) fstep(1)

BUGS

The option parser is greedy when looking for options so running ftrace on a program that uses options can be a problem, use −− to split between ftrace and the program. So change from:

~/prefix/bin/ftrace ~/prefix/lib64/frysk/funit −−arch 32 frysk.proc.TestAbandon

to

~/prefix/bin/ftrace −− ~/prefix/lib64/frysk/funit −−arch 32 frysk.proc.TestAbandon

Report bugs to [1] http://sources.redhat.com/ftrace/ .

REFERENCES

1. http://sources.redhat.com/ftrace/

http:/sources.redhat.com/ftrace



ftrace(1)