python-ext-sources 354 B

1234567891011121314151617181920
  1. #
  2. # List of files needed by perf python extention
  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. util/python.c
  8. util/ctype.c
  9. util/evlist.c
  10. util/evsel.c
  11. util/cpumap.c
  12. util/thread_map.c
  13. util/util.c
  14. util/xyarray.c
  15. util/cgroup.c
  16. util/debugfs.c
  17. util/strlist.c
  18. ../../lib/rbtree.c