]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - tools/perf/util/python-ext-sources
perf tools: Add filename__read_str util function
[mirror_ubuntu-hirsute-kernel.git] / tools / perf / util / python-ext-sources
CommitLineData
6a5c13af 1#
3fd44cd4 2# List of files needed by perf python extension
6a5c13af
NK
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
3ab484b8 13util/hweight.c
6a5c13af
NK
14util/thread_map.c
15util/util.c
16util/xyarray.c
17util/cgroup.c
3ab484b8 18util/rblist.c
b52956c9 19util/strlist.c
4299a549 20util/fs.c
b52956c9 21../../lib/rbtree.c