Re: [PATCH 1/2] perf sort: Improve dso sort output by separatingunresolved samples by type

From: emunson
Date: Wed Aug 31 2011 - 08:34:10 EST


On Wed, 31 Aug 2011 11:49:44 +1000, Anton Blanchard wrote:
We currently roll up all unresolved kernel, user, hypervisor and guest
samples into the one bucket:

59.64% [unknown]
22.71% [kernel.kallsyms]
9.40% libj9jit26.so

We can get a much better high level view by separating these unresolved
samples by symbol type:

56.64% [unknown:.]
22.71% [kernel.kallsyms]
9.40% libj9jit26.so
2.81% [unknown:H]

Signed-off-by: Anton Blanchard <anton@xxxxxxxxx>

Acked-by: Eric B Munson <emunson@xxxxxxxxx>
--
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/