diff options
| author | Peter Zijlstra <[email protected]> | 2009-11-20 22:19:50 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-11-21 14:11:38 +0100 |
| commit | 02ffdbc866c8b1c8644601e9aa6155700eed4c91 (patch) | |
| tree | fd5c0cfbbadc22e123aa25c17c74ac69f8b14887 /scripts/objdiff | |
| parent | abf4868b8548cae18d4fe8bbfb4e207443be01be (diff) | |
perf: Optimize perf_event_task_sched_out
Remove an update_context_time() call from the
perf_event_task_sched_out() path and into the branch its needed.
The call was both superfluous, because __perf_event_sched_out()
already does it, and wrong, because it was done without holding
ctx->lock.
Place it in perf_event_sync_stat(), which is the only place it
is needed and which does already hold ctx->lock.
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions