-config SEM_TRACE_BLOCKERS
- bool "Semaphore Blocker Tracing"
- default n
- help
- Drops a TRACEME whenever a semaphore would block (barring slight
- races). To access the trace data, you'll need to use the opcontrols
- and process the data with op2.
-
-config RESET_STACKS
- bool "Reset Stacks"
- default y
- help
- When idling, the kernel will reset the stack of its kernel thread to
- the top of the stack, abandoning its context. This is useful so we do
- not run off the end of our stacks, but makes backtracing difficult.
-