enow.com Web Search

Search results

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

    en.wikipedia.org/wiki/Stack_trace

    In computing, a stack trace (also called stack backtrace [1] or stack traceback [2]) is a report of the active stack frames at a certain point in time during the execution of a program. When a program is run, memory is often dynamically allocated in two places: the stack and the heap. Memory is continuously allocated on a stack but not on a ...

  3. 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.

  4. Kernel marker - Wikipedia

    en.wikipedia.org/wiki/Kernel_marker

    By doing so, neither the stack setup nor the function call are executed when instrumentation is not enabled. By identifying the branch executing stack setup and function call as unlikely (using the gcc built-in expect()), a hint is given to the compiler to position the tracing instructions away from cache lines involved in standard kernel ...

  5. 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).

  6. DTrace - Wikipedia

    en.wikipedia.org/wiki/DTrace

    ftrace – a tracing framework for the Linux kernel, capable of tracing scheduling events, interrupts, memory-mapped I/O, CPU power state transitions, etc. ktrace – a BSD Unix and macOS utility that traces kernel–program interactions; ltrace – a Linux debugging utility, displays the calls a userland application makes to shared libraries

  7. 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.

  8. LTTng - Wikipedia

    en.wikipedia.org/wiki/LTTng

    LTTng (Linux Trace Toolkit: next generation) is a system software package for correlated tracing of the Linux kernel, applications and libraries. The project was originated by Mathieu Desnoyers with an initial release in 2005.

  9. Crash reporter - Wikipedia

    en.wikipedia.org/wiki/Crash_reporter

    Bug Buddy in GNOME 2.16. Bug Buddy is the crash reporting tool used by the GNOME platform. When an application using the GNOME libraries crashes, Bug Buddy generates a stack trace using gdb and invites the user to submit the report to the GNOME bugzilla.