Re: [PATCH 03/11] perf tool: Use PERF_EVENT_IOC_ID perf ioctl to read event id

2012-10-22 Thread Jiri Olsa
On Mon, Oct 22, 2012 at 04:57:24PM +0900, Namhyung Kim wrote: > Hi, > > Just a minor nitpicking.. > > > On Sat, 20 Oct 2012 16:33:11 +0200, Jiri Olsa wrote: > > Changing the way we retrieve the event ID. Instead of parsing out > > the ID out of the read data, using the PERF_EVENT_IOC_ID ioctl. >

Re: [PATCH 03/11] perf tool: Use PERF_EVENT_IOC_ID perf ioctl to read event id

2012-10-22 Thread Namhyung Kim
Hi, Just a minor nitpicking.. On Sat, 20 Oct 2012 16:33:11 +0200, Jiri Olsa wrote: > Changing the way we retrieve the event ID. Instead of parsing out > the ID out of the read data, using the PERF_EVENT_IOC_ID ioctl. > > Keeping the old way in place to support kernels without > PERF_EVENT_IOC_ID

[PATCH 03/11] perf tool: Use PERF_EVENT_IOC_ID perf ioctl to read event id

2012-10-20 Thread Jiri Olsa
Changing the way we retrieve the event ID. Instead of parsing out the ID out of the read data, using the PERF_EVENT_IOC_ID ioctl. Keeping the old way in place to support kernels without PERF_EVENT_IOC_ID ioctl support. Signed-off-by: Jiri Olsa Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc