Home
last modified time | relevance | path

Searched refs:tools (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/linux/tools/perf/
H A DMANIFEST3 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 Dcheck-headers.sh198 check_2 tools/perf/arch/x86/entry/syscalls/syscall_32.tbl arch/x86/entry/syscalls/syscall_32.tbl
199 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
200 check_2 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl arch/powerpc/kernel/syscalls/syscall.tbl
201 check_2 tools/perf/arch/s390/entry/syscalls/syscall.tbl arch/s390/kernel/syscalls/syscall.tbl
202 check_2 tools/perf/arch/mips/entry/syscalls/syscall_n64.tbl arch/mips/kernel/syscalls/syscall_n64.t…
203 check_2 tools/perf/arch/arm/entry/syscalls/syscall.tbl arch/arm/tools/syscall.tbl
204 check_2 tools/perf/arch/sh/entry/syscalls/syscall.tbl arch/sh/kernel/syscalls/syscall.tbl
205 check_2 tools/perf/arch/sparc/entry/syscalls/syscall.tbl arch/sparc/kernel/syscalls/syscall.tbl
206 check_2 tools/perf/arch/xtensa/entry/syscalls/syscall.tbl arch/xtensa/kernel/syscalls/syscall.tbl
207 check_2 tools/perf/arch/alpha/entry/syscalls/syscall.tbl arch/alpha/entry/syscalls/syscall.tbl
[all …]
H A DMakefile.perf71 # this will remove multiple features and tools, such as 'perf trace',
92 # Define NO_SDT if you do not want to define SDT event in perf tools,
157 SOURCE := $(shell ln -sfn $(srctree)/tools/perf $(OUTPUT)/source)
254 # shellcheck is using in tools/perf/tests/Build with option -a/--check-sourced (
280 include $(srctree)/tools/build/Makefile.include
292 LIBAPI_DIR = $(srctree)/tools/lib/api/
293 LIBBPF_DIR = $(srctree)/tools/lib/bpf/
294 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
295 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/
296 LIBPERF_DIR = $(srctree)/tools/li
[all...]
/linux/arch/alpha/boot/
H A DMakefile11 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 Dtesting-overview.rst5 :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 DREADME1 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 Dtest_bpftool_build.sh17 # 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 Dynl.mk19 -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 Dchecktransupdate.rst31 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 Dsysfs-bus-vmbus13 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/Documentation/dev-tools/kunit/api/
H A Dindex.rst23 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 DREADME.txt32 -t Test timeout. Defaults to tools/testing/selftests/net/rds/settings
57 tools/testing/selftests/net/rds/config.sh -g
60 tools/testing/selftests/net/rds/config.sh -r
63 tools/testing/selftests/net/rds/config.sh
66 tools/testing/selftests/net/rds/config.sh -c .config.local
73 "export PYTHONPATH=tools/testing/selftests/net/; \
75 export RDS_LOG_DIR=tools/testing/selftests/net/rds/rds_logs; \
76 tools/testing/selftests/net/rds/rds_run.sh -T tcp,rdma"
/linux/tools/perf/Documentation/
H A DBuild.txt21 - 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 Dchecktransupdate.rst30 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 Dtesting-overview.rst8 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 DMakefile51 -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/objtool/
H A DMakefile34 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
55 INCLUDES := -I$(srctree)/tools/include \
56 -I$(srctree)/tools/include/uapi \
57 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \
58 -I$(srctree)/tools/arch/$(SRCARCH)/include \
59 -I$(srctree)/tools/objtool/include \
60 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \
61 -I$(srctree)/tools/lib
119 include $(srctree)/tools/build/Makefile.include
/linux/tools/power/acpi/
H A DMakefile.rules8 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 DMakefile18 $(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 DMakefile12 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 DBuild3 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 DMakefile23 -fno-stack-protector -include $(top_srcdir)/tools/include/nolibc/nolibc.h \
24 -I$(top_srcdir)/tools/include/nolibc/ $(KHDR_INCLUDES)
35 $(OUTPUT)/vdso_test_getrandom: CFLAGS += -isystem $(top_srcdir)/tools/include \
40 $(OUTPUT)/vdso_test_chacha: CFLAGS += -idirafter $(top_srcdir)/tools/include \
41 -idirafter $(top_srcdir)/tools/include/generated \
/linux/tools/verification/rv/
H A DMakefile9 include $(srctree)/tools/scripts/Makefile.include
31 DOCSRC := ../../../Documentation/tools/rv/
40 include $(srctree)/tools/build/Makefile.include
54 include $(srctree)/tools/build/Makefile.feature
70 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst9 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/default.config.
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/testin
[all...]
/linux/tools/lib/perf/
H A DMakefile45 -I$(srctree)/tools/lib/perf/include \
46 -I$(srctree)/tools/lib/ \
47 -I$(srctree)/tools/include \
48 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
49 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
50 -I$(srctree)/tools/include/uapi
65 include $(srctree)/tools/build/Makefile.include
80 LIB_DIR := $(srctree)/tools/lib/api/

12345678910>>...24