Searched refs:tools (Results 1 – 25 of 600) sorted by relevance
12345678910>>...24
/Linux-v5.15/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 | 117 check_2 tools/$file $file $* 125 check_2 tools/perf/trace/beauty/$file $file $* 155 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl 156 check_2 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl arch/powerpc/kernel/syscalls/syscall.tbl 157 check_2 tools/perf/arch/s390/entry/syscalls/syscall.tbl arch/s390/kernel/syscalls/syscall.tbl 158 check_2 tools/perf/arch/mips/entry/syscalls/syscall_n64.tbl arch/mips/kernel/syscalls/syscall_n64.t… 165 check_2 tools/perf/util/hashmap.h tools/lib/bpf/hashmap.h 166 check_2 tools/perf/util/hashmap.c tools/lib/bpf/hashmap.c 168 cd tools/perf
|
D | Makefile.perf | 229 include $(srctree)/tools/build/Makefile.include 242 LIB_DIR = $(srctree)/tools/lib/api/ 243 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/ 244 BPF_DIR = $(srctree)/tools/lib/bpf/ 245 SUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 246 LIBPERF_DIR = $(srctree)/tools/lib/perf/ 247 DOC_DIR = $(srctree)/tools/perf/Documentation/ 263 include $(srctree)/tools/scripts/Makefile.arch 434 beauty_linux_dir := $(srctree)/tools/perf/trace/beauty/include/linux/ 435 linux_uapi_dir := $(srctree)/tools/include/uapi/linux [all …]
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/tools/testing/selftests/bpf/ |
D | test_bpftool_build.sh | 23 if [ ! -e tools/bpf/bpftool/Makefile ]; then 92 make_and_clean tools/bpf 100 make_with_tmpdir tools/bpf O 109 make_and_clean -C tools/bpf/bpftool 111 make_with_tmpdir -C tools/bpf/bpftool OUTPUT 113 make_with_tmpdir -C tools/bpf/bpftool O 116 cd tools/
|
/Linux-v5.15/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-v5.15/Documentation/dev-tools/ |
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 | kselftest.rst | 5 The kernel contains a set of "self tests" under the tools/testing/selftests/ 31 $ make -C tools/testing/selftests 35 $ make -C tools/testing/selftests run_tests 78 $ make -C tools/testing/selftests TARGETS=ptrace run_tests 97 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests 108 See the top-level tools/testing/selftests/Makefile for the list of all 116 $ make -C tools/testing/selftests hotplug 120 $ make -C tools/testing/selftests run_hotplug 129 tool) to install selftests in the default location (`tools/testing/selftests/kselftest_install`), 134 $ make -C tools/testing/selftests install [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-v5.15/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 52 include $(srctree)/tools/build/Makefile.include
|
/Linux-v5.15/tools/bpf/resolve_btfids/ |
D | Makefile | 23 OUTPUT ?= $(srctree)/tools/bpf/resolve_btfids/ 25 LIBBPF_SRC := $(srctree)/tools/lib/bpf/ 26 SUBCMD_SRC := $(srctree)/tools/lib/subcmd/ 47 -I$(srctree)/tools/include \ 48 -I$(srctree)/tools/include/uapi \ 55 include $(srctree)/tools/build/Makefile.include
|
/Linux-v5.15/tools/power/acpi/ |
D | Makefile.rules | 8 objdir := $(OUTPUT)tools/$(TOOL)/ 37 install-tools: 41 uninstall-tools: 45 install: all install-tools $(EXTRA_INSTALL) 46 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-v5.15/kernel/bpf/preload/ |
D | Makefile | 3 LIBBPF_SRCS = $(srctree)/tools/lib/bpf/ 13 userccflags += -I $(srctree)/tools/include/ -I $(srctree)/tools/include/uapi \ 14 -I $(srctree)/tools/lib/ -Wno-unused-result
|
/Linux-v5.15/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-v5.15/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-v5.15/arch/x86/ |
D | .gitignore | 3 tools/test_get_len 4 tools/insn_sanity 5 tools/insn_decoder_test
|
/Linux-v5.15/tools/build/ |
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-v5.15/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
|
/Linux-v5.15/tools/testing/selftests/rcutorture/bin/ |
D | torture.sh | 342 …torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$dura… 348 …torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus -… 354 …torture_set "scftorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --d… 378 …torture_set "rcuscale-$prim" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --al… 384 …torture_set "rcuscale-kvfree" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --a… 390 …torture_set "clocksourcewd-1" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4… 393 …torture_set "clocksourcewd-2" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4… 399 …torture_set "clocksourcewd-3" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4… 423 …RE_KCONFIG_KCSAN_ARG=1 tools/testing/selftests/rcutorture/bin/kcsan-collapse.sh tools/testing/self…
|
/Linux-v5.15/Documentation/bpf/ |
D | drgn.rst | 4 BPF drgn tools 12 This document describes BPF related drgn tools. 14 See `drgn/tools`_ for all tools available at the moment and `drgn/doc`_ for 104 diff --git a/tools/bpf_inspect.py b/tools/bpf_inspect.py 106 --- a/tools/bpf_inspect.py 107 +++ b/tools/bpf_inspect.py 211 .. _drgn/tools: https://github.com/osandov/drgn/tree/master/tools 213 https://github.com/osandov/drgn/blob/master/tools/bpf_inspect.py
|
/Linux-v5.15/tools/bpf/ |
D | Makefile | 12 CFLAGS += -D__EXPORTED_HEADERS__ -I$(srctree)/tools/include/uapi \ 13 -I$(srctree)/tools/include 50 include $(srctree)/tools/build/Makefile.feature 60 $(OUTPUT)%.yacc.c: $(srctree)/tools/bpf/%.y 63 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l 66 $(OUTPUT)%.o: $(srctree)/tools/bpf/%.c
|
/Linux-v5.15/kernel/bpf/preload/iterators/ |
D | Makefile | 8 LIBBPF_SRC := $(abspath ../../../../tools/lib/bpf) 11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../../../tools/lib) \ 12 -I$(abspath ../../../../tools/include/uapi) 56 $(Q)$(MAKE) $(submake_extras) -C ../../../../tools/bpf/bpftool \
|
12345678910>>...24