blob: 213362850abdab31ca804db1a583dd5c38bdfbbd [file] [log] [blame]
Namhyung Kim6a5c13af2012-02-12 19:45:24 +09001#
2# List of files needed by perf python extention
3#
4# Each source file must be placed on its own line so that it can be
5# processed by Makefile and util/setup.py accordingly.
6#
7
8util/python.c
9util/ctype.c
10util/evlist.c
11util/evsel.c
12util/cpumap.c
Arnaldo Carvalho de Melo3ab484b2012-08-14 14:17:30 -030013util/hweight.c
Namhyung Kim6a5c13af2012-02-12 19:45:24 +090014util/thread_map.c
15util/util.c
16util/xyarray.c
17util/cgroup.c
18util/debugfs.c
Arnaldo Carvalho de Melo3ab484b2012-08-14 14:17:30 -030019util/rblist.c
David Ahernb52956c2012-02-08 09:32:52 -070020util/strlist.c
21../../lib/rbtree.c