Home
last modified time | relevance | path

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

12345678910>>...17

/Linux-v4.19/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/hweight.c
[all …]
DMakefile.perf197 include $(srctree)/tools/build/Makefile.include
210 LIB_DIR = $(srctree)/tools/lib/api/
211 TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
212 BPF_DIR = $(srctree)/tools/lib/bpf/
213 SUBCMD_DIR = $(srctree)/tools/lib/subcmd/
229 include $(srctree)/tools/scripts/Makefile.arch
387 linux_uapi_dir := $(srctree)/tools/include/uapi/linux
392 drm_hdr_dir := $(srctree)/tools/include/uapi/drm
393 drm_ioctl_tbl := $(srctree)/tools/perf/trace/beauty/drm_ioctl.sh
402 asm_generic_hdr_dir := $(srctree)/tools/include/uapi/asm-generic/
[all …]
Dcheck-headers.sh83 check_2 tools/$file $file $*
105 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
107 cd tools/perf
/Linux-v4.19/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-v4.19/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
85 Users: Debugging tools
[all …]
/Linux-v4.19/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
171 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/lib/
172 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/testing/selftests/bpf/
173 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/lib/ -I$(srctree)/tools/include
174 KBUILD_HOSTCFLAGS += -I$(srctree)/tools/perf
177 HOSTCFLAGS_trace_helpers.o += -I$(srctree)/tools/lib/bpf/
179 HOSTCFLAGS_trace_output_user.o += -I$(srctree)/tools/lib/bpf/
180 HOSTCFLAGS_offwaketime_user.o += -I$(srctree)/tools/lib/bpf/
[all …]
/Linux-v4.19/Documentation/dev-tools/
Dkselftest.rst5 The kernel contains a set of "self tests" under the tools/testing/selftests/
22 $ make -C tools/testing/selftests
26 $ make -C tools/testing/selftests run_tests
54 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
72 See the top-level tools/testing/selftests/Makefile for the list of all
80 $ make -C tools/testing/selftests hotplug
84 $ make -C tools/testing/selftests run_hotplug
93 location which is tools/testing/selftests/kselftest or a user specified
98 $ cd tools/testing/selftests
103 $ cd tools/testing/selftests
[all …]
/Linux-v4.19/tools/power/acpi/
DMakefile19 $(call descend,tools/$@,all)
21 $(call descend,tools/$(@:_clean=),clean)
23 $(call descend,tools/$(@:_install=),install)
25 $(call descend,tools/$(@:_uninstall=),uninstall)
DMakefile.rules11 objdir := $(OUTPUT)tools/$(TOOL)/
40 install-tools:
44 uninstall-tools:
48 install: all install-tools $(EXTRA_INSTALL)
49 uninstall: uninstall-tools $(EXTRA_UNINSTALL)
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
DBuild14 test -d ../../kernel -a -d ../../tools -a -d ../perf && ( \
16 …(echo "Warning: Intel PT: x86 instruction decoder C file at 'tools/perf/util/intel-pt-decoder/insn…
18 …(echo "Warning: Intel PT: x86 instruction decoder C file at 'tools/perf/util/intel-pt-decoder/inat…
20 …(echo "Warning: Intel PT: x86 instruction decoder map file at 'tools/perf/util/intel-pt-decoder/x8…
21 …((diff -B util/intel-pt-decoder/gen-insn-attr-x86.awk ../../arch/x86/tools/gen-insn-attr-x86.awk >…
22 …ction decoder script at 'tools/perf/util/intel-pt-decoder/gen-insn-attr-x86.awk' differs from late…
24 …(echo "Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/insn…
26 …(echo "Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/inat…
28 …(echo "Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/inat…
/Linux-v4.19/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 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/unrel_branch_check.sh "$(OBJDUMP)" "$@"
24 $(CONFIG_SHELL) $(srctree)/arch/powerpc/tools/relocs_check.sh "$(OBJDUMP)" "$@"
/Linux-v4.19/tools/objtool/
DMakefile21 SUBCMD_SRCDIR = $(srctree)/tools/lib/subcmd/
30 INCLUDES := -I$(srctree)/tools/include \
31 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \
32 -I$(srctree)/tools/objtool/arch/$(ARCH)/include
43 include $(srctree)/tools/build/Makefile.include
/Linux-v4.19/arch/x86/
D.gitignore2 tools/test_get_len
3 tools/insn_sanity
4 tools/insn_decoder_test
/Linux-v4.19/tools/build/
DMakefile.include1 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
4 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
7 $(Q)$(MAKE) -C $(srctree)/tools/build clean
/Linux-v4.19/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-v4.19/tools/bpf/bpftool/
DMakefile16 BPF_DIR = $(srctree)/tools/lib/bpf/
44 -I$(srctree)/tools/include \
45 -I$(srctree)/tools/include/uapi \
46 -I$(srctree)/tools/lib/bpf \
47 -I$(srctree)/tools/perf
68 include $(srctree)/tools/build/Makefile.feature
/Linux-v4.19/tools/kvm/kvm_stat/
DMakefile37 install-tools:
41 install: install-tools install-man
42 .PHONY: all clean man install-tools install-man install
/Linux-v4.19/tools/lib/api/
DMakefile41 CFLAGS += -I$(srctree)/tools/lib/api
42 CFLAGS += -I$(srctree)/tools/include
51 include $(srctree)/tools/build/Makefile.include
/Linux-v4.19/tools/bpf/
DMakefile40 include $(srctree)/tools/build/Makefile.feature
50 $(OUTPUT)%.yacc.c: $(srctree)/tools/bpf/%.y
53 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l
56 $(OUTPUT)%.o: $(srctree)/tools/bpf/%.c
/Linux-v4.19/Documentation/mmc/
D00-INDEX9 mmc-tools.txt
10 - info on mmc-utils tools
Dmmc-tools.txt1 MMC tools introduction
4 There is one MMC test tools called mmc-utils, which is maintained by Chris Ball,
11 The mmc-utils tools can do the following:
/Linux-v4.19/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
/Linux-v4.19/tools/build/tests/ex/
DMakefile9 include $(srctree)/tools/build/Makefile.include
15 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/Linux-v4.19/arch/x86/tools/
DMakefile16 reformatter = $(srctree)/arch/x86/tools/objdump_reformat.awk
17 chkobjdump = $(srctree)/arch/x86/tools/chkobjdump.awk
41 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
/Linux-v4.19/tools/perf/arch/s390/
DMakefile14 sysprf := $(srctree)/tools/perf/arch/s390/entry/syscalls
22 @(test -d ../../kernel -a -d ../../tools -a -d ../perf && ( \

12345678910>>...17