Home
last modified time | relevance | path

Searched refs:tools (Results 1 - 25 of 191) sorted by relevance

12345678

/kernel/linux/linux-6.6/arch/x86/tools/
H A 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/x86/include/ -I$(objtree)/arch/x86/lib/
34 HOSTCFLAGS_insn_sanity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/arch/x86/lib/
37 $(obj)/insn_decoder_test.o: $(srctree)/tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_types.h $(srctree)/tools/arc
[all...]
/kernel/linux/linux-5.10/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/bootl
[all...]
/kernel/linux/linux-6.6/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/bootl
[all...]
/kernel/linux/linux-6.6/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
93 ## "make tools/bpf" sets $(OUTPUT) to ...tools/bpf/runqslower for
96 make -C tools/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/tools/bpf/runqslower/ clean
101 # make_with_tmpdir tools/bpf OUTPUT
102 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
104 make_with_tmpdir tools/bp
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A 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
147 check include/uapi/asm-generic/mman.h '-I "^#include <\(uapi/\)*asm-generic/mman-common\(-tools\)*.h>"'
154 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
161 check_2 tools/perf/util/hashmap.h tools/li
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dcheck-headers.sh45 "arch/x86/tools/gen-insn-attr-x86.awk"
93 # These copies are under tools/perf/trace/beauty/ as they are not used to in
94 # building object files only by scripts in tools/perf/trace/beauty/ to generate
127 check_2 "tools/$file" "$file" "$@"
135 check_2 "tools/perf/trace/beauty/$file" "$file" "$@"
138 # Check if we have the kernel headers (tools/perf/../../include), else
165 check include/uapi/asm-generic/mman.h '-I "^#include <\(uapi/\)*asm-generic/mman-common\(-tools\)*.h>"'
173 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
174 check_2 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl arch/powerpc/kernel/syscalls/syscall.tbl
175 check_2 tools/per
[all...]
/kernel/linux/linux-5.10/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
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/bp
[all...]
/kernel/linux/linux-6.6/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
64 -I$(srctree)/tools/lib/thermal/include \
65 -I$(srctree)/tools/lib/ \
66 -I$(srctree)/tools/include \
67 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
68 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
69 -I$(srctree)/tools/include/uapi
84 include $(srctree)/tools/buil
[all...]
/kernel/linux/linux-5.10/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
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/buil
[all...]
/kernel/linux/linux-6.6/tools/lib/thermal/
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
64 -I$(srctree)/tools/lib/thermal/include \
65 -I$(srctree)/tools/lib/ \
66 -I$(srctree)/tools/include \
67 -I$(srctree)/tools/arch/$(SRCARCH)/include/ \
68 -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi \
69 -I$(srctree)/tools/include/uapi
85 include $(srctree)/tools/buil
[all...]
/kernel/linux/linux-6.6/tools/objtool/
H A DMakefile10 LIBSUBCMD_DIR = $(srctree)/tools/lib/subcmd/
26 INCLUDES := -I$(srctree)/tools/include \
27 -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \
28 -I$(srctree)/tools/arch/$(SRCARCH)/include \
29 -I$(srctree)/tools/objtool/include \
30 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \
62 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-6.6/tools/thermal/thermal-engine/
H A DMakefile2 # Makefile for thermal tools
12 CFLAGS += -I$(srctree)/tools/thermal/lib
13 CFLAGS += -I$(srctree)/tools/lib/thermal/include
15 LDFLAGS = -L$(srctree)/tools/thermal/lib
16 LDFLAGS += -L$(srctree)/tools/lib/thermal
/kernel/linux/linux-5.10/kernel/bpf/preload/
H A 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
/kernel/linux/linux-5.10/tools/objtool/
H A 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/arch/$(SRCARCH)/include
51 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H A DMakefile27 OUTPUT ?= $(srctree)/tools/bpf/resolve_btfids/
29 LIBBPF_SRC := $(srctree)/tools/lib/bpf/
30 SUBCMD_SRC := $(srctree)/tools/lib/subcmd/
51 -I$(srctree)/tools/include \
52 -I$(srctree)/tools/include/uapi \
59 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-6.6/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
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/buil
[all...]
/kernel/linux/linux-5.10/tools/lib/perf/tests/
H A DMakefile17 include $(srctree)/tools/scripts/Makefile.include
19 INCLUDE = -I$(srctree)/tools/lib/perf/include -I$(srctree)/tools/include -I$(srctree)/tools/lib
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A DMakefile30 OUTPUT ?= $(srctree)/tools/bpf/resolve_btfids/
32 LIBBPF_SRC := $(srctree)/tools/lib/bpf/
33 SUBCMD_SRC := $(srctree)/tools/lib/subcmd/
71 -I$(srctree)/tools/include \
72 -I$(srctree)/tools/include/uapi \
80 include $(srctree)/tools/build/Makefile.include
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh16 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE
345 amcdir="tools/testing/selftests/rcutorture/res/$ds/allmodconfig"
382 rtfdir="tools/testing/selftests/rcutorture/res/$ds/results-rcutasksflavors"
394 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 $forceflavor=y $deselectedflavors" --trust-make > $T/$flavor.out 2>&1
416 torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make
422 torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make
430 torture_set "scftorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory ${scfmem}G --trust-make
437 torture_set "rcurttorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make
441 torture_set "rcurttorture-exp" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make
447 tools/testin
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A DMakefile16 BPF_DIR = $(srctree)/tools/lib/bpf/
46 -I$(srctree)/tools/include \
47 -I$(srctree)/tools/include/uapi \
48 -I$(srctree)/tools/lib \
49 -I$(srctree)/tools/perf
79 include $(srctree)/tools/build/Makefile.feature
147 -I$(srctree)/tools/include/uapi/ \
149 -I$(srctree)/tools/lib \
180 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H A DMakefile8 LIBBPF_SRC := $(abspath ../../../../tools/lib/bpf)
11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../../../tools/lib) \
12 -I$(abspath ../../../../tools/include/uapi)
56 $(Q)$(MAKE) $(submake_extras) -C ../../../../tools/bpf/bpftool \
/kernel/linux/linux-5.10/tools/perf/arch/arm64/
H A DMakefile14 incpath := $(srctree)/tools
15 sysdef := $(srctree)/tools/arch/arm64/include/uapi/asm/unistd.h
16 sysprf := $(srctree)/tools/perf/arch/arm64/entry/syscalls/
/kernel/linux/linux-5.10/tools/perf/arch/loongarch/
H A DMakefile14 incpath := $(srctree)/tools
15 sysdef := $(srctree)/tools/arch/loongarch/include/uapi/asm/unistd.h
16 sysprf := $(srctree)/tools/perf/arch/loongarch/entry/syscalls/
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/
H A DMakefile14 incpath := $(srctree)/tools
15 sysdef := $(srctree)/tools/arch/loongarch/include/uapi/asm/unistd.h
16 sysprf := $(srctree)/tools/perf/arch/loongarch/entry/syscalls/
/kernel/linux/linux-6.6/tools/perf/arch/arm64/
H A DMakefile15 incpath := $(srctree)/tools
16 sysdef := $(srctree)/tools/arch/arm64/include/uapi/asm/unistd.h
17 sysprf := $(srctree)/tools/perf/arch/arm64/entry/syscalls/

Completed in 8 milliseconds

12345678