Re: [PATCH 01/12] perf_events: add generic taken branch samplingsupport

From: Peter Zijlstra
Date: Thu Oct 06 2011 - 12:57:43 EST


On Thu, 2011-10-06 at 16:49 +0200, Stephane Eranian wrote:
> struct perf_branch_entry {
> __u64 from;
> __u64 to;
> + struct {
> + __u64 mispred:1, /* target mispredicted */
> + predicted:1,/* target predicted */
> + reserved:62;
> + };
> };

Why that anonymous structure?
--
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/