Loading...
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
8util/python.c
9util/ctype.c
10util/evlist.c
11util/evsel.c
12util/cpumap.c
13../lib/bitmap.c
14../lib/find_bit.c
15../lib/hweight.c
16../lib/vsprintf.c
17util/thread_map.c
18util/util.c
19util/xyarray.c
20util/cgroup.c
21util/parse-branch-options.c
22util/rblist.c
23util/counts.c
24util/strlist.c
25util/trace-event.c
26../lib/rbtree.c
27util/string.c
28util/symbol_fprintf.c