Skip to content
Commit e8440c14 authored by Josh Stone's avatar Josh Stone Committed by Oleg Nesterov
Browse files

uprobes: Add exports for module use



The original pull message for uprobes (commit 654443e2) noted:

  This tree includes uprobes support in 'perf probe' - but SystemTap
  (and other tools) can take advantage of user probe points as well.

In order to actually be usable in module-based tools like SystemTap, the
interface needs to be exported.  This patch first adds the obvious
exports for uprobe_register and uprobe_unregister.  Then it also adds
one for task_user_regset_view, which is necessary to get the correct
state of userspace registers.

Signed-off-by: default avatarJosh Stone <jistone@redhat.com>
Signed-off-by: default avatarOleg Nesterov <oleg@redhat.com>
parent af4355e9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment