public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] perf: Fix/factor auxiliary events
@ 2013-05-06 16:27 Jiri Olsa
  2013-05-06 16:27 ` [PATCH 1/2] perf: Fix EXIT event notification Jiri Olsa
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jiri Olsa @ 2013-05-06 16:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jiri Olsa, Arnaldo Carvalho de Melo, Namhyung Kim, Corey Ashford,
	Frederic Weisbecker, Ingo Molnar, Paul Mackerras, Peter Zijlstra,
	Stephane Eranian, Borislav Petkov

hi,
sending fix for issue caused by using smp_processor_id()
in preemptible path discussed in here:
http://marc.info/?l=linux-kernel&m=136733569907888&w=2

I also noticed there's a space for some code factoring
saving some .text size and centralizing auxiliary
events notification.

Changes could be reached in here:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
perf/aux4

thanks,
jirka

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Cc: Borislav Petkov <bp@alien8.de>
---
Jiri Olsa (2):
      perf: Fix EXIT event notification
      perf: Factor auxiliary events notification

 kernel/events/core.c | 240 +++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------
 1 file changed, 89 insertions(+), 151 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-07 14:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-06 16:27 [PATCH 0/2] perf: Fix/factor auxiliary events Jiri Olsa
2013-05-06 16:27 ` [PATCH 1/2] perf: Fix EXIT event notification Jiri Olsa
2013-05-07 14:13   ` [tip:perf/urgent] " tip-bot for Jiri Olsa
2013-05-06 16:27 ` [PATCH 2/2] perf: Factor auxiliary events notification Jiri Olsa
2013-05-07 14:14   ` [tip:perf/urgent] perf: Factor out " tip-bot for Jiri Olsa
2013-05-07  8:34 ` [PATCH 0/2] perf: Fix/factor auxiliary events Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox