LWN.net Logo

LTTng Kernel Instrumentation (Architecture Independent)

From:  Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
To:  akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Subject:  [RFC 0/7] LTTng Kernel Instrumentation (Architecture Independent)
Date:  Tue, 13 Nov 2007 14:33:49 -0500
Message-ID:  <20071113193349.214098508@polymtl.ca>
Archive-link:  Article, Thread

Hi,

I submit this instrumentation of the main kernel events using markers to the
Linux community as an RFC. This is the instrumentation LTTng (Linux Trace
Toolkit Next Generation, at http://ltt.polymtl.ca) uses.

In addition to this, I also have architecture dependent instrumentation for:
- traps
- system call entry/exit
- kernel thread creation
- IPC call
which I plan to submit a bit later, once these architecture independent core
instrumentation patches will have been discussed.

The goal here is be be able to tell "what the kernel is doing" so we can :
- get execution traces from bug reporters easily.
- help userspace developers to understand the interactions of their programs
  with other processes and with the kernel.

Mathieu

-- 
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68

Copyright © 2007, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds