blob: f75ae1b9900c435af147f24e6c29dd414ca9692c [file] [log] [blame]
Namhyung Kim6a5c13af2012-02-12 19:45:24 +09001#
Masanari Iida3fd44cd2012-07-18 01:20:59 +09002# List of files needed by perf python extension
Namhyung Kim6a5c13af2012-02-12 19:45:24 +09003#
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
Arnaldo Carvalho de Melo3ab484b2012-08-14 14:17:30 -030018util/rblist.c
David Ahernb52956c2012-02-08 09:32:52 -070019util/strlist.c
Arnaldo Carvalho de Melo88fd2b62013-02-06 17:21:47 -030020util/sysfs.c
David Ahernb52956c2012-02-08 09:32:52 -070021../../lib/rbtree.c