python-ext-sources 414 B

1234567891011121314151617181920212223
  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. util/python.c
  8. util/ctype.c
  9. util/evlist.c
  10. util/evsel.c
  11. util/cpumap.c
  12. ../lib/hweight.c
  13. util/thread_map.c
  14. util/util.c
  15. util/xyarray.c
  16. util/cgroup.c
  17. util/rblist.c
  18. util/counts.c
  19. util/strlist.c
  20. util/trace-event.c
  21. ../lib/rbtree.c
  22. util/string.c