lkml.org 
[lkml]   [2015]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 01/25] perf tools: Fix python code with missing stat dependency
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 <jolsa@kernel.org>
> ---
> 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


\
 
 \ /
  Last update: 2015-06-10 21:41    [W:0.206 / U:0.408 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site