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 9../lib/ctype.c 10util/cap.c 11util/evlist.c 12util/evsel.c 13util/evsel_fprintf.c 14util/perf_event_attr_fprintf.c 15util/cpumap.c 16util/memswap.c 17util/mmap.c 18util/namespaces.c 19../lib/bitmap.c 20../lib/find_bit.c 21../lib/list_sort.c 22../lib/hweight.c 23../lib/string.c 24../lib/vsprintf.c 25util/thread_map.c 26util/util.c 27util/cgroup.c 28util/parse-branch-options.c 29util/rblist.c 30util/counts.c 31util/print_binary.c 32util/strlist.c 33util/trace-event.c 34../lib/rbtree.c 35util/string.c 36util/symbol_fprintf.c 37util/units.c 38util/affinity.c 39util/rwsem.c 40util/hashmap.c 41util/perf_regs.c 42util/fncache.c 43util/perf-regs-arch/perf_regs_aarch64.c 44util/perf-regs-arch/perf_regs_arm.c 45util/perf-regs-arch/perf_regs_csky.c 46util/perf-regs-arch/perf_regs_loongarch.c 47util/perf-regs-arch/perf_regs_mips.c 48util/perf-regs-arch/perf_regs_powerpc.c 49util/perf-regs-arch/perf_regs_riscv.c 50util/perf-regs-arch/perf_regs_s390.c 51util/perf-regs-arch/perf_regs_x86.c 52