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