commit | bb6bb5c17992bbfdff902a4729296d0ddb4aa54a | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Mar 20 17:10:35 2012 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Mar 20 17:10:35 2012 +0100 |
tree | e73b820a686ac78896a734daaae7b2162f063da8 | |
parent | b7a6dae9fb15cd9f71d72861097c6c0e8608e88e [diff] |
Remove redundant checks in syscall entry/exit, rename badly named function * syscall.c (syscall_enter): Rename to get_syscall_args. Document its return values. (trace_syscall_entering): Don't check get_syscall_args() return value for 0, it never returns that. (syscall_fixup_on_sysexit): Make it return void. (trace_syscall_exiting): Fix up syscall_fixup_on_sysexit() call site accordingly. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>