blob: f4e37cec9de6ebf51bafa530b66662a74820880b [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
13util/thread_map.c
14util/util.c
15util/xyarray.c
16util/cgroup.c
17util/debugfs.c
David Ahernb52956c2012-02-08 09:32:52 -070018util/strlist.c
19../../lib/rbtree.c