blob: a9fb66140c8487c8d5a9b14976be8be4119d96f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/tracetools/include/tracetools/tp_call.h b/tracetools/include/tracetools/tp_call.h
index 8c09e02..e8293d5 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))
)
|