Document gdb and other requirements in pt-pmp and pt-stalk.

This commit is contained in:
Daniel Nichter
2012-08-25 12:18:12 -06:00
parent b84ac535d2
commit f7ae075720
2 changed files with 16 additions and 2 deletions

View File

@@ -316,7 +316,9 @@ This tool does not use any environment variables.
=head1 SYSTEM REQUIREMENTS
This tool requires Bash v3 or newer.
This tool requires Bash v3 or newer. If no backtrace files are given,
then gdb is also required to create backtraces for the process specified
on the command line.
=head1 BUGS

View File

@@ -1675,7 +1675,19 @@ This tool does not use any environment variables for configuration.
=head1 SYSTEM REQUIREMENTS
This tool requires Bash v3 or newer.
This tool requires Bash v3 or newer. Certain options require other programs:
=over
=item L<"--collect-gdb"> requires C<gdb>
=item L<"--collect-oprofile"> requires C<opcontrol> and C<opreport>
=item L<"--collect-strace"> requires C<strace>
=item L<"--collect-tcpdump"> requires C<tcpdump>
=back
=head1 BUGS