Re: [PATCH] perf: Remove match callback for auxiliary events processing

2013-07-10 Thread Peter Zijlstra
On Tue, Jul 09, 2013 at 06:56:31PM +0200, Jiri Olsa wrote: > Removing match callback for auxiliary events processing > with following benefits: > - only one function pointer is passed along the way > - the match function is called within output function > and could be inlined by compiler >

[PATCH] perf: Remove match callback for auxiliary events processing

2013-07-09 Thread Jiri Olsa
Removing match callback for auxiliary events processing with following benefits: - only one function pointer is passed along the way - the match function is called within output function and could be inlined by compiler Suggested-by: Peter Zijlstra Signed-off-by: Jiri Olsa Cc: Corey Ashf