From: Jiri Olsa Date: Tue, 9 Jul 2013 16:56:31 +0000 (+0200) Subject: perf: Remove the 'match' callback for auxiliary events processing X-Git-Tag: v3.12-rc1~168^3~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67516844625f45f0ce148a01c27bf41f591872b2;p=pandora-kernel.git perf: Remove the 'match' callback for auxiliary events processing It gives the following benefits: - only one function pointer is passed along the way - the 'match' function is called within output function and could be inlined by the compiler Suggested-by: Peter Zijlstra Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1373388991-9711-1-git-send-email-jolsa@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed