Page doesn't render properly ?

Additional patches

This page provides a number of patches to the 2.6 kernel driver you might find useful.

IA-64 perfmon driver

This patch provides a perfmon-based interface for OProfile. This allows the use of the IA-64's performance counters with OProfile. Note that many machines have a firmware bug that will lead to unusual behaviour; typically, samples stop arriving after a short period of idle time. A work-around for this firmware bug is disable the CONFIG_IA64_PAL_IDLE kernel option.

oprofile-ia64-0.1.diff

Call-graph support

This patch provides support for call-graph profiling, currently only on x86. At each interrupt, the stack is recorded into the profile buffer, if the information is available in the registers. The user-space support for this, new in the 0.8 release, is still experimental.

callgraph-0.3.diff

Rules of Optimization: Rule 1: Don't do it. Rule 2 (for experts only): Don't do it yet. - M.A. Jackson
2020/07/20