blob: 51be28b1bca26430de01a86649b976e382bb1198 [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 Melo0aefc352015-07-09 16:27:25 -030013../lib/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
Jiri Olsad8095602015-08-07 12:51:03 +020019util/counts.c
David Ahernb52956c2012-02-08 09:32:52 -070020util/strlist.c
Jiri Olsa29f5ffd2013-12-03 14:09:23 +010021util/trace-event.c
Arnaldo Carvalho de Melof3efe3a2015-07-09 16:23:57 -030022../lib/rbtree.c
Jiri Olsa792402f2015-06-26 11:29:07 +020023util/string.c