This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/22698] New: bpf translator: add support for array $context variables
- From: "amerey at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Thu, 11 Jan 2018 00:08:53 +0000
- Subject: [Bug translator/22698] New: bpf translator: add support for array $context variables
- Auto-submitted: auto-generated
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.