We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed0c59 commit fe55420Copy full SHA for fe55420
include/trace/events/syscalls.h
@@ -40,6 +40,8 @@ TRACE_EVENT_FN(sys_enter,
40
syscall_regfunc, syscall_unregfunc
41
);
42
43
+TRACE_EVENT_FLAGS(sys_enter, TRACE_EVENT_FL_CAP_ANY)
44
+
45
TRACE_EVENT_FN(sys_exit,
46
47
TP_PROTO(struct pt_regs *regs, long ret),
@@ -62,6 +64,8 @@ TRACE_EVENT_FN(sys_exit,
62
64
63
65
66
67
+TRACE_EVENT_FLAGS(sys_exit, TRACE_EVENT_FL_CAP_ANY)
68
69
#endif /* CONFIG_HAVE_SYSCALL_TRACEPOINTS */
70
71
#endif /* _TRACE_EVENTS_SYSCALLS_H */
0 commit comments