python-ext-sources 448 字节
Newer Older
1
#
2
# List of files needed by perf python extension
3 4 5 6 7 8 9 10 11 12
#
# Each source file must be placed on its own line so that it can be
# processed by Makefile and util/setup.py accordingly.
#

util/python.c
util/ctype.c
util/evlist.c
util/evsel.c
util/cpumap.c
13
../lib/bitmap.c
14
../lib/find_bit.c
15
../lib/hweight.c
16 17 18 19
util/thread_map.c
util/util.c
util/xyarray.c
util/cgroup.c
20
util/rblist.c
21
util/counts.c
22
util/strlist.c
J
Jiri Olsa 已提交
23
util/trace-event.c
24
../lib/rbtree.c
25
util/string.c