Lines Matching full:shutdown
56 * Boot-time & shutdown-time event.
85 /* Shutdown-time tracing */
91 /* Set when system shutdown has started. */
92 static bool shutdown; variable
130 "Capture a shutdown-time trace event");
142 "Boot-time and shutdown-time tracing enabled");
145 * Enable dumping of the shutdown trace entries to console.
150 "Enable kernel shutdown tracing to the console");
175 * 11 1228262715 0 init shutdown pre sync begin
176 * 3 1228265622 2907 init shutdown pre sync complete
177 * 3 1228265623 0 init shutdown turned swap off
178 * 18 1228266466 843 init shutdown unmounted all filesystems
307 if (shutdown || rebooting || KERNEL_PANICKED()) { in boottrace_dump_console()
403 if (shutdown || rebooting || KERNEL_PANICKED()) in boottrace()
522 * Log a shutdown-time event and switch over to shutdown tracing mode.
535 shutdown = true; in sysctl_shuttrace()
608 /* Shutdown trace table */ in boottrace_init()