diff options
Diffstat (limited to 'tools/perf/util/python-ext-sources')
| -rw-r--r-- | tools/perf/util/python-ext-sources | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/perf/util/python-ext-sources b/tools/perf/util/python-ext-sources new file mode 100644 index 000000000000..ff606f482a7c --- /dev/null +++ b/tools/perf/util/python-ext-sources | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | |||
| 8 | util/python.c | ||
| 9 | util/ctype.c | ||
| 10 | util/evlist.c | ||
| 11 | util/evsel.c | ||
| 12 | util/cpumap.c | ||
| 13 | util/thread_map.c | ||
| 14 | util/util.c | ||
| 15 | util/xyarray.c | ||
| 16 | util/cgroup.c | ||
| 17 | util/debugfs.c | ||
