Re: [RFC][PATCH 11/11] sched: More notrace

2015-09-29 Thread Steven Rostedt
On Tue, 29 Sep 2015 11:28:36 +0200 Peter Zijlstra wrote: > preempt_schedule_common() is marked notrace, but it does not use > _notrace() preempt_count functions and __schedule() is also not marked > notrace, which means that its perfectly possible to end up in the > tracer from preempt_schedule_c

Re: [RFC][PATCH 11/11] sched: More notrace

2015-09-29 Thread Thomas Gleixner
On Tue, 29 Sep 2015, Peter Zijlstra wrote: > preempt_schedule_common() is marked notrace, but it does not use > _notrace() preempt_count functions and __schedule() is also not marked > notrace, which means that its perfectly possible to end up in the > tracer from preempt_schedule_common(). > > S