python-ext-sources 668 B

12345678910111213141516171819202122232425262728293031323334353637
  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. ../lib/ctype.c
  9. util/cap.c
  10. util/evlist.c
  11. util/evsel.c
  12. util/perf_event_attr_fprintf.c
  13. util/cpumap.c
  14. util/memswap.c
  15. util/mmap.c
  16. util/namespaces.c
  17. ../lib/bitmap.c
  18. ../lib/find_bit.c
  19. ../lib/hweight.c
  20. ../lib/string.c
  21. ../lib/vsprintf.c
  22. util/thread_map.c
  23. util/util.c
  24. util/cgroup.c
  25. util/parse-branch-options.c
  26. util/rblist.c
  27. util/counts.c
  28. util/print_binary.c
  29. util/strlist.c
  30. util/trace-event.c
  31. ../lib/rbtree.c
  32. util/string.c
  33. util/symbol_fprintf.c
  34. util/units.c
  35. util/affinity.c
  36. util/rwsem.c