[PATCH 01/25] perf tools: Fix python code with missing stat dependency

From: Jiri Olsa
Date: Wed Jun 10 2015 - 14:11:30 EST


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@xxxxxxxxxxxxxx
Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/