[Bug bpf/23858] sorted iteration on bpf arrays can't sort values
me at serhei dot io
sourceware-bugzilla@sourceware.org
Tue Mar 26 19:34:00 GMT 2019
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.
More information about the Systemtap
mailing list