X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Farm-32-syscalls-3.4.25_integers_override.h;h=79efa547cb17dacfe8aef81a8fc9f3a40745e7ea;hb=8c6e7f13c778701dec2d6549f1e2ca98970907a0;hp=d5af6d0288137f9fe760f8c7cda7daa8c4cea5f7;hpb=8ba62b946eb4a337327ed41a241589820a3b9fcc;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/arm-32-syscalls-3.4.25_integers_override.h b/instrumentation/syscalls/headers/arm-32-syscalls-3.4.25_integers_override.h index d5af6d02..79efa547 100644 --- a/instrumentation/syscalls/headers/arm-32-syscalls-3.4.25_integers_override.h +++ b/instrumentation/syscalls/headers/arm-32-syscalls-3.4.25_integers_override.h @@ -8,33 +8,23 @@ SC_LTTNG_TRACEPOINT_EVENT(arm_fadvise64_64, TP_PROTO(int fd, int advice, loff_t offset, loff_t len), TP_ARGS(fd, advice, offset, len), - TP_STRUCT__entry( - __field_hex(int, fd) - __field_hex(int, advice) - __field_hex(loff_t, offset) - __field_hex(loff_t, len)), - TP_fast_assign( - tp_assign(fd, fd) - tp_assign(advice, advice) - tp_assign(offset, offset) - tp_assign(len, len)), - TP_printk() + TP_FIELDS( + ctf_integer_hex(int, fd, fd) + ctf_integer_hex(int, advice, advice) + ctf_integer_hex(loff_t, offset, offset) + ctf_integer_hex(loff_t, len, len) + ) ) SC_LTTNG_TRACEPOINT_EVENT(sync_file_range2, TP_PROTO(int fd, loff_t offset, loff_t nbytes, unsigned int flags), TP_ARGS(fd, offset, nbytes, flags), - TP_STRUCT__entry( - __field_hex(int, fd) - __field_hex(loff_t, offset) - __field_hex(loff_t, nbytes) - __field_hex(unsigned int, flags)), - TP_fast_assign( - tp_assign(fd, fd) - tp_assign(offset, offset) - tp_assign(nbytes, nbytes) - tp_assign(flags, flags)), - TP_printk() + TP_FIELDS( + ctf_integer_hex(int, fd, fd) + ctf_integer_hex(loff_t, offset, offset) + ctf_integer_hex(loff_t, nbytes, nbytes) + ctf_integer_hex(unsigned int, flags, flags) + ) ) #else /* CREATE_SYSCALL_TABLE */