From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH v6 02/11] perf tools report: Parse time quantum Date: Mon, 11 Mar 2019 13:59:25 -0300 Message-ID: <20190311165925.GO10690@kernel.org> References: <20190311144502.15423-1-andi@firstfloor.org> <20190311144502.15423-3-andi@firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190311144502.15423-3-andi@firstfloor.org> Sender: linux-kernel-owner@vger.kernel.org To: Andi Kleen Cc: jolsa@kernel.org, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Kleen List-Id: linux-perf-users.vger.kernel.org Em Mon, Mar 11, 2019 at 07:44:53AM -0700, Andi Kleen escreveu: > From: Andi Kleen > > Many workloads change over time. perf report currently aggregates > the whole time range reported in perf.data. > > This patch adds an option for a time quantum to quantisize the > perf.data over time. > > This just adds the option, will be used in follow on patches > for a time sort key. > > Signed-off-by: Andi Kleen > > --- > v2: > Move time_quantum to symbol_conf. check for zero time quantum > v3: > Document s unit > v4: > Use _NSEC defines Humm? This just adds a header, but nevermind, I have the full patch in my tree already :-) - Arnaldo > --- > tools/perf/util/symbol.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c > index 6b73a0eeb6a1..967066d4d899 100644 > --- a/tools/perf/util/symbol.c > +++ b/tools/perf/util/symbol.c > @@ -30,6 +30,7 @@ > #include > #include > #include > +#include > #include > > static int dso__load_kernel_sym(struct dso *dso, struct map *map); > -- > 2.20.1 -- - Arnaldo