]> git.ipfire.org Git - people/arne_f/kernel.git/commit
perf record: Fix documentation for a inexistent option '-l'
authorTaeung Song <treeze.taeung@gmail.com>
Fri, 13 Oct 2017 15:10:12 +0000 (00:10 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 17 Oct 2017 12:05:36 +0000 (09:05 -0300)
commit3f50f614d61f91ad30b1947c429d1f235493a7f9
tree211e96f3ff22d44ebcc32c3f5a942ab46958a23d
parent8bc9481f43103da77d75a532d9eae55790b9eea6
perf record: Fix documentation for a inexistent option '-l'

'perf record' had a '-l' option that meant "scale counter values" a very
long time ago, but it currently belongs to 'perf stat' as '-c'.  So
remove it. I found this problem in the below case.

    $ perf record -e cycles -l sleep 3
      Error: unknown switch `l

Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1507907412-19813-1-git-send-email-treeze.taeung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-record.txt