python-ext-sources 491 字节
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
../lib/str_error_r.c
17 18 19 20
util/thread_map.c
util/util.c
util/xyarray.c
util/cgroup.c
21
util/rblist.c
22
util/counts.c
23
util/strlist.c
J
Jiri Olsa 已提交
24
util/trace-event.c
25
../lib/rbtree.c
26
util/string.c
27
util/symbol_fprintf.c