On Sun, Jun 26, 2016 at 11:06:43PM -0400, David Long wrote: > From: "David A. Long" <dave.l...@linaro.org> > > 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 <shijie.hu...@arm.com> thanks Huang Shijie