diff options
author | Namhyung Kim <namhyung@kernel.org> | 2015-03-01 23:53:58 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-02 10:04:07 -0500 |
commit | 08b23f4e635fa42a1d3ebdf31b8bb720f17d6c14 (patch) | |
tree | 979e411d94da82f8e3adab91752f64d4128de795 /tools | |
parent | b11db6581beaccef8ae9a388ae96074aa5cc144f (diff) |
perf record: Get rid of -l option from Documentation
The perf record does not support -l option anymore, so nuke it.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1425272038-10406-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/Documentation/perf-record.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt index cae75c11120f..4d668945dfe6 100644 --- a/tools/perf/Documentation/perf-record.txt +++ b/tools/perf/Documentation/perf-record.txt | |||
@@ -62,9 +62,6 @@ OPTIONS | |||
62 | --all-cpus:: | 62 | --all-cpus:: |
63 | System-wide collection from all CPUs. | 63 | System-wide collection from all CPUs. |
64 | 64 | ||
65 | -l:: | ||
66 | Scale counter values. | ||
67 | |||
68 | -p:: | 65 | -p:: |
69 | --pid=:: | 66 | --pid=:: |
70 | Record events on existing process ID (comma separated list). | 67 | Record events on existing process ID (comma separated list). |