Searched full:tools (Results 1 – 25 of 1068) sorted by relevance
12345678910>>...43
/Linux-v5.10/tools/perf/ |
D | MANIFEST | 1 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 …]
|
D | Makefile.perf | 93 # Define NO_SDT if you do not want to define SDT event in perf tools, 224 include $(srctree)/tools/build/Makefile.include 237 LIB_DIR = $(srctree)/tools/lib/api/ 238 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/ 239 BPF_DIR = $(srctree)/tools/lib/bpf/ 240 SUBCMD_DIR = $(srctree)/tools/lib/subcmd/ 241 LIBPERF_DIR = $(srctree)/tools/lib/perf/ 242 DOC_DIR = $(srctree)/tools/perf/Documentation/ 258 include $(srctree)/tools/scripts/Makefile.arch 364 # Set paths to tools early so that they can be used for version tests. [all …]
|
D | check-headers.sh | 39 arch/x86/tools/gen-insn-attr-x86.awk 78 # These copies are under tools/perf/trace/beauty/ as they are not used to in 79 # building object files only by scripts in tools/perf/trace/beauty/ to generate 109 check_2 tools/$file $file $* 117 check_2 tools/perf/trace/beauty/$file $file $* 120 # Check if we have the kernel headers (tools/perf/../../include), else 135 check include/uapi/asm-generic/mman.h '-I "^#include <\(uapi/\)*asm-generic/mman-common\(-tools\)*.… 146 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl 153 check_2 tools/perf/util/hashmap.h tools/lib/bpf/hashmap.h 154 check_2 tools/perf/util/hashmap.c tools/lib/bpf/hashmap.c [all …]
|
/Linux-v5.10/tools/ |
D | Makefile | 2 # 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.10/tools/testing/selftests/bpf/ |
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 109 make_and_clean tools/bpf 114 # make_with_tmpdir tools/bpf OUTPUT 115 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n" 117 make_with_tmpdir tools/bpf O 119 echo -e "skip: make tools/bpf (no .config found)\n" 120 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n" 121 echo -e "skip: make tools/bpf O=<dir> (no .config found)\n" 126 make_and_clean -C tools/bpf/bpftool [all …]
|
/Linux-v5.10/arch/alpha/boot/ |
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-v5.10/Documentation/ABI/stable/ |
D | sysfs-bus-vmbus | 6 Users: tools/hv/lsvmbus 13 Users: tools/hv/lsvmbus 20 Users: tools/hv/lsvmbus 29 Users: tools/hv/lsvmbus 36 Users: tools/hv/lsvmbus and user level RDMA libraries 43 Users: tools/hv/lsvmbus and user level RDMA libraries 64 Users: tools/hv/lsvmbus and other debugging tools 71 Users: Debugging tools 80 Users: Debugging tools 87 Users: Debugging tools [all …]
|
/Linux-v5.10/Documentation/dev-tools/ |
D | kselftest.rst | 5 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.10/tools/lib/perf/ |
D | Makefile | 2 # 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 63 -I$(srctree)/tools/lib/perf/include \ 64 -I$(srctree)/tools/lib/ \ 65 -I$(srctree)/tools/include \ 66 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \ 67 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \ 68 -I$(srctree)/tools/include/uapi 82 include $(srctree)/tools/build/Makefile.include [all …]
|
/Linux-v5.10/tools/power/acpi/ |
D | Makefile | 2 # 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)
|
D | Makefile.rules | 2 # 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.10/tools/perf/tests/ |
D | perf-targz-src-pkg | 6 # 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.10/tools/perf/Documentation/ |
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
|
/Linux-v5.10/Documentation/admin-guide/kdump/ |
D | vmcoreinfo.rst | 11 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 84 User-space tools use this to exclude free pages when dumping memory. 141 User-space tools compute their values based on the offset of these 160 User-space tools compute required values based on the offset of these 176 circular linked list. User-space tools need these in order to traverse 189 Free areas descriptor. User-space tools use this value to iterate the 198 Used by user-space tools to read the active kernel log buffer. 214 tools to dump a subset of the dmesg log. 227 user-space tools to view the kernel log buffer without requiring the [all …]
|
/Linux-v5.10/Documentation/bpf/ |
D | drgn.rst | 4 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.10/tools/lib/bpf/ |
D | Makefile | 2 # Most of this file is copied from tools/lib/traceevent/Makefile 14 # This will work when bpf is built in tools env. where srctree 34 include $(srctree)/tools/scripts/Makefile.arch 50 include $(srctree)/tools/scripts/Makefile.include 65 INCLUDES = -I. -I$(srctree)/tools/include -I$(srctree)/tools/include/uapi 78 include $(srctree)/tools/build/Makefile.feature 128 include $(srctree)/tools/build/Makefile.include 163 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version a… 166 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf_common.h' differs from latest ve… 169 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/netlink.h' differs from latest versi… [all …]
|
/Linux-v5.10/tools/objtool/ |
D | Makefile | 24 SUBCMD_SRCDIR = $(srctree)/tools/lib/subcmd/ 36 INCLUDES := -I$(srctree)/tools/include \ 37 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \ 38 -I$(srctree)/tools/arch/$(SRCARCH)/include \ 39 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include 64 include $(srctree)/tools/build/Makefile.include
|
/Linux-v5.10/drivers/staging/comedi/drivers/ni_routing/tools/ |
D | convert_csv_to_c.py | 146 * The contents of this file are generated using the tools in 147 * comedi/drivers/ni_routing/tools 149 * Please use those tools to help maintain the contents of this file. 178 * The contents of this file are generated using the tools in 179 * comedi/drivers/ni_routing/tools 181 * Please use those tools to help maintain the contents of this file. 216 * The contents of this file are generated using the tools in 217 * comedi/drivers/ni_routing/tools 219 * Please use those tools to help maintain the contents of this file. 328 * The contents of this file are generated using the tools in [all …]
|
/Linux-v5.10/Documentation/networking/ |
D | snmp_counter.rst | 17 .. _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 …]
|
/Linux-v5.10/tools/bpf/resolve_btfids/ |
D | Makefile | 35 OUTPUT ?= $(srctree)/tools/bpf/resolve_btfids/ 37 LIBBPF_SRC := $(srctree)/tools/lib/bpf/ 38 SUBCMD_SRC := $(srctree)/tools/lib/subcmd/ 59 -I$(srctree)/tools/include \ 60 -I$(srctree)/tools/include/uapi \ 67 include $(srctree)/tools/build/Makefile.include
|
/Linux-v5.10/kernel/bpf/preload/ |
D | Makefile | 3 LIBBPF_SRCS = $(srctree)/tools/lib/bpf/ 10 userccflags += -I $(srctree)/tools/include/ -I $(srctree)/tools/include/uapi \ 11 -I $(srctree)/tools/lib/ -Wno-unused-result
|
/Linux-v5.10/Documentation/filesystems/ |
D | dlmfs.rst | 14 :Tools web page: https://github.com/markfasheh/ocfs2-tools 48 place. Please download ocfs2-tools from the above url and configure a 53 ocfs2_hb_ctl (distributed with ocfs2-tools). Right now it requires 59 with ocfs2-tools. 68 'libo2dlm' (distributed with ocfs2-tools) which abstracts the file 80 distributed with ocfs2-tools.
|
/Linux-v5.10/tools/bpf/ |
D | Makefile | 12 CFLAGS += -D__EXPORTED_HEADERS__ -I$(srctree)/tools/include/uapi \ 13 -I$(srctree)/tools/include 15 # This will work when bpf is built in tools env. where srctree 50 include $(srctree)/tools/build/Makefile.feature 60 $(OUTPUT)%.yacc.c: $(srctree)/tools/bpf/%.y 63 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l 66 $(OUTPUT)%.o: $(srctree)/tools/bpf/%.c
|
/Linux-v5.10/tools/perf/trace/beauty/ |
D | socket.sh | 5 # place used just for these tools/perf/beauty/ usage, we shouldn't not 6 # put it in tools/include/linux otherwise they would be used in the 10 # When what these scripts need is already in tools/include/ then use it, 14 [ $# -eq 1 ] && header_dir=$1 || header_dir=tools/perf/trace/beauty/include/linux/
|
/Linux-v5.10/tools/memory-model/ |
D | README | 23 Version 7.52 or higher of the "herd7" and "klitmus7" tools must be 30 Note that although these tools usually provide backwards compatibility, 68 tests is available in tools/memory-model/Documentation/litmus-tests.txt. 72 tools/memory-model/litmus-tests/ 84 tools/memory-model/Documentation/litmus-tests.txt 87 located in the tools/memory-model directory. 91 $ cd $LINUX_SOURCE_TREE/tools/memory-model 115 to the tools/memory-model/linux-kernel.* files. It is not intended for 155 people making changes to the tools/memory-model/linux-kernel.* files.
|
12345678910>>...43