mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
915b0882c3
So that lib/find_bit.c doesn't requires anything inside tools/perf/ Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Borislav Petkov <bp@suse.de> Cc: David Ahern <dsahern@gmail.com> Cc: George Spelvin <linux@horizon.com Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Cc: Wang Nan <wangnan0@huawei.com> Cc: Yury Norov <yury.norov@gmail.com> Link: http://lkml.kernel.org/n/tip-7lxe7jgohaac5faodndhdmvk@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
26 lines
448 B
Plaintext
26 lines
448 B
Plaintext
#
|
|
# 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
|
|
util/ctype.c
|
|
util/evlist.c
|
|
util/evsel.c
|
|
util/cpumap.c
|
|
../lib/bitmap.c
|
|
../lib/find_bit.c
|
|
../lib/hweight.c
|
|
util/thread_map.c
|
|
util/util.c
|
|
util/xyarray.c
|
|
util/cgroup.c
|
|
util/rblist.c
|
|
util/counts.c
|
|
util/strlist.c
|
|
util/trace-event.c
|
|
../lib/rbtree.c
|
|
util/string.c
|