diff options
author | 2020-08-29 22:00:01 +0900 | |
---|---|---|
committer | 2020-09-08 11:52:31 +0200 | |
commit | 66ada2ccae4ed4dd07ba91df3b5fdb4c11335bd1 (patch) | |
tree | f6dfc4610d9979030978d156c650c8b9d58caaee /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 5.9-rc4 (diff) | |
download | wireguard-linux-66ada2ccae4ed4dd07ba91df3b5fdb4c11335bd1.tar.xz wireguard-linux-66ada2ccae4ed4dd07ba91df3b5fdb4c11335bd1.zip |
kprobes: Add generic kretprobe trampoline handler
Add a generic kretprobe trampoline handler for unifying
the all cloned /arch/* kretprobe trampoline handlers.
The generic kretprobe trampoline handler is based on the
x86 implementation, because it is the latest implementation.
It has frame pointer checking, kprobe_busy_begin/end and
return address fixup for user handlers.
[ mingo: Minor edits. ]
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/159870600138.1229682.3424065380448088833.stgit@devnote2
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions