commit | f5155556efb0bb343e4db04c0ac6453740f4de10 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Wed Oct 05 07:59:10 2016 -0700 |
committer | Andi Kleen <ak@linux.intel.com> | Wed Oct 05 11:56:27 2016 -0700 |
tree | 64f4cf30e863cbd2bac47a8846496d3a77040c5f | |
parent | 93faaa81ffe854c7f85774ea392f661365e76943 [diff] |
perf, tools: Handle completion of upper case events Vendor events are often specified in upper case. perf list outputs them in lower case. Handle this case in perf-completion.sh so that completion on the upper case events still works. Signed-off-by: Andi Kleen <ak@linux.intel.com>