Lines Matching full:trace
16 See Documentation/trace/ftrace-design.rst
21 See Documentation/trace/ftrace-design.rst
26 See Documentation/trace/ftrace-design.rst
37 See Documentation/trace/ftrace-design.rst
42 See Documentation/trace/ftrace-design.rst
153 Enable the kernel to trace every kernel function. This is done
168 Enable the kernel to trace a function at both its return
170 Its first purpose is to trace the duration of functions and
185 can function trace, and this table is linked into the kernel
223 bool "Trace max stack"
234 stack-trace saved. If this is configured with DYNAMIC_FTRACE
336 The output will appear in the trace and trace_pipe files.
357 See Documentation/trace/mmiotrace.rst.
361 bool "Trace process context switches and events"
365 This tracer hooks to various trace points in the kernel,
366 allowing the user to pick and choose which trace point they
367 want to trace. It also includes the sched_switch tracer plugin.
370 bool "Trace syscalls"
378 bool "Create a snapshot trace buffer"
402 trace recording, as it needs to add some checks to synchronize
437 bool "Trace likely/unlikely profiler"
468 Selected by tracers that will trace the likely and unlikely
474 bool "Trace likely/unlikely instances"
480 "Trace likely/unlikely profiler" is that this is not a
482 events into a running trace buffer to see when and where the
497 Say Y here if you want to be able to trace the block layer actions
506 echo 1 > /sys/block/sda/sda1/trace/enable
523 Documentation/trace/kprobetrace.rst for more details.
563 dynamic events (similar to tracepoints) on the fly via the trace
609 bool "Synthetic trace events"
614 Synthetic events are user-defined trace events that can be
615 used to combine data from other trace events or in fact any
617 via the trace() action of histogram triggers or directly
620 See Documentation/trace/events.rst or
621 Documentation/trace/histogram.rst for details and examples.
634 Hist triggers allow one or more arbitrary trace event fields
644 See Documentation/trace/histogram.rst.
648 bool "Trace event injection"
651 Allow user-space to inject a specific trace event into the ring
703 bool "Show eval mappings for trace events"
706 The "print fmt" of the trace events will show the enum/sizeof names
720 names matched with their values and what trace event system they
756 bool "Run selftest on trace events"
760 This option performs a test on all trace events in the system.
833 To test, insert the module, and then check the trace buffer
845 To test, insert the module, and then check the trace buffer
864 Documentation/trace/histogram-design.rst.