diff options
| author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2012-03-21 03:26:18 -0400 |
|---|---|---|
| committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2012-03-21 03:26:18 -0400 |
| commit | 3d04d42312eacc68fbcddea337f7eb34bc035dfb (patch) | |
| tree | 7211df5704b743a7667159748c670a9744164482 /tools/perf/util/python-ext-sources | |
| parent | c98291ee1ceac03912e24b3219fa6e7dc0d52f5e (diff) | |
| parent | 69a7aebcf019ab3ff5764525ad6858fbe23bb86d (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Diffstat (limited to 'tools/perf/util/python-ext-sources')
| -rw-r--r-- | tools/perf/util/python-ext-sources | 19 |
1 files changed, 19 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..2884e67ee625 --- /dev/null +++ b/tools/perf/util/python-ext-sources | |||
| @@ -0,0 +1,19 @@ | |||
| 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 | ||
| 18 | util/strlist.c | ||
| 19 | ../../lib/rbtree.c | ||
