|
Linux Kernel
3.7.1
|
#include <uapi/asm/ptrace.h>#include <linux/linkage.h>Go to the source code of this file.
Macros | |
| #define | user_mode(regs) ((((regs)->tsr) & 0x40) != 0) |
| #define | instruction_pointer(regs) ((regs)->pc) |
| #define | profile_pc(regs) instruction_pointer(regs) |
| #define | user_stack_pointer(regs) ((regs)->sp) |
Functions | |
| void | show_regs (struct pt_regs *) |
| asmlinkage unsigned long | syscall_trace_entry (struct pt_regs *regs) |
| asmlinkage void | syscall_trace_exit (struct pt_regs *regs) |
| #define profile_pc | ( | regs | ) | instruction_pointer(regs) |
| asmlinkage unsigned long syscall_trace_entry | ( | struct pt_regs * | regs | ) |
| asmlinkage void syscall_trace_exit | ( | struct pt_regs * | regs | ) |
1.8.2