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

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 20:41    [W:0.144 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site