From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752010AbbFMKLB (ORCPT ); Sat, 13 Jun 2015 06:11:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47451 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbbFMKKv (ORCPT ); Sat, 13 Jun 2015 06:10:51 -0400 Date: Sat, 13 Jun 2015 12:10:36 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , 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: <20150613101036.GA354@krava.redhat.com> References: <1433959858-31858-1-git-send-email-jolsa@kernel.org> <1433959858-31858-2-git-send-email-jolsa@kernel.org> <20150610185545.GC3332@kernel.org> <20150610202348.GE6803@krava.redhat.com> <20150610203219.GL3332@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150610203219.GL3332@kernel.org> 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 On Wed, Jun 10, 2015 at 05:32:19PM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Jun 10, 2015 at 10:23:48PM +0200, Jiri Olsa escreveu: > > On Wed, Jun 10, 2015 at 03:55:45PM -0300, Arnaldo Carvalho de Melo wrote: > > > 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 :-\ > > > > did you do 'make clean' ? there's not perfect dependency checking > > for python binding building ;-) > > I guess I did that, yes ;-) ugh, the new version is all stat specific.. so no evsel dependency sry for the noise ;-) jirka