Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski...
[linux-2.6-block.git] / tools / perf / util / python-ext-sources
... / ...
CommitLineData
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
16util/thread_map.c
17util/util.c
18util/xyarray.c
19util/cgroup.c
20util/rblist.c
21util/counts.c
22util/strlist.c
23util/trace-event.c
24../lib/rbtree.c
25util/string.c
26util/symbol_fprintf.c