[PATCH v14 00/10] arm64: Add kernel probes (kprobes) support
From: Huang Shijie <hidden>
Date: 2016-06-28 08:14:39
Also in:
lkml
From: Huang Shijie <hidden>
Date: 2016-06-28 08:14:39
Also in:
lkml
On Sun, Jun 26, 2016 at 11:06:43PM -0400, David Long wrote:
From: "David A. Long" <redacted> This patchset is heavily based on Sandeepa Prabhu's ARM v8 kprobes patches, first seen in October 2013. This version attempts to address concerns raised by reviewers and also fixes problems discovered during testing. This patchset adds support for kernel probes(kprobes), jump probes(jprobes) and return probes(kretprobes) support for ARM64. The kprobes mechanism makes use of software breakpoint and single stepping support available in the ARM v8 kernel.
I tested the whole patch set with kprobe/jprobe/kretprobe in my Juno-r1 board, it works fine. Tested-by: Huang Shijie <redacted> thanks Huang Shijie