Linux Audio

Check our new training course

Loading...
v5.4
 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
 9../lib/ctype.c
10util/cap.c
11util/evlist.c
12util/evsel.c
 
13util/perf_event_attr_fprintf.c
14util/cpumap.c
15util/memswap.c
16util/mmap.c
17util/namespaces.c
18../lib/bitmap.c
19../lib/find_bit.c
 
20../lib/hweight.c
21../lib/string.c
22../lib/vsprintf.c
23util/thread_map.c
24util/util.c
25util/cgroup.c
26util/parse-branch-options.c
27util/rblist.c
28util/counts.c
29util/print_binary.c
30util/strlist.c
31util/trace-event.c
32../lib/rbtree.c
33util/string.c
34util/symbol_fprintf.c
35util/units.c
v6.8
 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
 9../lib/ctype.c
10util/cap.c
11util/evlist.c
12util/evsel.c
13util/evsel_fprintf.c
14util/perf_event_attr_fprintf.c
15util/cpumap.c
16util/memswap.c
17util/mmap.c
18util/namespaces.c
19../lib/bitmap.c
20../lib/find_bit.c
21../lib/list_sort.c
22../lib/hweight.c
23../lib/string.c
24../lib/vsprintf.c
25util/thread_map.c
26util/util.c
27util/cgroup.c
28util/parse-branch-options.c
29util/rblist.c
30util/counts.c
31util/print_binary.c
32util/strlist.c
33util/trace-event.c
34../lib/rbtree.c
35util/string.c
36util/symbol_fprintf.c
37util/units.c
38util/affinity.c
39util/rwsem.c
40util/hashmap.c
41util/perf_regs.c
42util/fncache.c
43util/rlimit.c
44util/perf-regs-arch/perf_regs_aarch64.c
45util/perf-regs-arch/perf_regs_arm.c
46util/perf-regs-arch/perf_regs_csky.c
47util/perf-regs-arch/perf_regs_loongarch.c
48util/perf-regs-arch/perf_regs_mips.c
49util/perf-regs-arch/perf_regs_powerpc.c
50util/perf-regs-arch/perf_regs_riscv.c
51util/perf-regs-arch/perf_regs_s390.c
52util/perf-regs-arch/perf_regs_x86.c