Searched refs:tools (Results 1 – 25 of 659) sorted by relevance
12345678910>>...27
/Linux-v6.1/tools/perf/ |
D | MANIFEST | 1 tools/perf 2 tools/arch 3 tools/scripts 4 tools/build 5 tools/include 6 tools/lib/traceevent 7 tools/lib/api 8 tools/lib/bpf 9 tools/lib/subcmd 10 tools/lib/perf [all …]
|
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
|
D | Makefile.perf | 231 include $(srctree)/tools/build/Makefile.include 244 LIB_DIR = $(srctree)/tools/lib/api/ 245 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/ 246 LIBBPF_DIR = $(srctree)/tools/lib/bpf/ 247 SUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 248 LIBPERF_DIR = $(srctree)/tools/lib/perf/ 249 DOC_DIR = $(srctree)/tools/perf/Documentation/ 265 include $(srctree)/tools/scripts/Makefile.arch 440 beauty_linux_dir := $(srctree)/tools/perf/trace/beauty/include/linux/ 441 linux_uapi_dir := $(srctree)/tools/include/uapi/linux [all …]
|
/Linux-v6.1/arch/x86/tools/ |
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-v6.1/arch/alpha/boot/ |
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 21 $(obj)/bootimage: $(addprefix $(obj)/tools/,mkbb lxboot bootlx) $(obj)/vmlinux.nh 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 > $@ 35 $(obj)/bootpzfile: $(obj)/tools/bootpzh $(obj)/vmlinux.nh.gz [all …]
|
/Linux-v6.1/Documentation/translations/zh_CN/dev-tools/ |
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 50 kselftest(Documentation/dev-tools/kselftest.rst),相对来说,大量用 73 Documentation/translations/zh_CN/dev-tools/gcov.rst 是GCC的覆盖率测试 78 Documentation/dev-tools/kcov.rst 是能够构建在内核之中,用于在每个任务 92 Documentation/dev-tools/kmemleak.rst 94 Documentation/dev-tools/kasan.rst 96 Documentation/dev-tools/ubsan.rst [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
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-v6.1/Documentation/ABI/stable/ |
D | sysfs-bus-vmbus | 13 Users: tools/hv/lsvmbus 20 Users: tools/hv/lsvmbus 27 Users: tools/hv/lsvmbus 36 Users: tools/hv/lsvmbus 43 Users: tools/hv/lsvmbus and user level RDMA libraries 50 Users: tools/hv/lsvmbus and user level RDMA libraries 71 Users: tools/hv/lsvmbus and other debugging tools 78 Users: Debugging tools 87 Users: Debugging tools 94 Users: Debugging tools [all …]
|
/Linux-v6.1/tools/objtool/ |
D | Makefile | 15 SUBCMD_SRCDIR = $(srctree)/tools/lib/subcmd/ 27 INCLUDES := -I$(srctree)/tools/include \ 28 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \ 29 -I$(srctree)/tools/arch/$(SRCARCH)/include \ 30 -I$(srctree)/tools/objtool/include \ 31 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include 50 include $(srctree)/tools/build/Makefile.include
|
/Linux-v6.1/tools/lib/thermal/ |
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-v6.1/Documentation/dev-tools/ |
D | kselftest.rst | 5 The kernel contains a set of "self tests" under the tools/testing/selftests/ 39 $ make -C tools/testing/selftests 43 $ make -C tools/testing/selftests run_tests 86 $ make -C tools/testing/selftests TARGETS=ptrace run_tests 105 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests 116 See the top-level tools/testing/selftests/Makefile for the list of all 124 $ make -C tools/testing/selftests hotplug 128 $ make -C tools/testing/selftests run_hotplug 137 tool) to install selftests in the default location (`tools/testing/selftests/kselftest_install`), 142 $ make -C tools/testing/selftests install [all …]
|
D | testing-overview.rst | 8 There are a number of different tools for testing the Linux kernel, so knowing 28 KUnit (Documentation/dev-tools/kunit/index.rst) is an entirely in-kernel system 44 Documentation/dev-tools/kunit/style.rst 47 kselftest (Documentation/dev-tools/kselftest.rst), on the other hand, is 69 The Linux Kernel supports two different code coverage measurement tools. These 74 Documentation/dev-tools/gcov.rst is GCC's coverage testing tool, which can be 79 Documentation/dev-tools/kcov.rst is a feature which can be built in to the 88 The kernel also supports a number of dynamic analysis tools, which attempt to 94 Some of these tools are listed below: 97 Documentation/dev-tools/kmemleak.rst [all …]
|
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-v6.1/tools/power/acpi/ |
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)
|
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-v6.1/tools/thermal/lib/ |
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-v6.1/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
|
/Linux-v6.1/tools/bpf/resolve_btfids/ |
D | Makefile | 30 OUTPUT ?= $(srctree)/tools/bpf/resolve_btfids/ 32 LIBBPF_SRC := $(srctree)/tools/lib/bpf/ 33 SUBCMD_SRC := $(srctree)/tools/lib/subcmd/ 60 -I$(srctree)/tools/include \ 61 -I$(srctree)/tools/include/uapi \ 68 include $(srctree)/tools/build/Makefile.include
|
/Linux-v6.1/arch/powerpc/ |
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-v6.1/Documentation/dev-tools/kunit/ |
D | index.rst | 32 :doc:`KTAP (Kernel - Test Anything Protocol) format</dev-tools/ktap>`. 47 In addition, KUnit has kunit_tool, a script (``tools/testing/kunit/kunit.py``) 103 * Documentation/dev-tools/kunit/start.rst - for KUnit new users. 104 * Documentation/dev-tools/kunit/architecture.rst - KUnit architecture. 105 * Documentation/dev-tools/kunit/run_wrapper.rst - run kunit_tool. 106 * Documentation/dev-tools/kunit/run_manual.rst - run tests without kunit_tool. 107 * Documentation/dev-tools/kunit/usage.rst - write tests. 108 * Documentation/dev-tools/kunit/tips.rst - best practices with 110 * Documentation/dev-tools/kunit/api/index.rst - KUnit APIs 112 * Documentation/dev-tools/kunit/faq.rst - KUnit common questions and
|
D | run_wrapper.rst | 9 manually, see: Documentation/dev-tools/kunit/run_manual.rst. 19 ./tools/testing/kunit/kunit.py run 33 ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all` 53 ./tools/testing/kunit/kunit.py run --kunitconfig=fs/ext4/.kunitconfig 59 ./tools/testing/kunit/kunit.py run --help 67 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/testing/kunit/configs… 81 cp tools/testing/kunit/configs/default.config .kunit/.kunitconfig 96 This means that we can use other tools 111 ./tools/testing/kunit/kunit.py config 118 ./tools/testing/kunit/kunit.py build [all …]
|
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/ |
D | torture.sh | 350 …torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$dura… 356 …torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus -… 362 …torture_set "scftorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --d… 369 …torture_set "rcurttorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$du… 373 …torture_set "rcurttorture-exp" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration … 397 …torture_set "rcuscale-$prim" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --al… 403 …torture_set "rcuscale-kvfree" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --a… 409 …torture_set "clocksourcewd-1" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4… 412 …torture_set "clocksourcewd-2" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4… 418 …torture_set "clocksourcewd-3" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4… [all …]
|
/Linux-v6.1/tools/lib/perf/ |
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-v6.1/arch/x86/ |
D | .gitignore | 3 tools/test_get_len 4 tools/insn_sanity 5 tools/insn_decoder_test
|
/Linux-v6.1/tools/perf/Documentation/ |
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
|
12345678910>>...27