blob: 8162ba0e2e57e7d265c283d474f8265430171713 [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 Melo915b0882016-01-08 12:33:37 -030013../lib/bitmap.c
Arnaldo Carvalho de Melo552eb9752016-01-08 10:46:52 -030014../lib/find_bit.c
Arnaldo Carvalho de Melo0aefc352015-07-09 16:27:25 -030015../lib/hweight.c
Namhyung Kim6a5c13af2012-02-12 19:45:24 +090016util/thread_map.c
17util/util.c
18util/xyarray.c
19util/cgroup.c
Arnaldo Carvalho de Melo3ab484b2012-08-14 14:17:30 -030020util/rblist.c
Jiri Olsad8095602015-08-07 12:51:03 +020021util/counts.c
David Ahernb52956c2012-02-08 09:32:52 -070022util/strlist.c
Jiri Olsa29f5ffd2013-12-03 14:09:23 +010023util/trace-event.c
Arnaldo Carvalho de Melof3efe3a2015-07-09 16:23:57 -030024../lib/rbtree.c
Jiri Olsa792402f2015-06-26 11:29:07 +020025util/string.c