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 13util/memswap.c 14util/mmap.c 15util/namespaces.c 16../lib/bitmap.c 17../lib/find_bit.c 18../lib/hweight.c 19../lib/vsprintf.c 20util/thread_map.c 21util/util.c 22util/xyarray.c 23util/cgroup.c 24util/parse-branch-options.c 25util/rblist.c 26util/counts.c 27util/print_binary.c 28util/strlist.c 29util/trace-event.c 30../lib/rbtree.c 31util/string.c 32util/symbol_fprintf.c 33util/units.c 34