All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] MIPS/Perf-events & perf: Event init related fixes
@ 2011-11-22  3:28 ` Deng-Cheng Zhu
  0 siblings, 0 replies; 14+ messages in thread
From: Deng-Cheng Zhu @ 2011-11-22  3:28 UTC (permalink / raw)
  To: ralf, linux-mips; +Cc: eyal, zenon, Deng-Cheng Zhu

As patch names suggest, this series contains various fixes for event init,
in especial, event state related fixes.

Changes:
v2 - v1:
o Patch series name changed from "MIPS/Perf-events: Functional fixes and
  cleanups".
o Instead of updating the map of unsupported events for 74K, don't do
  validation on raw events for all cores.
o Remove pmu and event state checking in validate_event(), and in fact,
  replace this funciton with counter allocation.
o Enable siblings (those marked enable-on-exec) when group leader is
  enabled on exec.

Deng-Cheng Zhu (5):
  MIPS/Perf-events: Don't do validation on raw events
  MIPS/Perf-events: Remove erroneous check on active_events
  MIPS/Perf-events: Remove pmu and event state checking in
    validate_event()
  MIPS/Perf-events: Cleanup event->destroy at event init
  perf: Enable applicable siblings when group leader is enable-on-exec

 arch/mips/kernel/perf_event_mipsxx.c |   72 +++++----------------------------
 kernel/events/core.c                 |    3 +
 2 files changed, 14 insertions(+), 61 deletions(-)

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

end of thread, other threads:[~2011-11-22 13:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22  3:28 [PATCH v2 0/5] MIPS/Perf-events & perf: Event init related fixes Deng-Cheng Zhu
2011-11-22  3:28 ` Deng-Cheng Zhu
2011-11-22  3:28 ` [PATCH v2 1/5] MIPS/Perf-events: Don't do validation on raw events Deng-Cheng Zhu
2011-11-22  3:28   ` Deng-Cheng Zhu
2011-11-22 13:48   ` Ralf Baechle
2011-11-22  3:28 ` [PATCH v2 2/5] MIPS/Perf-events: Remove erroneous check on active_events Deng-Cheng Zhu
2011-11-22  3:28   ` Deng-Cheng Zhu
2011-11-22 13:48   ` Ralf Baechle
2011-11-22  3:28 ` [PATCH v2 3/5] MIPS/Perf-events: Remove pmu and event state checking in validate_event() Deng-Cheng Zhu
2011-11-22  3:28   ` Deng-Cheng Zhu
2011-11-22 13:48   ` Ralf Baechle
2011-11-22  3:28 ` [PATCH v2 4/5] MIPS/Perf-events: Cleanup event->destroy at event init Deng-Cheng Zhu
2011-11-22  3:28   ` Deng-Cheng Zhu
2011-11-22 13:49   ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.