summaryrefslogtreecommitdiff
path: root/fs/squashfs
diff options
context:
space:
mode:
authorYunlong Song <yunlong.song@huawei.com>2015-03-18 13:35:46 (GMT)
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-03-19 16:48:56 (GMT)
commit02fde323b9aaebb4a21e7c0e04759470b6c07594 (patch)
tree95123a348e701b3041c5a0c77a64fc48446b85a6 /fs/squashfs
parent76aea7731e7050c066943a1d7456ec6510702601 (diff)
downloadlinux-02fde323b9aaebb4a21e7c0e04759470b6c07594.tar.xz
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/squashfs')
0 files changed, 0 insertions, 0 deletions