Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223823
b: refs/heads/master
c: fe55420
h: refs/heads/master
i:
  223821: 6641fa8
  223819: 8dc58e8
  223815: f1d0db3
  223807: 90282ad
v: v3
  • Loading branch information
Frederic Weisbecker committed Nov 18, 2010
1 parent 357dede commit 784dced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ed0c5971159974185653170543a764cc061c857
refs/heads/master: fe5542030dce3b951f9eaf3ecb9a7bc5fa7bfed1
4 changes: 4 additions & 0 deletions trunk/include/trace/events/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ TRACE_EVENT_FN(sys_enter,
syscall_regfunc, syscall_unregfunc
);

TRACE_EVENT_FLAGS(sys_enter, TRACE_EVENT_FL_CAP_ANY)

TRACE_EVENT_FN(sys_exit,

TP_PROTO(struct pt_regs *regs, long ret),
Expand All @@ -62,6 +64,8 @@ TRACE_EVENT_FN(sys_exit,
syscall_regfunc, syscall_unregfunc
);

TRACE_EVENT_FLAGS(sys_exit, TRACE_EVENT_FL_CAP_ANY)

#endif /* CONFIG_HAVE_SYSCALL_TRACEPOINTS */

#endif /* _TRACE_EVENTS_SYSCALLS_H */
Expand Down

0 comments on commit 784dced

Please sign in to comment.