Skip to content

Commit

Permalink
lttng instrumentation: tracepoint events
Browse files Browse the repository at this point in the history
Modifications to the in-kernel TRACE_EVENT are needed to generate the
compact event descriptions and the probe code LTTng generates. These
changes could apply to upstream TRACE_EVENT, but requires changing the
in-kernel API.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mathieu Desnoyers authored and Greg Kroah-Hartman committed Nov 29, 2011
1 parent 69e1242 commit 763be8c
Show file tree
Hide file tree
Showing 12 changed files with 3,113 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/staging/lttng/instrumentation/events/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The workflow for updating patches from newer kernel:

Diff mainline/ and lttng-module/ directories.

Pull the new headers from mainline kernel to mainline/.
Copy them into lttng-modules.
Apply diff. Fix conflicts.
Loading

0 comments on commit 763be8c

Please sign in to comment.