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