[PATCH 1/1] Ubuntu: Sauce: Disable function tracing after hitting __schedule_bug

Andy Whitcroft apw at canonical.com
Fri Mar 12 17:15:45 UTC 2010


On Fri, Mar 12, 2010 at 10:23:45AM -0500, Chase Douglas wrote:

> >> +       tracing_off();
> >> +

How about adding a __read_mostly toggle for this set by a boot
parameter:

	if (likely(sched_tracing_stop))
		tracing_off();

-apw




More information about the kernel-team mailing list