Re: [RFC PATCH 3/9] perf: Add ability to dump part of the userstack

From: Peter Zijlstra
Date: Wed Oct 13 2010 - 03:22:35 EST


On Wed, 2010-10-13 at 07:06 +0200, Frederic Weisbecker wrote:
> +++ b/include/linux/perf_event.h
> @@ -227,6 +227,12 @@ struct perf_event_attr {
> __u32 bp_type;
> __u64 bp_addr;
> __u64 bp_len;
> +
> + __u64 __reserved_2;
> + __u64 __reserved_3;
> +
> + __u32 ustack_dump_size;
> + __u32 __reserved_4;
> };

Why add those two __u64 fields?
--
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/