Searched refs:tools (Results 76 - 100 of 169) sorted by relevance

1234567

/linux-master/tools/perf/arch/powerpc/
H A DMakefile17 sysprf := $(srctree)/tools/perf/arch/powerpc/entry/syscalls
/linux-master/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 CONFIG_KPROBES=n CONFIG_RCU_TRACE=n CONFIG_TRACING=n CONFIG_BLK_DEV_IO_TRACE=n CONFIG_UPROBE_EVENTS=n $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...]
H A Dsrcu_lockdep.sh22 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE
52 tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 5s --configs "SRCU-P" --bootargs "rcutorture.test_srcu_lockdep=$val" --trust-make --datestamp "$ds/$val" > "$T/kvm.sh.out" 2>&1
H A Dmkinitrd.sh10 D=tools/testing/selftests/rcutorture
/linux-master/tools/build/
H A DMakefile7 include $(srctree)/tools//scripts/Makefile.include
29 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-master/tools/usb/
H A DMakefile2 # Makefile for USB tools
16 override CFLAGS += -O2 -Wall -Wextra -g -D_GNU_SOURCE -I$(OUTPUT)include -I$(srctree)/tools/include
25 include $(srctree)/tools/build/Makefile.include
/linux-master/tools/perf/trace/beauty/tracepoints/
H A Dx86_msr.sh5 arch_x86_header_dir=tools/arch/x86/include/asm/
/linux-master/arch/x86/
H A DMakefile.postlink15 CMD_RELOCS = arch/x86/tools/relocs
/linux-master/arch/riscv/
H A DMakefile.postlink16 $(CONFIG_SHELL) $(srctree)/arch/riscv/tools/relocs_check.sh "$(OBJDUMP)" "$(NM)" "$@"
/linux-master/scripts/
H A DMakefile28 HOSTCFLAGS_sorttable.o = -I$(srctree)/tools/include
41 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/$(SRCARCH)/include
/linux-master/tools/bpf/
H A DMakefile12 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
63 $(OUTPUT)%.yacc.c: $(srctree)/tools/bpf/%.y
66 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l
69 $(OUTPUT)%.o: $(srctree)/tools/bpf/%.c
/linux-master/tools/testing/selftests/net/
H A Dbpf.mk4 SCRATCH_DIR := $(OUTPUT)/tools
6 BPFDIR := $(top_srcdir)/tools/lib/bpf
7 APIDIR := $(top_srcdir)/tools/include/uapi
/linux-master/tools/counter/
H A DMakefile16 -I$(srctree)/tools/include
24 include $(srctree)/tools/build/Makefile.include
/linux-master/drivers/nvdimm/
H A DMakefile31 TOOLS := ../../tools
/linux-master/arch/x86/boot/
H A DMakefile38 hostprogs := tools/build
41 HOST_EXTRACFLAGS += -I$(srctree)/tools/include \
65 cmd_image = $(obj)/tools/build $(obj)/setup.bin $(obj)/vmlinux.bin \
68 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
/linux-master/tools/testing/selftests/riscv/
H A DMakefile2 # Originally tools/testing/arm64/Makefile
19 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
/linux-master/tools/lib/bpf/
H A DMakefile2 # Most of this file is copied from tools/lib/traceevent/Makefile
16 # This will work when bpf is built in tools env. where srctree
36 include $(srctree)/tools/scripts/Makefile.arch
52 include $(srctree)/tools/scripts/Makefile.include
64 -I$(srctree)/tools/include -I$(srctree)/tools/include/uapi
112 include $(srctree)/tools/build/Makefile.include
147 echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version at 'include/uapi/linux/bpf.h'" >&2 )) || true
150 echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf_common.h' differs from latest version at 'include/uapi/linux/bpf_common.h'" >&2 )) || true
153 echo "Warning: Kernel ABI header at 'tools/includ
[all...]
/linux-master/tools/bpf/bpftool/
H A DMakefile16 BPF_DIR = $(srctree)/tools/lib/bpf
80 -I$(srctree)/tools/include \
81 -I$(srctree)/tools/include/uapi
127 include $(srctree)/tools/build/Makefile.feature
217 -I$(srctree)/tools/include/uapi/ \
252 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/linux-master/tools/power/acpi/
H A DMakefile.config2 # tools/power/acpi/Makefile.config - ACPI tool Makefile
18 OUTPUT := $(O)/tools/power/acpi/
44 # Toolchain: what tools do we use, and what options do they need:
/linux-master/tools/lib/subcmd/
H A DMakefile54 CFLAGS += -I$(srctree)/tools/include/
75 include $(srctree)/tools/build/Makefile.include
/linux-master/drivers/gpu/drm/ci/
H A Digt_runner.sh79 --igt-folder /igt/libexec/igt-gpu-tools \
/linux-master/tools/pci/
H A DMakefile25 include $(srctree)/tools/build/Makefile.include
/linux-master/tools/include/nolibc/
H A DMakefile5 # we're in ".../tools/include/nolibc"
7 srctree := $(patsubst %/tools/include/,%,$(dir $(CURDIR)))
10 # when run as make -C tools/ nolibc_<foo> the arch is not set
57 @echo " headers prepare a sysroot in tools/include/nolibc/sysroot"
61 @echo "These targets may also be called from tools as \"make nolibc_<target>\"."
/linux-master/tools/testing/selftests/hid/
H A DMakefile3 # based on tools/testing/selftest/bpf/Makefile
25 CFLAGS += -I$(OUTPUT)/tools/include
62 TOOLSDIR := $(top_srcdir)/tools
67 SCRATCH_DIR := $(OUTPUT)/tools
73 HOST_SCRATCH_DIR := $(OUTPUT)/host-tools
/linux-master/tools/perf/
H A Dbuiltin-version.c6 #include <tools/config.h>

Completed in 229 milliseconds

1234567