GNU Linux-libre 4.9-gnu1
[releases.git] / tools / perf / util / python-ext-sources
1 #
2 # List of files needed by perf python extension
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
13 ../lib/bitmap.c
14 ../lib/find_bit.c
15 ../lib/hweight.c
16 ../lib/vsprintf.c
17 util/thread_map.c
18 util/util.c
19 util/xyarray.c
20 util/cgroup.c
21 util/rblist.c
22 util/counts.c
23 util/strlist.c
24 util/trace-event.c
25 ../lib/rbtree.c
26 util/string.c
27 util/symbol_fprintf.c