| Namhyung Kim | 6a5c13af | 2012-02-12 19:45:24 +0900 | [diff] [blame] | 1 | # | 
| Masanari Iida | 3fd44cd | 2012-07-18 01:20:59 +0900 | [diff] [blame] | 2 | # List of files needed by perf python extension | 
| Namhyung Kim | 6a5c13af | 2012-02-12 19:45:24 +0900 | [diff] [blame] | 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 | 
| Arnaldo Carvalho de Melo | 3ab484b | 2012-08-14 14:17:30 -0300 | [diff] [blame] | 13 | util/hweight.c | 
| Namhyung Kim | 6a5c13af | 2012-02-12 19:45:24 +0900 | [diff] [blame] | 14 | util/thread_map.c | 
 | 15 | util/util.c | 
 | 16 | util/xyarray.c | 
 | 17 | util/cgroup.c | 
 | 18 | util/debugfs.c | 
| Arnaldo Carvalho de Melo | 3ab484b | 2012-08-14 14:17:30 -0300 | [diff] [blame] | 19 | util/rblist.c | 
| David Ahern | b52956c | 2012-02-08 09:32:52 -0700 | [diff] [blame] | 20 | util/strlist.c | 
 | 21 | ../../lib/rbtree.c |