Lines Matching full:tracing
48 static MALLOC_DEFINE(M_BOOTTRACE, "boottrace", "memory for boot tracing");
79 /* Boot-time tracing */
82 /* Run-time tracing */
85 /* Shutdown-time tracing */
88 /* Set when system boot is complete, and we've switched to runtime tracing. */
134 "Reset run-time tracing table");
142 "Boot-time and shutdown-time tracing enabled");
150 "Enable kernel shutdown tracing to the console");
159 "Tracing threshold (ms) below which tracing is ignored");
163 "Boot-time tracing table size");
316 * Records a new tracing event to the specified table.
410 * Log a run-time event & switch over to run-time tracing mode.
504 * Log a run-time event and switch over to run-time tracing mode.
522 * Log a shutdown-time event and switch over to shutdown tracing mode.
540 * Reset the runtime tracing buffer.