Re: [PATCH 3/3] perf, tools: Fix completion script to handle comma list

From: Andi Kleen
Date: Thu Oct 06 2016 - 16:08:54 EST


> perf stat -e CPL_CYCLES.RING0
>
> but if I try:
>
> perf stat -e cycles,CPL<TAB>
>
> I get nothing :-\
>
> Is this working with you?

You can't mix cases like this, the upper case patch doesn't support that.
It's either all upper or all lower case.

If you continue with lower case it should work.

-Andi