On Wed, May 15, 2002 at 10:58:06AM -0400, William Cohen wrote:
> I have made a trivial patch to allow oprofpp to sort the entries in
> reverse order just like op_time for the "-l" option. This allows one to
I applied your patch, I also added doc for it in the man page, and
disallowed its usage when -l is not used
> samples.select_symbols(symbols, sort_by_ctr, 0.0, false, true);
>
> - out.Output(cout, symbols, false);
> + out.Output(cout, symbols, reverse_sort != 0);
I don't think this makes sense, since it is ordered by vma - why would
it be useful ?
regards
john
--
"So what you're saying is "screw the disabled" and you want us to do the
same ? No thanks..."
- Ian Hixie, bug 25537
|