blob: 4d28624a1ecaa6c6dc5d70fb2f0d43e91c56d0cf [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 Melo25cd4802015-01-13 10:19:12 -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
David Ahernb52956c2012-02-08 09:32:52 -070019util/strlist.c
Jiri Olsa29f5ffd2013-12-03 14:09:23 +010020util/trace-event.c
David Ahernb52956c2012-02-08 09:32:52 -070021../../lib/rbtree.c