| /linux/tools/perf/ |
| H A D | MANIFEST | 3 arch/arm64/tools/gen-sysreg.awk 4 arch/arm64/tools/syscall_64.tbl 5 arch/arm64/tools/sysreg 8 tools/perf 9 tools/arch 10 tools/scripts 11 tools/build 12 tools/include 13 tools/lib/api 14 tools/lib/bpf [all …]
|
| H A D | check-headers.sh | 200 check_2 tools/perf/arch/x86/entry/syscalls/syscall_32.tbl arch/x86/entry/syscalls/syscall_32.tbl 201 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl 202 check_2 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl arch/powerpc/kernel/syscalls/syscall.tbl 203 check_2 tools/perf/arch/s390/entry/syscalls/syscall.tbl arch/s390/kernel/syscalls/syscall.tbl 204 check_2 tools/perf/arch/mips/entry/syscalls/syscall_n64.tbl arch/mips/kernel/syscalls/syscall_n64.t… 205 check_2 tools/perf/arch/arm/entry/syscalls/syscall.tbl arch/arm/tools/syscall.tbl 206 check_2 tools/perf/arch/sh/entry/syscalls/syscall.tbl arch/sh/kernel/syscalls/syscall.tbl 207 check_2 tools/perf/arch/sparc/entry/syscalls/syscall.tbl arch/sparc/kernel/syscalls/syscall.tbl 208 check_2 tools/perf/arch/xtensa/entry/syscalls/syscall.tbl arch/xtensa/kernel/syscalls/syscall.tbl 209 check_2 tools/perf/arch/alpha/entry/syscalls/syscall.tbl arch/alpha/entry/syscalls/syscall.tbl [all …]
|
| H A D | Makefile.perf | 156 SOURCE := $(shell ln -sfn $(srctree)/tools/perf $(OUTPUT)/source) 278 include $(srctree)/tools/build/Makefile.include 291 LIBAPI_DIR = $(srctree)/tools/lib/api/ 292 LIBBPF_DIR = $(srctree)/tools/lib/bpf/ 293 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 294 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/ 295 LIBPERF_DIR = $(srctree)/tools/lib/perf/ 296 DOC_DIR = $(srctree)/tools/perf/Documentation/ 312 include $(srctree)/tools/scripts/Makefile.arch 494 arm64_gen_sysreg_dir := $(srctree)/tools/arch/arm64/tools [all …]
|
| /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 | 17 # Assume script is located under tools/testing/selftests/bpf/. We want to start 23 if [ ! -e tools/bpf/bpftool/Makefile ]; then 92 make_and_clean tools/bpf 97 # make_with_tmpdir tools/bpf OUTPUT 98 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n" 100 make_with_tmpdir tools/bpf O 102 echo -e "skip: make tools/bpf (no .config found)\n" 103 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n" 104 echo -e "skip: make tools/bpf O=<dir> (no .config found)\n" 109 make_and_clean -C tools/bp [all...] |
| /linux/tools/testing/selftests/net/ |
| H A D | ynl.mk | 19 -I$(top_srcdir)/tools/net/ynl/lib/ \ 20 -I$(top_srcdir)/tools/net/ynl/generated/ 30 $(Q)rm -f $(top_srcdir)/tools/net/ynl/libynl.a 31 $(Q)$(MAKE) -C $(top_srcdir)/tools/net/ynl \ 33 $(Q)cp $(top_srcdir)/tools/net/ynl/libynl.a $(OUTPUT)/libynl.a 36 $(top_srcdir)/tools/net/ynl/pyynl/__pycache__ \ 37 $(top_srcdir)/tools/net/ynl/pyynl/lib/__pycache__ \ 38 $(top_srcdir)/tools/net/ynl/lib/*.[ado] \
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | checktransupdate.rst | 31 tools/docs/checktransupdate.py --help 37 - ``tools/docs/checktransupdate.py -l zh_CN`` 39 - ``tools/docs/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")
|
| /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/objtool/ |
| H A D | Makefile | 32 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 53 INCLUDES := -I$(srctree)/tools/include \ 54 -I$(srctree)/tools/include/uapi \ 55 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \ 56 -I$(srctree)/tools/arch/$(SRCARCH)/include \ 57 -I$(srctree)/tools/objtool/include \ 58 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \ 80 include $(srctree)/tools/build/Makefile.feature 100 include $(srctree)/tools/build/Makefile.include
|
| /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/Documentation/ |
| H A D | Makefile | 11 $(shell $(srctree)/tools/docs/documentation-file-ref-check --warn) 16 $(shell $(srctree)/tools/docs/get_abi.py --dir $(srctree)/Documentation/ABI validate) 36 BUILD_WRAPPER = $(srctree)/tools/docs/sphinx-build-wrapper 50 @$(srctree)/tools/docs/sphinx-pre-install 58 $(srctree)/tools/docs/sphinx-pre-install --version-check 72 @tools/docs/gen-redirects.py --output $(BUILDDIR) < $< 75 $(Q)cd $(srctree); tools/docs/documentation-file-ref-check
|
| /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/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 110 $ HOSTCC=clang CC=clang CXX=clang++ make -C tools/perf [all …]
|
| /linux/Documentation/doc-guide/ |
| H A D | checktransupdate.rst | 30 tools/docs/checktransupdate.py --help 36 - ``tools/docs/checktransupdate.py -l zh_CN`` 38 - ``tools/docs/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst… 45 Documentation/dev-tools/kfence.rst 48 Documentation/translations/zh_CN/dev-tools/testing-overview.rst 49 commit 42fb9cfd5b18 ("Documentation: dev-tools: Add link to RV docs")
|
| /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 …]
|
| /linux/tools/thermal/lib/ |
| H A D | Makefile | 51 -I$(srctree)/tools/lib/thermal/include \ 52 -I$(srctree)/tools/lib/ \ 53 -I$(srctree)/tools/include \ 54 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \ 55 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \ 56 -I$(srctree)/tools/include/uapi 71 include $(srctree)/tools/build/Makefile.include
|
| /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/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/util/intel-pt-decoder/ |
| H A D | Build | 3 inat_tables_script = $(srctree)/tools/arch/x86/tools/gen-insn-attr-x86.awk 4 inat_tables_maps = $(srctree)/tools/arch/x86/lib/x86-opcode-map.txt 12 $(OUTPUT)util/intel-pt-decoder/inat.o: $(srctree)/tools/arch/x86/lib/inat.c $(OUTPUT)util/intel-pt-… 18 $(OUTPUT)util/intel-pt-decoder/insn.o: $(srctree)/tools/arch/x86/lib/insn.c
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | Makefile | 25 -fno-stack-protector -include $(top_srcdir)/tools/include/nolibc/nolibc.h \ 26 -I$(top_srcdir)/tools/include/nolibc/ $(KHDR_INCLUDES) 39 $(OUTPUT)/vdso_test_getrandom: CFLAGS += -isystem $(top_srcdir)/tools/include \ 44 $(OUTPUT)/vdso_test_chacha: CFLAGS += -idirafter $(top_srcdir)/tools/include \ 45 -idirafter $(top_srcdir)/tools/include/generated \
|