diff options
author | Yunlong Song <[email protected]> | 2015-03-18 21:35:50 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-03-19 13:49:37 -0300 |
commit | 3346b542f4165cb0007cfe3600866acbee67c686 (patch) | |
tree | 92f0e332b9e95d19bf998d1b5759c14c383843d0 /net/unix/af_unix.c | |
parent | bc81fad125dba7da33dbeac4c10d9c84614eb3ab (diff) |
perf tools: Fix the bash completion to support listing events for --event
The bash completion only supports -e rather than --event, so fix it.
Example:
Before this patch:
$ perf record --event <TAB>
$
As shown above, the events of record does not come out.
After this patch:
$ perf record --event <TAB>
lignment-faults cpu/instructions/
L1-dcache-prefetch-misses node-prefetches
uncore_rbox_0/qpi0_idle_filt/
branch-instructions cpu/mem-loads/
L1-dcache-store-misses node-prefetch-misses
uncore_rbox_0/qpi1_date_response/
branch-load-misses cpu-migrations
L1-dcache-stores node-store-misses
uncore_rbox_0/qpi1_filt_send/
branch-loads dTLB-load-misses
L1-icache-load-misses node-stores
uncore_rbox_0/qpi1_idle_filt/
...
As shown above, the events of record 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