This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug bpf/23478] bpf: multi-key associative arrays
- From: "wcohen at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 28 May 2019 13:51:38 +0000
- Subject: [Bug bpf/23478] bpf: multi-key associative arrays
- Auto-submitted: auto-generated
- References: <bug-23478-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=23478
William Cohen <wcohen at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wcohen at redhat dot com
--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
This would also be useful for the @entry support. A number of the systemtap
examples fail like in the following way:
TEST
PWD=/home/wcohen/systemtap_write/systemtap/testsuite/systemtap.examples/memory
meta taglines 'test_check: stap -p4 overcommit.stp' tag 'test_check' value
'stap -p4 overcommit.stp'
attempting command stap --bpf -p4 overcommit.stp
OUT semantic error: unhandled multi-dimensional array: identifier '$pages' at
overcommit.stp:6:40
source: execname(), pid(), @entry($pages))
^
Pass 4: compilation failed. [man error::pass4]
child process exited abnormally
RC 1
FAIL: systemtap.examples/memory/overcommit build
--
You are receiving this mail because:
You are the assignee for the bug.