diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:05:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:05:51 +0000 |
commit | 5d1646d90e1f2cceb9f0828f4b28318cd0ec7744 (patch) | |
tree | a94efe259b9009378be6d90eb30d2b019d95c194 /tools/perf/util/python-ext-sources | |
parent | Initial commit. (diff) | |
download | linux-upstream.tar.xz linux-upstream.zip |
Adding upstream version 5.10.209.upstream/5.10.209upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tools/perf/util/python-ext-sources | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tools/perf/util/python-ext-sources b/tools/perf/util/python-ext-sources new file mode 100644 index 000000000..a9d9c142e --- /dev/null +++ b/tools/perf/util/python-ext-sources @@ -0,0 +1,37 @@ +# +# List of files needed by perf python extension +# +# Each source file must be placed on its own line so that it can be +# processed by Makefile and util/setup.py accordingly. +# + +util/python.c +../lib/ctype.c +util/cap.c +util/evlist.c +util/evsel.c +util/perf_event_attr_fprintf.c +util/cpumap.c +util/memswap.c +util/mmap.c +util/namespaces.c +../lib/bitmap.c +../lib/find_bit.c +../lib/hweight.c +../lib/string.c +../lib/vsprintf.c +util/thread_map.c +util/util.c +util/cgroup.c +util/parse-branch-options.c +util/rblist.c +util/counts.c +util/print_binary.c +util/strlist.c +util/trace-event.c +../lib/rbtree.c +util/string.c +util/symbol_fprintf.c +util/units.c +util/affinity.c +util/rwsem.c |