trace_syscalls: Remove enter_id exit_id
[deliverable/linux.git] / include / linux / syscalls.h
index d3c9fd01a1105251e9800ca30cc4482c0030c651..b9af87560adb34203ea618b3a1186241356ea253 100644 (file)
@@ -168,7 +168,6 @@ static void prof_sysexit_disable_##sname(struct ftrace_event_call *unused)     \
                if (!id)                                                \
                        return -ENODEV;                                 \
                event_enter_##sname.id = id;                            \
-               set_syscall_enter_id(num, id);                          \
                INIT_LIST_HEAD(&event_enter_##sname.fields);            \
                return 0;                                               \
        }                                                               \
@@ -205,7 +204,6 @@ static void prof_sysexit_disable_##sname(struct ftrace_event_call *unused)     \
                if (!id)                                                \
                        return -ENODEV;                                 \
                event_exit_##sname.id = id;                             \
-               set_syscall_exit_id(num, id);                           \
                INIT_LIST_HEAD(&event_exit_##sname.fields);             \
                return 0;                                               \
        }                                                               \
This page took 0.036301 seconds and 5 git commands to generate.