Re: Segfault in perf tool

From: Namhyung Kim
Date: Wed Dec 26 2012 - 00:10:36 EST


Hi Stefan,

On Sun, 23 Dec 2012 22:18:32 +0100, Stefan Beller wrote:
> Hi,
>
> I get segmentation faults when running one of these commands:
> perf report -g --sort symbol_to
> perf report -g --sort symbol_from
> perf report -g --sort dso_from
> perf report -g --sort dso_to

Those sort keys are only applicable for branch filtered perf.data file
(i.e. recorded with -j or -b option) and should not be used for others.
I'll work on the fix soon.

Thanks,
Namhyung

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/