trace: Use TP_PROTO() and TP_ARGS() for LTTng UST
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 5 Oct 2010 13:28:52 +0000 (14:28 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Oct 2010 08:16:55 +0000 (08:16 +0000)
commit0b4073d0f577e5a193269f08637e6e32251eae27
tree73e8544296556ea6a3efc7580808ff9120f1980f
parentc8e05e0dd71782d61dbfe677119bcb465eef613a
trace: Use TP_PROTO() and TP_ARGS() for LTTng UST

The LTTng UserSpace Tracer formerly used TPPROTO() and TPARGS() instead
of TP_PROTO() and TP_ARGS() like the kernel uses.  This has been changed
so QEMU needs to follow.

I am not aware of a graceful way of making the transition but since no
one complained that the UST build is broken, it should be fine to just
switch over without compatibility for old UST headers.  The newer UST
headers are shipping in distro packages so it is realistic to make this
change now.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tracetool