SoW-2019-0002: Dynamic Snapshot
[deliverable/lttng-modules.git] / instrumentation / syscalls / headers / syscalls_unknown.h
index c72e7d0e8c1b32e219d7c738ea92e8417b302743..a48acca3abef0d2aa90a1ea656ef80eb79af2a8b 100644 (file)
@@ -7,7 +7,7 @@
 #define UNKNOWN_SYSCALL_NRARGS 6
 
 #undef TP_PROBE_CB
-#define TP_PROBE_CB(_template)          &syscall_entry_probe
+#define TP_PROBE_CB(_template)          &syscall_entry_event_probe
 
 LTTNG_TRACEPOINT_EVENT(syscall_entry_unknown,
        TP_PROTO(int id, unsigned long *args),
@@ -27,7 +27,7 @@ LTTNG_TRACEPOINT_EVENT(compat_syscall_entry_unknown,
 )
 
 #undef TP_PROBE_CB
-#define TP_PROBE_CB(_template)          &syscall_exit_probe
+#define TP_PROBE_CB(_template)          &syscall_exit_event_probe
 
 LTTNG_TRACEPOINT_EVENT(syscall_exit_unknown,
        TP_PROTO(int id, long ret, unsigned long *args),
This page took 0.024965 seconds and 5 git commands to generate.