diff options
author | Yunlong Song <[email protected]> | 2015-03-18 21:35:57 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-03-19 13:53:26 -0300 |
commit | 6fdd9cb700dcd84193a259bbf8f6c918c243da15 (patch) | |
tree | a55e4f7d5cf65263c716a2f08e1124e76e3529cc /net/unix/af_unix.c | |
parent | 33ec0caf6a3bce1289a915845866828e19c04afb (diff) |
perf tools: Add the bash completion for listing subsubcommands of perf trace
The bash completion does not support listing subsubcommands for 'perf
trace <TAB>', so fix it.
Example:
Before this patch:
$ perf trace <TAB>
$
As shown above, the subsubcommands of perf trace does not come out.
After this patch:
$ perf trace <TAB>
record
As shown above, the subsubcommands of perf trace can come out now.
Signed-off-by: Yunlong Song <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions