diff options
author | Paul Mackerras <[email protected]> | 2010-05-08 20:58:00 +1000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-05-08 13:16:55 +0200 |
commit | 6e85158cf5a2385264316870256fb6ad681156a0 (patch) | |
tree | 39d5a0c81c4cc54c8051a9f62b587f17b0a2077a /tools/perf/scripts/python/check-perf-trace.py | |
parent | ed82702155b6343727ee732f7eae6d72e8b453fe (diff) |
perf_event: Make software events work again
Commit 6bde9b6ce0127e2a56228a2071536d422be31336 ("perf: Add
group scheduling transactional APIs") added code to allow a
group to be scheduled in a single transaction. However, it
introduced a bug in handling events whose pmu does not implement
transactions -- at the end of scheduling in the events in the
group, in the non-transactional case the code now falls through
to the group_error label, and proceeds to unschedule all the
events in the group and return failure.
This fixes it by returning 0 (success) in the non-transactional
case.
Signed-off-by: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Lin Ming <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: [email protected]
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions