Lines Matching refs:thread
216 draw a call graph for each thread with some information like
381 depending on what the cpumask file is set to, which each thread
395 A kernel thread is created that will spin with interrupts disabled
419 context of Linux, NMIs, IRQs, SoftIRQs, and any other system thread
436 available for the thread, and the counters for the noise sources.
454 The tracer creates a per-cpu kernel thread with real-time priority.
455 The tracer thread sets a periodic timer to wakeup itself, and goes
456 to sleep waiting for the timer to fire. At the wakeup, the thread
463 activation of the thread. The second is the timer latency observed
464 by the thread, which is the same level that cyclictest reports. The
466 respective thread execution.
472 path that can cause thread delay.
827 When the tracepoint is enabled, it kicks off a kernel thread that
1003 a thread per cpu. Each thread will write various size events
1004 into the ring buffer. Another thread is created to send IPIs
1051 tristate "Test module to create a preempt / IRQ disable delay thread to test latency tracers"