From: Stefan Hajnoczi Date: Tue, 5 Oct 2010 13:28:52 +0000 (+0100) Subject: trace: Use TP_PROTO() and TP_ARGS() for LTTng UST X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~7104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea9c16989b0c814d5dd2a09a576018a6aa320a27;p=sdk%2Femulator%2Fqemu.git 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 Signed-off-by: Blue Swirl --- diff --git a/tracetool b/tracetool index 63e3e29..7010858 100755 --- a/tracetool +++ b/tracetool @@ -250,7 +250,7 @@ linetoh_ust() argnames=$(get_argnames "$1") cat <