Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234434
b: refs/heads/master
c: ae07f55
h: refs/heads/master
v: v3
  • Loading branch information
Ian Munsie authored and Steven Rostedt committed Feb 8, 2011
1 parent 4608a11 commit 7392a24
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b2d55496818d64310b9f5486d4eea76ea614d7f8
refs/heads/master: ae07f551c42d6e4162436ca452a199deac9dab4d
3 changes: 3 additions & 0 deletions trunk/kernel/trace/trace_syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ find_syscall_meta(unsigned long syscall)
stop = __stop_syscalls_metadata;
kallsyms_lookup(syscall, NULL, NULL, NULL, str);

if (arch_syscall_match_sym_name(str, "sys_ni_syscall"))
return NULL;

for ( ; start < stop; start++) {
if ((*start)->name && arch_syscall_match_sym_name(str, (*start)->name))
return *start;
Expand Down

0 comments on commit 7392a24

Please sign in to comment.