Cleanup: remove unsupported `ctf_float()` macros
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 12 May 2020 19:11:05 +0000 (15:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 May 2020 19:18:58 +0000 (15:18 -0400)
Tracing floats is not supported for the kernel tracer. Disallow building
kernel probes with those fields, rather than silently ignoring them.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I1cf9751df96d2af3b54f725797bd20d7b05f2b38

include/lttng/events-reset.h

index 64e76471a8d2c39697cb896e74080d940760e784..31c828dcedb25ef3c9f60952de475f4864f39514 100644 (file)
@@ -93,9 +93,6 @@
 #undef ctf_integer_network_hex
 #define ctf_integer_network_hex(_type, _item, _src)
 
-#undef ctf_float
-#define ctf_float(_type, _item, _src)
-
 #undef ctf_array
 #define ctf_array(_type, _item, _src, _length)
 
 #undef ctf_integer_nowrite
 #define ctf_integer_nowrite(_type, _item, _src)
 
-#undef ctf_float_nowrite
-#define ctf_float_nowrite(_type, _item, _src)
-
 #undef ctf_array_nowrite
 #define ctf_array_nowrite(_type, _item, _src, _length)
 
This page took 0.025903 seconds and 4 git commands to generate.