diff --git a/tracetools/include/tracetools/tp_call.h b/tracetools/include/tracetools/tp_call.h index 8c09e020..e8293d55 100644 --- a/tracetools/include/tracetools/tp_call.h +++ b/tracetools/include/tracetools/tp_call.h @@ -471,7 +471,7 @@ TRACEPOINT_EVENT( ), TP_FIELDS( ctf_integer_hex(const void *, buffer, buffer_arg) - ctf_integer(const uint64_t *, index, index_arg) + ctf_integer(const uint64_t, index, index_arg) ctf_integer(const uint64_t, size, size_arg) ctf_integer(const int, overwritten, (overwritten_arg ? 1 : 0)) )