|
Linux Kernel
3.7.1
|
#include <linux/kprobes.h>#include <linux/ptrace.h>#include <asm/cacheflush.h>#include <linux/kdebug.h>#include <asm/ocd.h>Go to the source code of this file.
Functions | |
| DEFINE_PER_CPU (struct kprobe *, current_kprobe) | |
| int __kprobes | arch_prepare_kprobe (struct kprobe *p) |
| void __kprobes | arch_arm_kprobe (struct kprobe *p) |
| void __kprobes | arch_disarm_kprobe (struct kprobe *p) |
| int __kprobes | kprobe_fault_handler (struct pt_regs *regs, int trapnr) |
| int __kprobes | kprobe_exceptions_notify (struct notifier_block *self, unsigned long val, void *data) |
| int __kprobes | setjmp_pre_handler (struct kprobe *p, struct pt_regs *regs) |
| void __kprobes | jprobe_return (void) |
| int __kprobes | longjmp_break_handler (struct kprobe *p, struct pt_regs *regs) |
| int __init | arch_init_kprobes (void) |
Variables | |
| struct kretprobe_blackpoint | kretprobe_blacklist [] = {{NULL, NULL}} |
1.8.2