python-ext-sources 404 字节
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/hweight.c
14 15 16 17
util/thread_map.c
util/util.c
util/xyarray.c
util/cgroup.c
18
util/rblist.c
19
util/stat.c
20
util/strlist.c
J
Jiri Olsa 已提交
21
util/trace-event.c
22
../../lib/rbtree.c