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 | 0aefc35 | 2015-07-09 16:27:25 -0300 | [diff] [blame] | 13 | ../lib/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 |
Arnaldo Carvalho de Melo | 3ab484b | 2012-08-14 14:17:30 -0300 | [diff] [blame] | 18 | util/rblist.c |
Jiri Olsa | d809560 | 2015-08-07 12:51:03 +0200 | [diff] [blame] | 19 | util/counts.c |
David Ahern | b52956c | 2012-02-08 09:32:52 -0700 | [diff] [blame] | 20 | util/strlist.c |
Jiri Olsa | 29f5ffd | 2013-12-03 14:09:23 +0100 | [diff] [blame] | 21 | util/trace-event.c |
Arnaldo Carvalho de Melo | f3efe3a | 2015-07-09 16:23:57 -0300 | [diff] [blame] | 22 | ../lib/rbtree.c |
Jiri Olsa | 792402f | 2015-06-26 11:29:07 +0200 | [diff] [blame] | 23 | util/string.c |