python-ext-sources 594 B

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