enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. strace - Wikipedia

    en.wikipedia.org/wiki/Strace

    strace is a diagnostic, debugging and instructional userspace utility for Linux.It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state.

  3. DTrace - Wikipedia

    en.wikipedia.org/wiki/DTrace

    The Linux DTrace implementation is a loadable kernel module, which means that the kernel itself requires no modification, and thus allows DTrace to avoid CDDL vs. GPL licensing conflicts (in its source form, at least). However, once DTrace is loaded the kernel instance will be marked as tainted.

  4. Kernel marker - Wikipedia

    en.wikipedia.org/wiki/Kernel_marker

    Kernel markers were a static kernel instrumentation support mechanism for Linux kernel source code, allowing special tools such as LTTng [1] or SystemTap [2] to trace information exposed by these probe points. Kernel markers were declared in the kernel code by one-liners of the form:

  5. ftrace - Wikipedia

    en.wikipedia.org/wiki/Ftrace

    ftrace (Function Tracer) is a tracing framework for the Linux kernel.Although its original name, Function Tracer, came from ftrace's ability to record information related to various function calls performed while the kernel is running, ftrace's tracing capabilities cover a much broader range of kernel's internal operations.

  6. Linux Trace Toolkit - Wikipedia

    en.wikipedia.org/wiki/Linux_Trace_Toolkit

    The Linux Trace Toolkit (LTT) is a set of tools that is designed to log program execution details from a patched Linux kernel and then perform various analyses on them, using console-based and graphical tools. LTT has been mostly superseded by its successor LTTng (Linux Trace Toolkit Next Generation).

  7. LTTng - Wikipedia

    en.wikipedia.org/wiki/LTTng

    The project was originated by Mathieu Desnoyers with an initial release in 2005. Its predecessor is the Linux Trace Toolkit. LTTng uses the Tracepoint instrumentation of the Linux kernel, as well as various other information sources such as kprobes, and the Perf performance monitoring counters.

  8. ktrace - Wikipedia

    en.wikipedia.org/wiki/Ktrace

    ktrace is a utility included with certain versions of BSD Unix and Mac OS X that traces kernel interaction with a program and dumps it to disk for the purposes of debugging and analysis. Traced kernel operations include system calls , name translations, signal processing, and I/O .

  9. procfs - Wikipedia

    en.wikipedia.org/wiki/Procfs

    The proc filesystem (procfs) is a special filesystem in Unix-like operating systems that presents information about processes and other system information in a hierarchical file-like structure, providing a more convenient and standardized method for dynamically accessing process data held in the kernel than traditional tracing methods or direct access to kernel memory.