From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933156AbbFJS4A (ORCPT ); Wed, 10 Jun 2015 14:56:00 -0400 Received: from mail.kernel.org ([198.145.29.136]:44702 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752273AbbFJSzw (ORCPT ); Wed, 10 Jun 2015 14:55:52 -0400 Date: Wed, 10 Jun 2015 15:55:45 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: lkml , Adrian Hunter , Andi Kleen , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 01/25] perf tools: Fix python code with missing stat dependency Message-ID: <20150610185545.GC3332@kernel.org> References: <1433959858-31858-1-git-send-email-jolsa@kernel.org> <1433959858-31858-2-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433959858-31858-2-git-send-email-jolsa@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Jun 10, 2015 at 08:10:34PM +0200, Jiri Olsa escreveu: > The evsel object now depends on stat object and breaks > python code because of missing stat object dependency. > Putting stat.c object into python object list. Applied, but 'perf test python' was Okaying me before and after this change, strange :-\ - Arnaldo > Link: http://lkml.kernel.org/n/tip-o2cnaarx0buid9rtmtk5oorp@git.kernel.org > Signed-off-by: Jiri Olsa > --- > tools/perf/util/python-ext-sources | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/perf/util/python-ext-sources b/tools/perf/util/python-ext-sources > index 4d28624a1eca..04fb68fc6def 100644 > --- a/tools/perf/util/python-ext-sources > +++ b/tools/perf/util/python-ext-sources > @@ -18,4 +18,5 @@ util/cgroup.c > util/rblist.c > util/strlist.c > util/trace-event.c > +util/stat.c > ../../lib/rbtree.c > -- > 1.9.3