[Bug translator/2305] allow sorting by statistics value
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Aug 22 11:45:00 GMT 2007
------- Additional Comments From dsmith at redhat dot com 2007-08-21 21:35 -------
Assume an array of aggregates, like:
foo[1] << 1; foo[1] << 2;
foo[2] << 3
A foreach loop like the following:
foreach (i in foo+)
Will now sort aggregate array 'foo' by value (which is '@count(foo[i])').
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=2305
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list