Re: [PATCH v2] perf stat: clarify unsupported events from uncountedevents

From: Ingo Molnar
Date: Mon May 30 2011 - 04:24:47 EST



* David Ahern <dsahern@xxxxxxxxx> wrote:

> +++ b/tools/perf/util/evsel.h
> @@ -61,6 +61,7 @@ struct perf_evsel {
> off_t id_offset;
> };
> struct cgroup_sel *cgrp;
> + bool supported;

Nit: when adding new fields to structures please try to keep the
vertical alignment of existing fields.

Thanks,

Ingo
--
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/