From: Yunlong Song Date: Wed, 18 Mar 2015 13:35:55 +0000 (+0800) Subject: perf tools: Add the bash completion for listing subsubcommands of perf test X-Git-Tag: omap-for-v4.2/o2_dc~146^2~59^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9975f14ce4f7258db1cb0eea8fba17482e331e;p=pandora-kernel.git perf tools: Add the bash completion for listing subsubcommands of perf test The bash completion does not support listing subsubcommands for 'perf test ', so fix it. Example: Before this patch: $ perf test $ As shown above, the subsubcommands of perf test does not come out. After this patch: $ perf test list As shown above, the subsubcommands of perf test can come out now. Signed-off-by: Yunlong Song Tested-by: Arnaldo Carvalho de Melo Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Wang Nan Link: http://lkml.kernel.org/r/1426685758-25488-11-git-send-email-yunlong.song@huawei.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed