diff options
| author | Oleg Nesterov <[email protected]> | 2014-10-07 21:51:08 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2014-10-28 10:47:53 +0100 |
| commit | 8f9fbf092cd0ae31722b42c9abb427a87d55c18a (patch) | |
| tree | 9ad6603648872c8eb69e9b8d52fae98a73b65b59 /tools/perf/scripts/python | |
| parent | 9de05d48711cd5314920ed05f873d84eaf66ccf1 (diff) | |
sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state()
task_preempt_count() has nothing to do with the actual preempt counter,
thread_info->saved_preempt_count is only valid right after switch_to().
__trace_sched_switch_state() can use preempt_count(), prev is still the
current task when trace_sched_switch() is called.
Signed-off-by: Oleg Nesterov <[email protected]>
[ Added BUG_ON(). ]
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions