Add a data pointer to all tracepoint probe callbacks
authorNils Carlson <nils.carlson@ericsson.com>
Tue, 31 Aug 2010 13:10:59 +0000 (15:10 +0200)
committerNils Carlson <nils.carlson@ericsson.com>
Wed, 1 Sep 2010 12:04:28 +0000 (14:04 +0200)
RCU now dereferences an array of probe structs containing data pointers and
function pointers, and passes the data pointer as the first argument to the
probe.

Due to this change void prototypes are no longer allowed, which has incurred
changes to libust-initializer.c .

This patch also fixes a problem where non-existent tracepoints are present
in the __tracepoints section and with a name pointer pointing at NULL.


No differences found
This page took 0.025812 seconds and 4 git commands to generate.