Namhyung Kim | 6a5c13af | 2012-02-12 19:45:24 +0900 | [diff] [blame] | 1 | # |
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 | |||||
8 | util/python.c | ||||
9 | util/ctype.c | ||||
10 | util/evlist.c | ||||
11 | util/evsel.c | ||||
12 | util/cpumap.c | ||||
13 | util/thread_map.c | ||||
14 | util/util.c | ||||
15 | util/xyarray.c | ||||
16 | util/cgroup.c | ||||
17 | util/debugfs.c | ||||
David Ahern | b52956c | 2012-02-08 09:32:52 -0700 | [diff] [blame] | 18 | util/strlist.c |
19 | ../../lib/rbtree.c |