Home
last modified time | relevance | path

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

12345678910>>...46

/Linux-v5.15/tools/perf/
DMANIFEST1 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 …]
Dcheck-headers.sh39 arch/x86/tools/gen-insn-attr-x86.awk
86 # These copies are under tools/perf/trace/beauty/ as they are not used to in
87 # building object files only by scripts in tools/perf/trace/beauty/ to generate
117 check_2 tools/$file $file $*
125 check_2 tools/perf/trace/beauty/$file $file $*
128 # Check if we have the kernel headers (tools/perf/../../include), else
148 check include/uapi/asm-generic/mman.h '-I "^#include <\(uapi/\)*asm-generic/mman-common\(-tools\)*.…
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
[all …]
DMakefile.perf93 # Define NO_SDT if you do not want to define SDT event in perf tools,
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
372 # Set paths to tools early so that they can be used for version tests.
[all …]
/Linux-v5.15/arch/x86/tools/
DMakefile16 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…
37tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/a…
39tools/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/tools/
DMakefile2 # Some of the tools (perf) use same make variables
12 @echo ' acpi - ACPI tools'
13 @echo ' bpf - misc BPF tools'
14 @echo ' cgroup - cgroup tools'
16 @echo ' debugging - tools for debugging'
18 @echo ' firmware - Firmware tools'
20 @echo ' gpio - GPIO tools'
21 @echo ' hv - tools used when in Hyper-V clients'
22 @echo ' iio - IIO tools'
25 @echo ' leds - LEDs tools'
[all …]
/Linux-v5.15/Documentation/dev-tools/
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 …]
Dkselftest.rst5 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 …]
/Linux-v5.15/arch/alpha/boot/
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-v5.15/tools/testing/selftests/bpf/
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/bpf/bpftool
[all …]
/Linux-v5.15/Documentation/ABI/stable/
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-v5.15/Documentation/translations/zh_CN/dev-tools/
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-v5.15/Documentation/dev-tools/kunit/
Dkunit-tool.rst10 kunit_tool is a script (``tools/testing/kunit/kunit.py``) that aids in building
43 ./tools/testing/kunit/kunit.py run
49 ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`
63 ./tools/testing/kunit/kunit.py run --kunitconfig=fs/ext4/.kunitconfig
69 ./tools/testing/kunit/kunit.py run --help
82 ./tools/testing/kunit/kunit.py config
89 ./tools/testing/kunit/kunit.py build
96 ./tools/testing/kunit/kunit.py exec
115 ./tools/testing/kunit/kunit.py run --raw_output
122 ./tools/testing/kunit/kunit.py run --raw_output=kunit
[all …]
/Linux-v5.15/tools/power/acpi/
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)
DMakefile.rules2 # tools/power/acpi/Makefile.rules - ACPI tool Makefile
8 objdir := $(OUTPUT)tools/$(TOOL)/
37 install-tools:
41 uninstall-tools:
45 install: all install-tools $(EXTRA_INSTALL)
46 uninstall: uninstall-tools $(EXTRA_UNINSTALL)
/Linux-v5.15/tools/objtool/
DMakefile15 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/perf/tests/
Dperf-targz-src-pkg6 # This is to test that the tools/perf/MANIFEST file lists all the files needed to
8 # like when we made some files that were in tools/perf/ available to other tools/
9 # codebases by moving it to tools/include/, etc.
19 make -C $TMP_DEST/perf*/tools/perf > /dev/null
/Linux-v5.15/tools/lib/perf/
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
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
[all …]
/Linux-v5.15/tools/perf/Documentation/
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
/Linux-v5.15/Documentation/bpf/
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-v5.15/kernel/bpf/preload/
DMakefile3 LIBBPF_SRCS = $(srctree)/tools/lib/bpf/
8 # in tools/scripts/Makefile.include always succeeds when building the kernel
13 userccflags += -I $(srctree)/tools/include/ -I $(srctree)/tools/include/uapi \
14 -I $(srctree)/tools/lib/ -Wno-unused-result
/Linux-v5.15/tools/lib/bpf/
DMakefile2 # Most of this file is copied from tools/lib/traceevent/Makefile
15 # This will work when bpf is built in tools env. where srctree
35 include $(srctree)/tools/scripts/Makefile.arch
51 include $(srctree)/tools/scripts/Makefile.include
62 INCLUDES = -I. -I$(srctree)/tools/include -I$(srctree)/tools/include/uapi
108 include $(srctree)/tools/build/Makefile.include
142 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version a…
145 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf_common.h' differs from latest ve…
148 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/netlink.h' differs from latest versi…
151 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h' differs from latest versi…
[all …]
/Linux-v5.15/drivers/comedi/drivers/ni_routing/tools/
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 …]
/Linux-v5.15/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst11 section and used by user-space tools like crash and makedumpfile to
39 User-space tools can get the kernel name, host name, kernel release
90 User-space tools use this to exclude free pages when dumping memory.
147 User-space tools compute their values based on the offset of these
166 User-space tools compute required values based on the offset of these
182 circular linked list. User-space tools need these in order to traverse
195 Free areas descriptor. User-space tools use this value to iterate the
204 Used by user-space tools to read the active kernel log buffer.
220 tools to dump a subset of the dmesg log.
233 user-space tools to view the kernel log buffer without requiring the
[all …]
/Linux-v5.15/tools/bpf/resolve_btfids/
DMakefile23 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/Documentation/networking/
Dsnmp_counter.rst17 .. _RFC1213 ipInReceives: https://tools.ietf.org/html/rfc1213#page-26
30 .. _RFC1213 ipInDelivers: https://tools.ietf.org/html/rfc1213#page-28
41 .. _RFC1213 ipOutRequests: https://tools.ietf.org/html/rfc1213#page-28
60 .. _Explicit Congestion Notification: https://tools.ietf.org/html/rfc3168#page-6
73 .. _RFC1213 ipInHdrErrors: https://tools.ietf.org/html/rfc1213#page-27
81 .. _RFC1213 ipInAddrErrors: https://tools.ietf.org/html/rfc1213#page-27
98 .. _RFC1213 ipInUnknownProtos: https://tools.ietf.org/html/rfc1213#page-27
111 .. _RFC1213 ipInDiscards: https://tools.ietf.org/html/rfc1213#page-28
118 .. _RFC1213 ipOutDiscards: https://tools.ietf.org/html/rfc1213#page-28
125 .. _RFC1213 ipOutNoRoutes: https://tools.ietf.org/html/rfc1213#page-29
[all …]

12345678910>>...46