diff options
| author | Michael Ellerman <mpe@ellerman.id.au> | 2017-04-25 00:24:04 +1000 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-04-25 00:24:04 +1000 |
| commit | 9fc849144c80091252551a4897782ed5321d654a (patch) | |
| tree | 0af5b9f46ee5a79a6abe64ee63eea12f2a99fdbb /include | |
| parent | 9a914aa6824ac5d5fd3195ed422f31540a0ab767 (diff) | |
| parent | 24bd909e94776ecce95291bff910f14c78ac4a43 (diff) | |
| download | linux-next-9fc849144c80091252551a4897782ed5321d654a.tar.gz linux-next-9fc849144c80091252551a4897782ed5321d654a.zip | |
Merge branch 'topic/kprobes' into next
Although most of these kprobes patches are powerpc specific, there's a couple
that touch generic code (with Acks). At the moment there's one conflict with
acme's tree, but it's not too bad. Still just in case some other conflicts show
up, we've put these in a topic branch so another tree could merge some or all of
it if necessary.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/kprobes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kprobes.h b/include/linux/kprobes.h index c328e4f7dcad..1f82a3db00b1 100644 --- a/include/linux/kprobes.h +++ b/include/linux/kprobes.h @@ -379,6 +379,7 @@ static inline struct kprobe_ctlblk *get_kprobe_ctlblk(void) return this_cpu_ptr(&kprobe_ctlblk); } +kprobe_opcode_t *kprobe_lookup_name(const char *name, unsigned int offset); int register_kprobe(struct kprobe *p); void unregister_kprobe(struct kprobe *p); int register_kprobes(struct kprobe **kps, int num); |
