Home
last modified time | relevance | path

Searched full:tools (Results 1 – 25 of 1260) sorted by relevance

12345678910>>...51

/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.sh41 "arch/x86/tools/gen-insn-attr-x86.awk"
85 # These copies are under tools/perf/trace/beauty/ as they are not used to in
86 # building object files only by scripts in tools/perf/trace/beauty/ to generate
129 check_2 "tools/$file" "$file" "$@"
137 check_2 "tools/perf/trace/beauty/$file" "$file" "$@"
142 tools_file="tools/$orig_file"
143 hunks_to_ignore="tools/perf/check-header_ignore_hunks/$orig_file"
164 # Check if we have the kernel headers (tools/perf/../../include), else
191 check include/uapi/asm-generic/mman.h '-I "^#include <\(uapi/\)*asm-generic/mman-common\(-tools\)*.…
198 check_2 tools/perf/arch/x86/entry/syscalls/syscall_32.tbl arch/x86/entry/syscalls/syscall_32.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
293 LIBAPI_DIR = $(srctree)/tools/lib/api/
294 LIBBPF_DIR = $(srctree)/tools/lib/bpf/
295 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
296 LIBSYMBOL_DIR = $(srctree)/tools/lib/symbol/
297 LIBPERF_DIR = $(srctree)/tools/lib/perf/
[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/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/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/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/tools/
H A DMakefile2 # Some of the tools (perf) use same make variables
12 @echo ' acpi - ACPI tools'
13 @echo ' bpf - misc BPF tools'
14 @echo ' counter - counter tools'
16 @echo ' debugging - tools for debugging'
17 @echo ' dma - tools for DMA mapping'
19 @echo ' firmware - Firmware tools'
21 @echo ' gpio - GPIO tools'
22 @echo ' hv - tools used when in Hyper-V clients'
23 @echo ' iio - IIO tools'
[all …]
/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
66 Code Coverage Tools
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
85 Dynamic Analysis Tools
88 The kernel also supports a number of dynamic analysis tools, which attempt to
[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/Documentation/translations/zh_CN/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/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…
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/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/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/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/tools/testing/selftests/net/rds/
H A DREADME.txt18 -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/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/tools/thermal/lib/
H A DMakefile2 # Most of this file is copied from tools/lib/perf/Makefile
26 include $(srctree)/tools/scripts/Makefile.include
27 include $(srctree)/tools/scripts/Makefile.arch
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/Documentation/bpf/
H A Dmap_sockmap.rst348 - `tools/testing/selftests/bpf/progs/test_sockmap_kern.h`_
349 - `tools/testing/selftests/bpf/progs/sockmap_parse_prog.c`_
350 - `tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c`_
351 - `tools/testing/selftests/bpf/progs/test_sockmap_listen.c`_
352 - `tools/testing/selftests/bpf/progs/test_sockmap_update.c`_
439 - `tools/testing/selftests/bpf/prog_tests/sockmap_basic.c`_
440 - `tools/testing/selftests/bpf/test_sockmap.c`_
441 - `tools/testing/selftests/bpf/test_maps.c`_
491 .. _`tools/testing/selftests/bpf/progs/test_sockmap_kern.h`: https://git.kernel.org/pub/scm/linux/k…
492 .. _`tools/testing/selftests/bpf/progs/sockmap_parse_prog.c`: https://git.kernel.org/pub/scm/linux/…
[all …]
H A Ddrgn.rst4 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/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/lib/perf/
H A DMakefile2 # Most of this file is copied from tools/lib/bpf/Makefile
26 include $(srctree)/tools/scripts/Makefile.include
27 include $(srctree)/tools/scripts/Makefile.arch
45 -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
[all …]
/linux/tools/power/acpi/
H A DMakefile2 # tools/power/acpi/Makefile - ACPI tool 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/testing/selftests/rcutorture/bin/
H A Dtorture.sh16 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE
421 amcdir="tools/testing/selftests/rcutorture/res/$ds/allmodconfig"
463 rtfdir="tools/testing/selftests/rcutorture/res/$ds/results-rcutasksflavors"
475 tools/testing/selftests/rcutorture/bin/kvm.sh --datestamp "$ds/results-rcutasksflavors/$flavor" --buildonly --configs "TINY01 TREE04" --kconfig "CONFIG_RCU_EXPERT=y CONFIG_RCU_SCALE_TEST=y CONFIG_KPROBES=n CONFIG_RCU_TRACE=n CONFIG_TRACING=n CONFIG_BLK_DEV_IO_TRACE=n CONFIG_UPROBE_EVENTS=n $forceflavor=y $deselectedflavors" --trust-make > $T/$flavor.out 2>&1
497 torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make
503 torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make
511 torture_set "scftorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$SCALE_ALLOTED_CPUS" --memory ${scfmem}G --trust-make
522 torture_set "rcurttorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --kconfig "CONFIG_PREEMPT_RT=y CONFIG_EXPERT=y CONFIG_HZ_PERIODIC=n CONFIG_NO_HZ_IDLE=y CONFIG_RCU_NOCB_CPU=y" --trust-make
526 torture_set "rcurttorture-exp" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --kconfig "CONFIG_PREEMPT_RT=y CONFIG_EXPERT=y CONFIG_HZ_PERIODIC=n CONFIG_NO_HZ_FULL=y CONFIG_RCU_NOCB_CPU=y" --trust-make
532 rrdir="tools/testin
[all...]
/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py144 * The contents of this file are generated using the tools in
145 * comedi/drivers/ni_routing/tools
147 * Please use those tools to help maintain the contents of this file.
175 * The contents of this file are generated using the tools in
176 * comedi/drivers/ni_routing/tools
178 * Please use those tools to help maintain the contents of this file.
212 * The contents of this file are generated using the tools in
213 * comedi/drivers/ni_routing/tools
215 * Please use those tools to help maintain the contents of this file.
323 * The contents of this file are generated using the tools in
[all …]

12345678910>>...51