This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug bpf/23858] sorted iteration on bpf arrays can't sort values
- From: "me at serhei dot io" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 26 Mar 2019 19:34:44 +0000
- Subject: [Bug bpf/23858] sorted iteration on bpf arrays can't sort values
- Auto-submitted: auto-generated
- References: <bug-23858-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=23858
--- Comment #3 from Serhei Makarov <me at serhei dot io> ---
Sorry, was just confused.
To sort by key, use foreach (b+ in a). That works correctly.
To sort by value, use foreach (b in a+). That needs to be fixed.
--
You are receiving this mail because:
You are the assignee for the bug.