/linux/tools/perf/ |
H A D | MANIFEST | 1 arch/arm64/tools/gen-sysreg.awk 2 arch/arm64/tools/sysreg 3 tools/perf 4 tools/arch 5 tools/scripts 6 tools/build 7 tools/include 8 tools/lib/api 9 tools/lib/bpf 10 tools/lib/subcmd [all …]
|
H A D | Makefile.perf | 167 SOURCE := $(shell ln -sf $(srctree)/tools/perf $(OUTPUT)/source) 283 include $(srctree)/tools/build/Makefile.include 296 LIBAPI_DIR = $(srctree)/tools/lib/api/ 297 LIBBPF_DIR = $(srctree)/tools/lib/bpf/ 298 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 299 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/ 300 LIBPERF_DIR = $(srctree)/tools/lib/perf/ 301 DOC_DIR = $(srctree)/tools/perf/Documentation/ 317 include $(srctree)/tools/scripts/Makefile.arch 496 arm64_gen_sysreg_dir := $(srctree)/tools/arch/arm64/tools [all …]
|
H A D | check-headers.sh | 199 check_2 tools/perf/arch/x86/entry/syscalls/syscall_32.tbl arch/x86/entry/syscalls/syscall_32.tbl 200 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl 201 check_2 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl arch/powerpc/kernel/syscalls/syscall.tbl 202 check_2 tools/perf/arch/s390/entry/syscalls/syscall.tbl arch/s390/kernel/syscalls/syscall.tbl 203 check_2 tools/perf/arch/mips/entry/syscalls/syscall_n64.tbl arch/mips/kernel/syscalls/syscall_n64.t… 211 check_2 tools/perf/util/hashmap.h tools/lib/bpf/hashmap.h 212 check_2 tools/perf/util/hashmap.c tools/lib/bpf/hashmap.c 218 cd tools/perf || exit
|
/linux/arch/x86/tools/ |
H 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/arch/alpha/boot/ |
H 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 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/Documentation/translations/zh_TW/dev-tools/ |
H 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 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/Documentation/translations/zh_CN/dev-tools/ |
H 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 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/tools/include/uapi/ |
H A D | README | 1 Why we want a copy of kernel headers in tools? 4 There used to be no copies, with tools/ code using kernel headers 5 directly. From time to time tools/perf/ broke due to legitimate kernel 18 $ ls -1 tools/perf/trace/beauty/*.sh | head -5 19 tools/perf/trace/beauty/arch_errno_names.sh 20 tools/perf/trace/beauty/drm_ioctl.sh 21 tools/perf/trace/beauty/fadvise.sh 22 tools/perf/trace/beauty/fsconfig.sh 23 tools/perf/trace/beauty/fsmount.sh 25 $ tools/perf/trace/beauty/fadvise.sh [all …]
|
/linux/tools/testing/selftests/bpf/ |
H 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/tools/testing/selftests/net/ |
H A D | ynl.mk | 16 -I$(top_srcdir)/tools/net/ynl/lib/ \ 17 -I$(top_srcdir)/tools/net/ynl/generated/ 20 $(Q)$(MAKE) -C $(top_srcdir)/tools/net/ynl GENS="$(YNL_GENS)" libynl.a 21 $(Q)cp $(top_srcdir)/tools/net/ynl/libynl.a $(OUTPUT)/libynl.a 24 $(top_srcdir)/tools/net/ynl/lib/__pycache__ \ 25 $(top_srcdir)/tools/net/ynl/lib/*.[ado]
|
/linux/Documentation/ABI/stable/ |
H 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 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/tools/lib/thermal/ |
H 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/$@ 126 $(srctree)/tools/$(THERMAL_UAPI)
|
/linux/Documentation/dev-tools/kunit/api/ |
H A D | index.rst | 23 Documentation/dev-tools/kunit/api/test.rst 27 Documentation/dev-tools/kunit/api/resource.rst 31 Documentation/dev-tools/kunit/api/functionredirection.rst 38 Documentation/dev-tools/kunit/api/clk.rst 42 Documentation/dev-tools/kunit/api/of.rst 46 Documentation/dev-tools/kunit/api/platformdevice.rst
|
/linux/tools/testing/selftests/net/rds/ |
H A D | README.txt | 18 -d Log directory. Defaults to tools/testing/selftests/net/rds/rds_logs 29 tools/testing/selftests/net/rds/config.sh -g 32 tools/testing/selftests/net/rds/config.sh 35 vng --build --config tools/testing/selftests/net/config 39 "export PYTHONPATH=tools/testing/selftests/net/; tools/testing/selftests/net/rds/run.sh" 41 An HTML coverage report will be output in tools/testing/selftests/net/rds/rds_logs/coverage/.
|
/linux/tools/objtool/ |
H 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 \ 66 include $(srctree)/tools/build/Makefile.include
|
/linux/Documentation/dev-tools/ |
H A 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 …]
|
H A D | kselftest.rst | 5 The kernel contains a set of "self tests" under the tools/testing/selftests/ 40 $ make -C tools/testing/selftests 44 $ make -C tools/testing/selftests run_tests 87 $ make -C tools/testing/selftests TARGETS=ptrace run_tests 106 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests 117 See the top-level tools/testing/selftests/Makefile for the list of all 125 $ make -C tools/testing/selftests hotplug 129 $ make -C tools/testing/selftests run_hotplug 138 tool) to install selftests in the default location (`tools/testing/selftests/kselftest_install`), 143 $ make -C tools/testing/selftests install [all …]
|
/linux/tools/power/acpi/ |
H 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)
|
H 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/tools/thermal/lib/ |
H 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/drivers/gpu/drm/ci/ |
H A D | build-igt.sh | 16 output=$(/igt/libexec/igt-gpu-tools/"$test" --list-subtests || true) 26 done < /igt/libexec/igt-gpu-tools/test-list.txt > /igt/libexec/igt-gpu-tools/ci-testlist.txt 30 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout 31 cd igt-gpu-tools
|
/linux/tools/thermal/thermal-engine/ |
H 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/tools/perf/Documentation/ |
H 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 85 $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -C tools/perf 90 LDFLAGS="-static" -C tools/perf 97 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -C tools/perf
|
/linux/arch/powerpc/ |
H 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/Documentation/translations/zh_CN/doc-guide/ |
H A D | checktransupdate.rst | 39 - ``./scripts/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst`` 46 Documentation/dev-tools/kfence.rst 49 Documentation/translations/zh_CN/dev-tools/testing-overview.rst 50 commit 42fb9cfd5b18 ("Documentation: dev-tools: Add link to RV docs")
|