From 6fdd9cb700dcd84193a259bbf8f6c918c243da15 Mon Sep 17 00:00:00 2001 From: Yunlong Song Date: Wed, 18 Mar 2015 21:35:57 +0800 Subject: [PATCH] perf tools: Add the bash completion for listing subsubcommands of perf trace The bash completion does not support listing subsubcommands for 'perf trace ', so fix it. Example: Before this patch: $ perf trace $ As shown above, the subsubcommands of perf trace does not come out. After this patch: $ perf trace record As shown above, the subsubcommands of perf trace 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-13-git-send-email-yunlong.song@huawei.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-format-patch failed