• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
9util/ctype.c
10util/evlist.c
11util/evsel.c
12util/cpumap.c
13../lib/bitmap.c
14../lib/find_bit.c
15../lib/hweight.c
16../lib/vsprintf.c
17util/thread_map.c
18util/util.c
19util/xyarray.c
20util/cgroup.c
21util/rblist.c
22util/counts.c
23util/strlist.c
24util/trace-event.c
25../lib/rbtree.c
26util/string.c
27util/symbol_fprintf.c
28