This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/21890] New: bpf uprobes support


https://sourceware.org/bugzilla/show_bug.cgi?id=21890

            Bug ID: 21890
           Summary: bpf uprobes support
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

Current bpf code can handle kprobes & kretprobes.  It should not be hard to
bring up uprobes/uretprobes; the translator's side is almost identical.  The
.bo symbol-name encoding would be fine too, as long as path names are included.
 The stapbpf kprobe* functions just(tm) need to be forked or parametrized into
uprobe* ones (including those that manipulate the /sys/kernel/debug/tracing
files).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]