perf cpumap: Use existing allocator to avoid using malloc
[linux-2.6-microblaze.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 ../lib/ctype.c
10 util/cap.c
11 util/evlist.c
12 util/evsel.c
13 util/perf_event_attr_fprintf.c
14 util/cpumap.c
15 util/memswap.c
16 util/mmap.c
17 util/namespaces.c
18 ../lib/bitmap.c
19 ../lib/find_bit.c
20 ../lib/hweight.c
21 ../lib/string.c
22 ../lib/vsprintf.c
23 util/thread_map.c
24 util/util.c
25 util/cgroup.c
26 util/parse-branch-options.c
27 util/rblist.c
28 util/counts.c
29 util/print_binary.c
30 util/strlist.c
31 util/trace-event.c
32 ../lib/rbtree.c
33 util/string.c
34 util/symbol_fprintf.c
35 util/units.c
36 util/affinity.c
37 util/rwsem.c