diff options
author | Yunlong Song <yunlong.song@huawei.com> | 2015-03-18 14:35:46 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-19 17:48:56 +0100 |
commit | 02fde323b9aaebb4a21e7c0e04759470b6c07594 (patch) | |
tree | 95123a348e701b3041c5a0c77a64fc48446b85a6 /fs/Kconfig | |
parent | perf tools: Fix perf-read-vdsox32 not building and lib64 install dir (diff) | |
download | linux-02fde323b9aaebb4a21e7c0e04759470b6c07594.tar.xz linux-02fde323b9aaebb4a21e7c0e04759470b6c07594.zip |
perf tools: Fix the bash completion for listing options of perf subcommand
The bash completion does not support listing options for 'perf
kvm|kmem|mem|lock|sched --<TAB>', where 'kvm|kmem|mem|lock|sched' are
all subcommands of perf.
Example:
Before this patch:
$ perf kvm --<TAB>
$
As shown above, the options of perf kvm does not come out.
After this patch:
$ perf kvm --<TAB>
--alloc --caller --input --line --raw-ip --sort
--verbose
As shown above, the options of perf kvm can come out now.
Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.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/1426685758-25488-2-git-send-email-yunlong.song@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'fs/Kconfig')
0 files changed, 0 insertions, 0 deletions