Why trace the kernel?
Why trace the kernel?
Posted Jul 30, 2008 1:05 UTC (Wed) by nix (subscriber, #2304)In reply to: Why trace the kernel? by oak
Parent article: Tracing: no shortage of options
Regarding your ltrace comments, yes, it's a kludge. Thankfully glibc provides LD_AUDIT which is much more capable, because the dynamic linker really can tell what dynamic calls are being made. It would be even better if there was even the slightest hint of documentation about it, but thankfully we don't need that as Jiri Olsa has done it for us: <http://latrace.sf.net/>.
