Home
last modified time | relevance | path

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

12345678910>>...20

/Linux-v5.4/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/argv_split.c
[all …]
DMakefile.perf212 include $(srctree)/tools/build/Makefile.include
225 LIB_DIR = $(srctree)/tools/lib/api/
226 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
227 BPF_DIR = $(srctree)/tools/lib/bpf/
228 SUBCMD_DIR = $(srctree)/tools/lib/subcmd/
229 LIBPERF_DIR = $(srctree)/tools/perf/lib/
245 include $(srctree)/tools/scripts/Makefile.arch
406 linux_uapi_dir := $(srctree)/tools/include/uapi/linux
407 asm_generic_uapi_dir := $(srctree)/tools/include/uapi/asm-generic
408 arch_asm_uapi_dir := $(srctree)/tools/arch/$(SRCARCH)/include/uapi/asm/
[all …]
Dcheck-headers.sh94 check_2 tools/$file $file $*
122 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
124 cd tools/perf
/Linux-v5.4/arch/alpha/boot/
DMakefile11 hostprogs-y := 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.4/Documentation/ABI/stable/
Dsysfs-bus-vmbus6 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: tools/hv/lsvmbus and other debugging tools
78 Users: Debugging tools
87 Users: Debugging tools
[all …]
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_bpftool_build.sh88 make_and_clean tools/bpf
96 make_with_tmpdir tools/bpf O
105 make_and_clean -C tools/bpf/bpftool
107 make_with_tmpdir -C tools/bpf/bpftool OUTPUT
109 make_with_tmpdir -C tools/bpf/bpftool O
112 cd tools/
/Linux-v5.4/Documentation/dev-tools/
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 default location, which is tools/testing/selftests/kselftest, or in a
134 $ cd tools/testing/selftests
[all …]
/Linux-v5.4/tools/power/acpi/
DMakefile.rules8 objdir := $(OUTPUT)tools/$(TOOL)/
37 install-tools:
41 uninstall-tools:
45 install: all install-tools $(EXTRA_INSTALL)
46 uninstall: uninstall-tools $(EXTRA_UNINSTALL)
DMakefile16 $(call descend,tools/$@,all)
18 $(call descend,tools/$(@:_clean=),clean)
20 $(call descend,tools/$(@:_install=),install)
22 $(call descend,tools/$(@:_uninstall=),uninstall)
/Linux-v5.4/arch/powerpc/
DMakefile.postlink15 cmd_head_check = $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/head_check.sh "$(NM)" "$@"
20 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$@" ; \
21 $(BASH) $(srctree)/arch/powerpc/tools/unrel_branch_check.sh "$(OBJDUMP)" "$@"
24 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$@"
/Linux-v5.4/tools/perf/lib/
DMakefile63 -I$(srctree)/tools/perf/lib/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
97 LIB_DIR := $(srctree)/tools/lib/api/
/Linux-v5.4/arch/x86/
D.gitignore2 tools/test_get_len
3 tools/insn_sanity
4 tools/insn_decoder_test
/Linux-v5.4/tools/objtool/
DMakefile22 SUBCMD_SRCDIR = $(srctree)/tools/lib/subcmd/
34 INCLUDES := -I$(srctree)/tools/include \
35 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \
36 -I$(srctree)/tools/arch/$(ARCH)/include
47 include $(srctree)/tools/build/Makefile.include
/Linux-v5.4/tools/build/
DMakefile.include2 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
5 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
8 $(Q)$(MAKE) -C $(srctree)/tools/build clean
/Linux-v5.4/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.4/tools/perf/arch/arm64/
DMakefile14 incpath := $(srctree)/tools
15 sysdef := $(srctree)/tools/arch/arm64/include/uapi/asm/unistd.h
16 sysprf := $(srctree)/tools/perf/arch/arm64/entry/syscalls/
/Linux-v5.4/tools/perf/lib/tests/
DMakefile17 include $(srctree)/tools/scripts/Makefile.include
19 INCLUDE = -I$(srctree)/tools/perf/lib/include -I$(srctree)/tools/include
/Linux-v5.4/tools/perf/trace/beauty/
Dmmap_flags.sh6 linux_header_dir=tools/include/uapi/linux
7 header_dir=tools/include/uapi/asm-generic
8 arch_header_dir=tools/arch/${hostarch}/include/uapi/asm
/Linux-v5.4/tools/perf/arch/powerpc/
DMakefile18 sysprf := $(srctree)/tools/perf/arch/powerpc/entry/syscalls
26 @(test -d ../../kernel -a -d ../../tools -a -d ../perf && ( \
32 @(test -d ../../kernel -a -d ../../tools -a -d ../perf && ( \
/Linux-v5.4/tools/kvm/kvm_stat/
DMakefile37 install-tools:
41 install: install-tools install-man
42 .PHONY: all clean man install-tools install-man install
/Linux-v5.4/tools/bpf/bpftool/
DMakefile17 BPF_DIR = $(srctree)/tools/lib/bpf/
46 -I$(srctree)/tools/include \
47 -I$(srctree)/tools/include/uapi \
48 -I$(srctree)/tools/lib/bpf \
49 -I$(srctree)/tools/perf
77 include $(srctree)/tools/build/Makefile.feature
/Linux-v5.4/tools/perf/util/intel-pt-decoder/
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
/Linux-v5.4/tools/lib/api/
DMakefile41 CFLAGS += -I$(srctree)/tools/lib/api
42 CFLAGS += -I$(srctree)/tools/include
51 include $(srctree)/tools/build/Makefile.include
/Linux-v5.4/samples/bpf/
DMakefile4 TOOLS_PATH := $(BPF_SAMPLES_PATH)/../../tools
60 CGROUP_HELPERS := ../../tools/testing/selftests/bpf/cgroup_helpers.o
61 TRACE_HELPERS := ../../tools/testing/selftests/bpf/trace_helpers.o
175 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/lib/bpf/
176 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/testing/selftests/bpf/
177 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/lib/ -I$(srctree)/tools/include
178 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/perf
286 -I$(srctree)/tools/testing/selftests/bpf/ \
/Linux-v5.4/tools/bpf/
DMakefile44 include $(srctree)/tools/build/Makefile.feature
54 $(OUTPUT)%.yacc.c: $(srctree)/tools/bpf/%.y
57 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l
60 $(OUTPUT)%.o: $(srctree)/tools/bpf/%.c

12345678910>>...20