Re: [PATCH 2/8] perf, tools: Add support for reading JSON event files

2014-03-11 Thread Jiri Olsa
On Wed, Mar 05, 2014 at 11:49:32AM -0800, Andi Kleen wrote: > From: Andi Kleen > > Add a parser for Intel style JSON event files. This allows > to use an Intel event list directly with perf. The Intel > event lists can be quite large and are too big to store > in unswappable kernel memory. > >

Re: [PATCH 2/8] perf, tools: Add support for reading JSON event files

2014-03-11 Thread Jiri Olsa
On Wed, Mar 05, 2014 at 11:49:32AM -0800, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com Add a parser for Intel style JSON event files. This allows to use an Intel event list directly with perf. The Intel event lists can be quite large and are too big to store in unswappable kernel

[PATCH 2/8] perf, tools: Add support for reading JSON event files

2014-03-05 Thread Andi Kleen
From: Andi Kleen Add a parser for Intel style JSON event files. This allows to use an Intel event list directly with perf. The Intel event lists can be quite large and are too big to store in unswappable kernel memory. The parser code knows how to convert the JSON fields to perf fields. The

[PATCH 2/8] perf, tools: Add support for reading JSON event files

2014-03-05 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add a parser for Intel style JSON event files. This allows to use an Intel event list directly with perf. The Intel event lists can be quite large and are too big to store in unswappable kernel memory. The parser code knows how to convert the JSON fields to