diff options
| author | Roland McGrath <[email protected]> | 2008-07-25 19:45:57 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-07-26 12:00:09 -0700 |
| commit | 828c365cc8b8d38c346fccb19fa80d28f2240831 (patch) | |
| tree | cedb0f1ce389f4b12d7b0975ce52c8af7939cfcd /tools/perf/scripts/python | |
| parent | 64b1208d5b0ef8859fd52ea7ae286a3eb994669b (diff) | |
tracehook: asm/syscall.h
This adds asm-generic/syscall.h, which documents what a real
asm-ARCH/syscall.h file should define. This is not used yet, but will
provide all the machine-dependent details of examining a user system call
about to begin, in progress, or just ended.
Each arch should add an asm-ARCH/syscall.h that defines all the entry
points documented in asm-generic/syscall.h, as short inlines if possible.
This lets us write new tracing code that understands user system call
registers, without any new arch-specific work.
Signed-off-by: Roland McGrath <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Reviewed-by: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions