Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158459
b: refs/heads/master
c: 3d27d8c
h: refs/heads/master
i:
  158457: e65fb2f
  158455: 546be81
v: v3
  • Loading branch information
Josh Stone authored and Frederic Weisbecker committed Aug 25, 2009
1 parent 800be90 commit 18602ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 667000011927b4fcc359beac4a2447889db6d349
refs/heads/master: 3d27d8cb34fc156beb86de2338ca4029873a5cc6
4 changes: 4 additions & 0 deletions trunk/include/trace/syscall.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <asm/ptrace.h>


#ifdef CONFIG_HAVE_SYSCALL_TRACEPOINTS

extern void syscall_regfunc(void);
extern void syscall_unregfunc(void);

Expand All @@ -25,6 +27,8 @@ DECLARE_TRACE_WITH_CALLBACK(syscall_exit,
syscall_unregfunc
);

#endif

/*
* A syscall entry in the ftrace syscalls array.
*
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/tracepoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ __initcall(init_tracepoints);

#endif /* CONFIG_MODULES */

#ifdef CONFIG_FTRACE_SYSCALLS
#ifdef CONFIG_HAVE_SYSCALL_TRACEPOINTS

static DEFINE_MUTEX(regfunc_mutex);
static int sys_tracepoint_refcount;
Expand Down

0 comments on commit 18602ad

Please sign in to comment.