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 bpf/23858] sorted iteration on bpf arrays can't sort values


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]