]> git.baikalelectronics.ru Git - kernel.git/commit
perf list: Avoid confusion of perf output and the next command prompt
authorYunlong Song <yunlong.song@huawei.com>
Fri, 27 Feb 2015 10:21:29 +0000 (18:21 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 27 Feb 2015 18:52:09 +0000 (15:52 -0300)
commit44247ad18602e7afe51d88645e94000c0b27a6c8
tree8045086b5914af4b880867ec5fd15d900e6ffca5
parent63319c0dcfd745918e8ba4db55e598aaa24bd1db
perf list: Avoid confusion of perf output and the next command prompt

Distinguish the output of 'perf list --list-opts' or 'perf --list-cmds'
with the next command prompt, which also happens in other cases (e.g.
record, report ...).

Example:

Before this patch:

 $perf list --list-opts
 --raw-dump $          <-- the output and the next command prompt are at
                           the same line

After this patch:

 $perf list --list-opts
 --raw-dump
 $                     <-- the new line

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1425032491-20224-6-git-send-email-yunlong.song@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/perf.c
tools/perf/util/parse-options.c