X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fsyscalls_integers_override.h;h=4bdde0622bab143a83b34a35b22e9f15f25443e1;hb=b7150b71f0b34c5412d77b7c25bc5b210d5cef87;hp=410454178697759b19c1c019d8e70f7c1b48ac94;hpb=b75d00c45a91af319370f3d494cd953b578ea228;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/syscalls_integers_override.h b/instrumentation/syscalls/headers/syscalls_integers_override.h index 41045417..4bdde062 100644 --- a/instrumentation/syscalls/headers/syscalls_integers_override.h +++ b/instrumentation/syscalls/headers/syscalls_integers_override.h @@ -1,9 +1,9 @@ -#define OVERRIDE_32_sys_mmap -#define OVERRIDE_64_sys_mmap +#define OVERRIDE_32_mmap +#define OVERRIDE_64_mmap #ifndef CREATE_SYSCALL_TABLE -SC_TRACE_EVENT(sys_mmap, +SC_LTTNG_TRACEPOINT_EVENT(mmap, TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long off), TP_ARGS(sc_exit(ret,) addr, len, prot, flags, fd, off), TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(unsigned long, addr)) sc_in(__field(size_t, len)) sc_in(__field(int, prot)) sc_in(__field(int, flags)) sc_in(__field(int, fd)) sc_in(__field(off_t, offset))),