/linux-6.3-rc2/tools/perf/ |
A D | MANIFEST | 1 tools/perf 2 tools/arch 3 tools/scripts 4 tools/build 5 tools/include 6 tools/lib/api 7 tools/lib/bpf 8 tools/lib/subcmd 9 tools/lib/perf 11 tools/lib/ctype.c [all …]
|
A D | check-headers.sh | 118 check_2 tools/$file $file $* 126 check_2 tools/perf/trace/beauty/$file $file $* 158 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl 159 check_2 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl arch/powerpc/kernel/syscalls/syscall.tbl 160 check_2 tools/perf/arch/s390/entry/syscalls/syscall.tbl arch/s390/kernel/syscalls/syscall.tbl 161 check_2 tools/perf/arch/mips/entry/syscalls/syscall_n64.tbl arch/mips/kernel/syscalls/syscall_n64.t… 168 check_2 tools/perf/util/hashmap.h tools/lib/bpf/hashmap.h 169 check_2 tools/perf/util/hashmap.c tools/lib/bpf/hashmap.c 171 cd tools/perf
|
A D | Makefile.perf | 227 include $(srctree)/tools/build/Makefile.include 240 LIBAPI_DIR = $(srctree)/tools/lib/api/ 241 LIBBPF_DIR = $(srctree)/tools/lib/bpf/ 242 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 243 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/ 244 LIBPERF_DIR = $(srctree)/tools/lib/perf/ 261 include $(srctree)/tools/scripts/Makefile.arch 454 drm_hdr_dir := $(srctree)/tools/include/uapi/drm 624 arch_errno_hdr_dir := $(srctree)/tools 950 install-tools: all install-gtk [all …]
|
/linux-6.3-rc2/arch/x86/tools/ |
A D | Makefile | 16 reformatter = $(srctree)/arch/x86/tools/objdump_reformat.awk 17 chkobjdump = $(srctree)/arch/x86/tools/chkobjdump.awk 32 HOSTCFLAGS_insn_decoder_test.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x8… 34 HOSTCFLAGS_insn_sanity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/incl… 37 …tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/a… 39 …tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/a… 41 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
|
/linux-6.3-rc2/arch/alpha/boot/ |
A D | Makefile | 11 hostprogs := tools/mkbb tools/objstrip 13 vmlinux.nh tools/lxboot tools/bootlx tools/bootph \ 14 tools/bootpzh bootloader bootpheader bootpzheader 15 OBJSTRIP := $(obj)/tools/objstrip 22 ( cat $(obj)/tools/lxboot $(obj)/tools/bootlx $(obj)/vmlinux.nh ) > $@ 23 $(obj)/tools/mkbb $@ $(obj)/tools/lxboot 27 $(obj)/bootpfile: $(obj)/tools/bootph $(obj)/vmlinux.nh 28 cat $(obj)/tools/bootph $(obj)/vmlinux.nh > $@ 36 cat $(obj)/tools/bootpzh $(obj)/vmlinux.nh.gz > $@ 90 $(obj)/tools/lxboot: $(obj)/bootloader $(OBJSTRIP) FORCE [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/dev-tools/ |
A D | testing-overview.rst | 5 :Original: Documentation/dev-tools/testing-overview.rst 31 (Documentation/dev-tools/testing-overview.rst)辅助阅读。 34 KUnit(Documentation/dev-tools/kunit/index.rst)是用于“白箱”测 48 Documentation/dev-tools/kunit/style.rst 78 Documentation/dev-tools/kcov.rst 是能够构建在内核之中,用于在每个任务 92 Documentation/dev-tools/kmemleak.rst 94 Documentation/dev-tools/kasan.rst 96 Documentation/dev-tools/ubsan.rst 97 * KCSAN检测数据竞争。参阅 Documentation/dev-tools/kcsan.rst 99 参阅 Documentation/dev-tools/kfence.rst [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_bpftool_build.sh | 23 if [ ! -e tools/bpf/bpftool/Makefile ]; then 92 make_and_clean tools/bpf 96 make -C tools/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/tools/bpf/runqslower/ clean 104 make_with_tmpdir tools/bpf O 113 make_and_clean -C tools/bpf/bpftool 115 make_with_tmpdir -C tools/bpf/bpftool OUTPUT 117 make_with_tmpdir -C tools/bpf/bpftool O 120 cd tools/
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-bus-vmbus | 13 Users: tools/hv/lsvmbus 20 Users: tools/hv/lsvmbus 27 Users: tools/hv/lsvmbus 36 Users: tools/hv/lsvmbus 71 Users: tools/hv/lsvmbus and other debugging tools 78 Users: Debugging tools 87 Users: Debugging tools 94 Users: Debugging tools 103 Users: Debugging tools 110 Users: Debugging tools [all …]
|
/linux-6.3-rc2/tools/lib/thermal/ |
A D | Makefile | 64 -I$(srctree)/tools/lib/thermal/include \ 65 -I$(srctree)/tools/lib/ \ 66 -I$(srctree)/tools/include \ 67 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \ 68 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \ 69 -I$(srctree)/tools/include/uapi 85 include $(srctree)/tools/build/Makefile.include 102 ln -sf $(srctree)/$@ $(srctree)/tools/$@
|
/linux-6.3-rc2/tools/objtool/ |
A D | Makefile | 10 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 26 INCLUDES := -I$(srctree)/tools/include \ 27 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \ 28 -I$(srctree)/tools/arch/$(SRCARCH)/include \ 29 -I$(srctree)/tools/objtool/include \ 30 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \ 62 include $(srctree)/tools/build/Makefile.include
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | kselftest.rst | 39 $ make -C tools/testing/selftests 43 $ make -C tools/testing/selftests run_tests 124 $ make -C tools/testing/selftests hotplug 128 $ make -C tools/testing/selftests run_hotplug 142 $ make -C tools/testing/selftests install 177 $ make -C tools/testing/selftests gen_tar 184 $ make -C tools/testing/selftests gen_tar FORMAT=.xz 247 e.g: tools/testing/selftests/android/config 275 - ``tools/testing/selftests/kselftest_module.h`` 276 - ``tools/testing/selftests/kselftest/module.sh`` [all …]
|
A D | testing-overview.rst | 8 There are a number of different tools for testing the Linux kernel, so knowing 44 Documentation/dev-tools/kunit/style.rst 47 kselftest (Documentation/dev-tools/kselftest.rst), on the other hand, is 94 Some of these tools are listed below: 97 Documentation/dev-tools/kmemleak.rst 99 use-after-free errors. See Documentation/dev-tools/kasan.rst 101 overflows. See Documentation/dev-tools/ubsan.rst 102 * KCSAN detects data races. See Documentation/dev-tools/kcsan.rst 110 These tools tend to test the kernel as a whole, and do not "pass" like 115 Some of these tools integrate with KUnit or kselftest and will [all …]
|
A D | index.rst | 2 Development tools for the kernel 5 This document is a collection of documents about development tools that can 10 A brief overview of testing-specific tools can be found in 11 Documentation/dev-tools/testing-overview.rst
|
/linux-6.3-rc2/tools/power/acpi/ |
A D | Makefile.rules | 8 objdir := $(OUTPUT)tools/$(TOOL)/ 38 install-tools: 42 uninstall-tools: 46 install: all install-tools $(EXTRA_INSTALL) 47 uninstall: uninstall-tools $(EXTRA_UNINSTALL)
|
A D | Makefile | 18 $(call descend,tools/$@,all) 20 $(call descend,tools/$(@:_clean=),clean) 22 $(call descend,tools/$(@:_install=),install) 24 $(call descend,tools/$(@:_uninstall=),uninstall)
|
/linux-6.3-rc2/tools/thermal/lib/ |
A D | Makefile | 64 -I$(srctree)/tools/lib/thermal/include \ 65 -I$(srctree)/tools/lib/ \ 66 -I$(srctree)/tools/include \ 67 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \ 68 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \ 69 -I$(srctree)/tools/include/uapi 84 include $(srctree)/tools/build/Makefile.include
|
/linux-6.3-rc2/tools/thermal/thermal-engine/ |
A 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
|
/linux-6.3-rc2/arch/powerpc/ |
A D | Makefile.postlink | 15 cmd_head_check = $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/head_check.sh "$(NM)" "$@" 20 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@" ; \ 21 $(BASH) $(srctree)/arch/powerpc/tools/unrel_branch_check.sh "$(OBJDUMP)" "$(NM)" "$@" 24 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@"
|
/linux-6.3-rc2/tools/bpf/resolve_btfids/ |
A D | Makefile | 30 OUTPUT ?= $(srctree)/tools/bpf/resolve_btfids/ 32 LIBBPF_SRC := $(srctree)/tools/lib/bpf/ 33 SUBCMD_SRC := $(srctree)/tools/lib/subcmd/ 71 -I$(srctree)/tools/include \ 72 -I$(srctree)/tools/include/uapi \ 80 include $(srctree)/tools/build/Makefile.include
|
/linux-6.3-rc2/arch/x86/ |
A D | .gitignore | 3 tools/test_get_len 4 tools/insn_sanity 5 tools/insn_decoder_test
|
/linux-6.3-rc2/tools/lib/perf/ |
A D | Makefile | 65 -I$(srctree)/tools/lib/perf/include \ 66 -I$(srctree)/tools/lib/ \ 67 -I$(srctree)/tools/include \ 68 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \ 69 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \ 70 -I$(srctree)/tools/include/uapi 84 include $(srctree)/tools/build/Makefile.include 99 LIB_DIR := $(srctree)/tools/lib/api/
|
/linux-6.3-rc2/Documentation/dev-tools/kunit/ |
A D | run_wrapper.rst | 19 ./tools/testing/kunit/kunit.py run 59 ./tools/testing/kunit/kunit.py run --help 96 This means that we can use other tools 111 ./tools/testing/kunit/kunit.py config 118 ./tools/testing/kunit/kunit.py build 126 ./tools/testing/kunit/kunit.py exec 141 ./tools/testing/kunit/kunit.py run --raw_output 153 dmesg | ./tools/testing/kunit/kunit.py parse 208 ./tools/testing/kunit/kunit.py run \ 219 ``tools/testing/kunit/qemu_configs/x86_64.py``. [all …]
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | Build.txt | 21 - tools/build/Makefile.build 24 - tools/build/Build.include 30 Please refer to tools/build/Documentation/Build.txt for more 53 $ cd tools/perf 60 $ cd tools/perf 69 $ cd tools/perf
|
/linux-6.3-rc2/tools/build/ |
A D | Makefile.include | 2 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 5 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep 8 $(Q)$(MAKE) -C $(srctree)/tools/build clean
|
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/ |
A D | torture.sh | 368 …torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$dura… 374 …torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus -… 387 …torture_set "rcurttorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$du… 391 …torture_set "rcurttorture-exp" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration … 457 …torture_set "rcuscale-$prim" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --al… 485 …torture_set "rcuscale-$prim$torture_suffix" tools/testing/selftests/rcutorture/bin/kvm-again.sh "`… 495 …torture_set "rcuscale-kvfree" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --a… 501 …torture_set "clocksourcewd-1" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4… 504 …torture_set "clocksourcewd-2" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4… 510 …torture_set "clocksourcewd-3" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4… [all …]
|