diff options
-rwxr-xr-x | tracetool | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -250,7 +250,7 @@ linetoh_ust() argnames=$(get_argnames "$1") cat <<EOF -DECLARE_TRACE(ust_$name, TPPROTO($args), TPARGS($argnames)); +DECLARE_TRACE(ust_$name, TP_PROTO($args), TP_ARGS($argnames)); #define trace_$name trace_ust_$name EOF } |