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 translator/22698] New: bpf translator: add support for array $context variables


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

            Bug ID: 22698
           Summary: bpf translator: add support for array $context
                    variables
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: amerey at redhat dot com
  Target Milestone: ---

Context variable arrays must be read from a data structure made available to
probes by the bpf runtime. Compared to ordinary global arrays (which are
essentially bpf maps), this will require special handling similar to a pointer
dereference.

-- 
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]