Select your language

Home arrow-right ... arrow-right Development Tools arrow-right ftrace

We've compiled a list of 7 free and paid alternatives to ftrace. The primary competitors include ltrace, perf. In addition to these, users also draw comparisons between ftrace and ktap, strace, DTrace. Also you can look at other similar options here: Development Tools.


ltrace
Free Open Source

ltrace intercepts and records dynamic library calls which are called by an executed process and the...

perf
Free Open Source

Instrument CPU performance counters, tracepoints, kprobes, and uprobes (dynamic tracing).

ktap
Free Open Source

A script-based dynamic tracing tool for Linux.

strace
Free Open Source

Trace system calls and signals. A diagnostic, debugging and instructional userspace utility.

DTrace
Free Open Source

DTrace is a performance analysis and troubleshooting tool for Solaris, Mac OS X and FreeBSD.

SystemTap provides instrumentation for a live running kernel and user-space applications.

ktrace
Free Open Source

Kernel process trace logging for the individual processes.

A function tracer for the Linux kernel.

ftrace Platforms

tick-square Linux

ftrace Overview

Ftrace is an internal tracer designed to help out developers and
designers of systems to find what is going on inside the kernel.
It can be used for debugging or analyzing latencies and
performance issues that take place outside of user-space.

Although ftrace is typically considered the function tracer, it
is really a frame work of several assorted tracing utilities.
There's latency tracing to examine what occurs between interrupts
disabled and enabled, as well as for preemption and from a time
a task is woken to the task is actually scheduled in.

One of the most common uses of ftrace is the event tracing.
Through out the kernel is hundreds of static event points that
can be enabled via the debugfs file system to see what is
going on in certain parts of the kernel.

Top ftrace Alternatives

Share your opinion about the software, leave a review and help make it even better!

ftrace Tags

os-kernel training development-tool software-development

Suggest Changes

Your Feedback

Select a rating
Please select a rating

Your vote has been counted.

Do you have experience using this software?