diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-03-25 17:28:31 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-03-25 17:28:31 +0000 |
commit | 4553f0942c00b47342deea7fc47bb9822484a65e (patch) | |
tree | 70dd0280794a4e89feca914617059115b65bd366 /man | |
parent | eb2b77cc38130882db71b73a5a026a454d261684 (diff) | |
download | sos-4553f0942c00b47342deea7fc47bb9822484a65e.tar.gz |
Remove --profile support
The handrolled profile logging support in sos hasn't been widely
used in a long time and is a problem better solved with external
profiling and coverage tools.
Rip out all the support and documentation. This shortens and
simplifies numerous Plugin class methods.
Fixes Issue #244.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sosreport.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index c8005768..e1894335 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -11,7 +11,7 @@ sosreport \- Collect and package diagnostic and support data [--report] [--config-file conf] [--batch]\fR [--build] [--name name] [--ticket-number number] [--debug] [--tmp-dir directory]\fR - [--profile] [--help]\fR + [--help]\fR .SH DESCRIPTION \fBsosreport\fR generates a compressed tar archive of diagnostic information from the running system. The archive may be stored @@ -84,9 +84,6 @@ archive as a temporary file or directory tree. Enable interactive debugging using the python debugger. Exceptions in sos or plug-in code will cause a trap to the pdb shell. .TP -.B \--profile -Enable profiler logging. -.TP .B \--help Display usage message. .SH MAINTAINER |