git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17d857b
)
parisc: tracehook_report_syscall
author
Kyle McMartin
<kyle@mcmartin.ca>
Mon, 27 Apr 2009 03:53:34 +0000
(23:53 -0400)
committer
Kyle McMartin
<kyle@ihatethathostname.lab.bos.redhat.com>
Mon, 28 Sep 2009 03:07:21 +0000
(23:07 -0400)
This makes parisc use the standard tracehook_report_syscall_entry
and tracehook_report_syscall_exit hooks in <linux/tracehook.h>.
To do this, we need to access current->thread.regs, and to know
whether we're entering or exiting the syscall, so add this to
syscall_trace.
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
No differences found