/tools/perf/ |
D | MANIFEST | 6 tools/lib/api 7 tools/lib/bpf 8 tools/lib/subcmd 9 tools/lib/perf 10 tools/lib/argv_split.c 11 tools/lib/ctype.c 12 tools/lib/hweight.c 13 tools/lib/rbtree.c 14 tools/lib/string.c 15 tools/lib/symbol [all …]
|
D | check-headers.sh | 161 check arch/x86/lib/memcpy_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU… 162 check arch/x86/lib/memset_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU… 169 check lib/ctype.c '-I "^EXPORT_SYMBOL" -I "^#include <linux/export.h>" -B' 170 check lib/list_sort.c '-I "^#include <linux/bug.h>"' 184 check_2 tools/perf/util/hashmap.h tools/lib/bpf/hashmap.h 185 check_2 tools/perf/util/hashmap.c tools/lib/bpf/hashmap.c
|
/tools/testing/selftests/bpf/prog_tests/ |
D | subskeleton.c | 10 struct test_subskeleton_lib *lib = test_subskeleton_lib__open(obj); in subskeleton_lib_setup() local 12 if (!ASSERT_OK_PTR(lib, "open subskeleton")) in subskeleton_lib_setup() 15 *lib->rodata.var1 = 1; in subskeleton_lib_setup() 16 *lib->data.var2 = 2; in subskeleton_lib_setup() 17 lib->bss.var3->var3_1 = 3; in subskeleton_lib_setup() 18 lib->bss.var3->var3_2 = 4; in subskeleton_lib_setup() 20 test_subskeleton_lib__destroy(lib); in subskeleton_lib_setup() 25 struct test_subskeleton_lib *lib = test_subskeleton_lib__open(obj); in subskeleton_lib_subresult() local 28 if (!ASSERT_OK_PTR(lib, "open subskeleton")) in subskeleton_lib_subresult() 31 result = *lib->bss.libout1; in subskeleton_lib_subresult() [all …]
|
/tools/power/pm-graph/ |
D | Makefile | 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 18 install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
/tools/testing/selftests/kvm/ |
D | Makefile | 20 LIBKVM += lib/assert.c 21 LIBKVM += lib/elf.c 22 LIBKVM += lib/guest_modes.c 23 LIBKVM += lib/io.c 24 LIBKVM += lib/kvm_util.c 25 LIBKVM += lib/memstress.c 26 LIBKVM += lib/guest_sprintf.c 27 LIBKVM += lib/rbtree.c 28 LIBKVM += lib/sparsebit.c 29 LIBKVM += lib/test_util.c [all …]
|
/tools/power/cpupower/ |
D | .gitignore | 9 lib/.libs 10 lib/cpufreq.lo 11 lib/cpufreq.o 12 lib/proc.lo 13 lib/proc.o 14 lib/sysfs.lo 15 lib/sysfs.o
|
/tools/testing/radix-tree/ |
D | Makefile | 3 CFLAGS += -I. -I../../include -I../../../lib -g -Og -Wall \ 32 idr-test.o: ../../../lib/test_ida.c 44 vpath %.c ../../lib 52 ../../../lib/radix-tree.h \ 55 radix-tree.c: ../../../lib/radix-tree.c 58 idr.c: ../../../lib/idr.c 61 xarray.o: ../../../lib/xarray.c ../../../lib/test_xarray.c 63 maple.o: ../../../lib/maple_tree.c ../../../lib/test_maple_tree.c
|
/tools/perf/util/ |
D | python-ext-sources | 9 ../lib/ctype.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 34 ../lib/rbtree.c
|
/tools/thermal/thermal-engine/ |
D | Makefile | 12 CFLAGS += -I$(srctree)/tools/thermal/lib 13 CFLAGS += -I$(srctree)/tools/lib/thermal/include 15 LDFLAGS = -L$(srctree)/tools/thermal/lib 16 LDFLAGS += -L$(srctree)/tools/lib/thermal
|
/tools/objtool/arch/x86/ |
D | Build | 5 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.txt 7 $(OUTPUT)arch/x86/lib/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) 11 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c 13 CFLAGS_decode.o += -I$(OUTPUT)arch/x86/lib
|
/tools/objtool/ |
D | Build | 19 $(OUTPUT)libstring.o: ../lib/string.c FORCE 23 $(OUTPUT)libctype.o: ../lib/ctype.c FORCE 27 $(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE 31 $(OUTPUT)librbtree.o: ../lib/rbtree.c FORCE
|
/tools/testing/selftests/ |
D | kselftest_deps.sh | 261 for lib in $test_libs; do 264 $CC -o $tmp_file.bin $lib $tmp_file > /dev/null 2>&1 266 echo "FAIL: $test dependency check: $lib" >> $fail 268 fail_libs+="$lib " 273 echo "PASS: $test dependency check passed $lib" >> $pass 275 pass_libs+="$lib "
|
/tools/power/cpupower/bench/ |
D | Makefile | 12 $(OUTPUT)../lib/cpufreq.o $(OUTPUT)../lib/cpupower.o 18 CFLAGS += -D_GNU_SOURCE -I../lib -DDEFAULT_CONFIG_FILE=\"$(confdir)/cpufreq-bench.conf\"
|
/tools/crypto/ccp/ |
D | dbc.py | 26 lib = ctypes.CDLL("./dbc_library.so", mode=ctypes.RTLD_GLOBAL) variable 37 ret = lib.get_nonce(device.fileno(), ctypes.byref(buf), signature) 48 ret = lib.set_uid(device.fileno(), new_uid, signature) 61 ret = lib.process_param(device.fileno(), message[0], ctypes.pointer(sig), ctypes.pointer(arg))
|
/tools/net/ynl/samples/ |
D | Makefile | 7 -I../lib/ -I../generated/ -idirafter $(UAPI_PATH) 12 LDLIBS=-lmnl ../lib/ynl.a ../generated/protos.a 21 $(BINS): ../lib/ynl.a ../generated/protos.a
|
/tools/perf/tests/shell/ |
D | probe_vfs_getname.sh | 7 . "$(dirname $0)"/lib/probe.sh 11 . "$(dirname $0)"/lib/probe_vfs_getname.sh
|
D | trace+probe_vfs_getname.sh | 13 . "$(dirname $0)"/lib/probe.sh 18 . "$(dirname $0)"/lib/probe_vfs_getname.sh
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | README-PLUGINS | 6 plugin-lib/ 9 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py 10 20-valgrindPlugin.py -> ../plugin-lib/valgrindPlugin.py 11 30-nsPlugin.py -> ../plugin-lib/nsPlugin.py
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | Makefile | 30 include ../../../lib.mk 32 $(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c \ 37 $(OUTPUT)/lost_exception_test: ../lib.c
|
/tools/testing/crypto/chacha20-s390/ |
D | Makefile | 10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules 12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
|
/tools/testing/selftests/drivers/net/dsa/ |
D | Makefile | 14 TEST_PROGS_EXTENDED := lib.sh tc_common.sh 18 include ../../../lib.mk
|
/tools/ |
D | Makefile | 79 $(call descend,lib/api) 99 $(call descend,lib/$@) 138 $(call descend,lib/$(@:_install=),install) 176 $(call descend,lib/api,clean) 179 $(call descend,lib/bpf,clean) 182 $(call descend,lib/subcmd,clean) 192 $(call descend,lib/thermal,clean)
|
/tools/thermal/thermometer/ |
D | Makefile | 12 CFLAGS += -I$(srctree)/tools/thermal/lib 14 LDFLAGS = -L$(srctree)/tools/thermal/lib
|
/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
D | Makefile | 13 include ../../../lib.mk 15 $(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c ../sampling_tests/misc.h ../sa…
|
/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
D | Makefile | 13 include ../../../lib.mk 15 $(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c misc.c misc.h ../loop.S ../bra…
|