diff options
Diffstat (limited to 'samples/kprobes/jprobe_example.c')
| -rw-r--r-- | samples/kprobes/jprobe_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/kprobes/jprobe_example.c b/samples/kprobes/jprobe_example.c index c285a3b8a9f1..c3108bb15789 100644 --- a/samples/kprobes/jprobe_example.c +++ b/samples/kprobes/jprobe_example.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | /* Proxy routine having the same arguments as actual _do_fork() routine */ | 25 | /* Proxy routine having the same arguments as actual _do_fork() routine */ |
| 26 | static long j_do_fork(unsigned long clone_flags, unsigned long stack_start, | 26 | static long j_do_fork(unsigned long clone_flags, unsigned long stack_start, |
| 27 | unsigned long stack_size, int __user *parent_tidptr, | 27 | unsigned long stack_size, int __user *parent_tidptr, |
| 28 | int __user *child_tidptr) | 28 | int __user *child_tidptr, unsigned long tls) |
| 29 | { | 29 | { |
| 30 | pr_info("jprobe: clone_flags = 0x%lx, stack_start = 0x%lx " | 30 | pr_info("jprobe: clone_flags = 0x%lx, stack_start = 0x%lx " |
| 31 | "stack_size = 0x%lx\n", clone_flags, stack_start, stack_size); | 31 | "stack_size = 0x%lx\n", clone_flags, stack_start, stack_size); |
