rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 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 | util/namespaces.c | ||||
14 | ../lib/bitmap.c | ||||
15 | ../lib/find_bit.c | ||||
16 | ../lib/hweight.c | ||||
17 | ../lib/vsprintf.c | ||||
18 | util/thread_map.c | ||||
19 | util/util.c | ||||
20 | util/xyarray.c | ||||
21 | util/cgroup.c | ||||
22 | util/parse-branch-options.c | ||||
23 | util/rblist.c | ||||
24 | util/counts.c | ||||
25 | util/print_binary.c | ||||
26 | util/strlist.c | ||||
27 | util/trace-event.c | ||||
28 | ../lib/rbtree.c | ||||
29 | util/string.c | ||||
30 | util/symbol_fprintf.c | ||||
31 | util/units.c |