Lines Matching refs:tracer
137 # All tracer options should select GENERIC_TRACER. For those options that are
138 # enabled by all tracers (context switch and event tracer) they select TRACING.
139 # This allows those options to appear when no other tracer is selected. But the
200 sequence is then dynamically patched into a tracer call when
294 This special tracer records the maximum stack footprint of the
297 This tracer works by hooking into every function call that the
300 then it will not have any overhead while the stack tracer
303 To enable the stack tracer on bootup, pass in 'stacktrace'
306 The stack tracer can also be enabled or disabled via the
372 This tracer tracks the latency of the highest priority task
379 This tracer, when enabled will create one or more kernel threads,
384 time, this tracer will detect it. This is useful for testing
401 When the tracer is not running, it has no affect on the system,
403 periodically non responsive. Do not run this tracer on a
406 To enable this tracer, echo in "hwlat" into the current_tracer
411 bool "OS Noise tracer"
421 The osnoise tracer leverages the hwlat_detector by running a similar
423 the sources of osnoise during its execution. The osnoise tracer takes
432 interference. At the end of the period, the osnoise tracer prints
436 In addition to the tracer, a set of tracepoints were added to
441 To enable this tracer, echo in "osnoise" into the current_tracer
445 bool "Timerlat tracer"
449 The timerlat tracer aims to help the preemptive kernel developers
452 The tracer creates a per-cpu kernel thread with real-time priority.
453 The tracer thread sets a periodic timer to wakeup itself, and goes
459 The tracer prints two lines at every activation. The first is the
466 The tracer is build on top of osnoise tracer, and the osnoise:
490 This tracer hooks to various trace points in the kernel,
492 want to trace. It also includes the sched_switch tracer plugin.
500 Basic tracer to catch the syscall entry and exit events.
565 This tracer profiles all likely and unlikely macros
577 This tracer profiles all branch conditions. Every if ()
955 a series of tests are made to verify that the tracer is
1062 tracer is running on, specify cpu_affinity=cpu_num at the end of the