uprobes: allow ignoring of probe hits
authorDavid A. Long <[email protected]>
Mon, 3 Feb 2014 19:25:49 +0000 (14:25 -0500)
committerDavid A. Long <[email protected]>
Tue, 18 Mar 2014 20:39:34 +0000 (16:39 -0400)
commit6fe50a28ba6e5fafb4a549dea666dd15297dd8bd
tree998f67b5bb336339c5308e000b0f8f5c9e97a44e
parent21254ebc9e509967317ad8c6922797e21137ad53
uprobes: allow ignoring of probe hits

Allow arches to decided to ignore a probe hit.  ARM will use this to
only call handlers if the conditions to execute a conditionally executed
instruction are satisfied.

Signed-off-by: David A. Long <[email protected]>
Acked-by: Oleg Nesterov <[email protected]>
include/linux/uprobes.h
kernel/events/uprobes.c