Re: [PATCH 1/8] perf tools: Fix bug in 'perf list event_glob'.

2013-12-28 Thread Dongsheng Yang
On 12/27/2013 02:21 PM, Arnaldo Carvalho de Melo wrote: Em Fri, Dec 27, 2013 at 06:03:27PM -0500, Dongsheng Yang escreveu: As what the usage showing, we can input a event_glob as an argument to list all symbols. But it does not work well right now. Example: # perf list kvmmmu L

Re: [PATCH 1/8] perf tools: Fix bug in 'perf list event_glob'.

2013-12-27 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 27, 2013 at 06:03:27PM -0500, Dongsheng Yang escreveu: > As what the usage showing, we can input a event_glob as an argument to list > all symbols. But it does not work well right now. > > Example: > # perf list kvmmmu > > List of pre-defined events (to be used in -e): >

[PATCH 1/8] perf tools: Fix bug in 'perf list event_glob'.

2013-12-27 Thread Dongsheng Yang
As what the usage showing, we can input a event_glob as an argument to list all symbols. But it does not work well right now. Example: # perf list kvmmmu List of pre-defined events (to be used in -e): This patch make it work well as follows. Verification: # perf list kvm