[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110527172525.GA10352@ghostprotocols.net>
Date: Fri, 27 May 2011 14:25:25 -0300
From: Arnaldo Carvalho de Melo <acme@...stprotocols.net>
To: David Ahern <dsahern@...il.com>
Cc: linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org,
mingo@...e.hu, peterz@...radead.org, fweisbec@...il.com,
paulus@...ba.org, tglx@...utronix.de
Subject: Re: [PATCH] perf stat: clarify unsupported events from uncounted
events
Em Fri, May 27, 2011 at 10:51:46AM -0600, David Ahern escreveu:
> diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h
> index f79bb2c..57eccf1 100644
> --- a/tools/perf/util/evsel.h
> +++ b/tools/perf/util/evsel.h
> @@ -61,6 +61,7 @@ struct perf_evsel {
> off_t id_offset;
> };
> struct cgroup_sel *cgrp;
> + int supported;
> };
Can you make this be just a 'bool'?
- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists