Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 25 of 48) sorted by relevance

12

/tools/bpf/runqslower/
DMakefile27 Q = macro
29 Q = @ macro
43 $(Q)$(RM) -r $(BPFOBJ_OUTPUT) $(BPFTOOL_OUTPUT)
44 $(Q)$(RM) $(OUTPUT)*.o $(OUTPUT)*.d
45 $(Q)$(RM) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
46 $(Q)$(RM) $(OUTPUT)runqslower
47 $(Q)$(RM) -r .output
73 $(Q)if [ ! -e "$(VMLINUX_BTF_PATH)" ] ; then \
80 $(Q)cp "$(VMLINUX_H)" $@
84 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(BPFOBJ_OUTPUT) $@
[all …]
/tools/bpf/resolve_btfids/
DMakefile8 Q = macro
11 Q = @ macro
44 $(Q)mkdir -p $(@)
47 $(Q)$(MAKE) -C $(SUBCMD_SRC) EXTRA_CFLAGS="$(CFLAGS)" OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
50 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(abspath $(dir $@))/ \
61 export srctree OUTPUT CFLAGS Q
65 $(Q)$(MAKE) $(build)=resolve_btfids
69 $(Q)$(CC) $(BINARY_IN) $(LDFLAGS) -o $@ $(BPFOBJ) $(SUBCMDOBJ) $(LIBS)
81 $(Q)$(RM) -rf $(clean_objects)
88 $(Q)ctags -R . $(LIBBPF_SRC) $(SUBCMD_SRC)
/tools/testing/selftests/bpf/
DMakefile98 Q = macro
101 Q = @ macro
111 $(Q)$(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
112 $(Q)$(MAKE) -C bpf_testmod clean
113 $(Q)$(MAKE) docs-clean
156 $(Q)mkdir -p $@
160 $(Q)$(CC) $(CFLAGS) -c $(filter %.c,$^) $(LDLIBS) -o $@
164 $(Q)$(LINK.c) $^ $(LDLIBS) -o $@
168 $(Q)$(CC) $(LDFLAGS) -o $@ $< $(LDLIBS) -Wl,--build-id=sha1
172 $(Q)$(RM) bpf_testmod/bpf_testmod.ko # force re-compilation
[all …]
Dtest_lirc_mode2.sh24 LIRCDEV=$(grep DEVNAME= $i/lirc*/uevent | sed sQDEVNAME=Q/dev/Q)
25 INPUTDEV=$(grep DEVNAME= $i/input*/event*/uevent | sed sQDEVNAME=Q/dev/Q)
DMakefile.docs11 Q =
13 Q = @
60 $(Q)$(RM) $$(DOC_MAN$2) $(OUTPUT)bpf-$1.rst
64 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir)
65 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir)
69 $(Q)$(RM) $$(addprefix $(DESTDIR)$$(man$2dir)/,$$(_DOC_MAN$2))
70 $(Q)$(RMDIR) $(DESTDIR)$$(man$2dir)
/tools/bpf/bpftool/Documentation/
DMakefile9 Q = macro
11 Q = @ macro
47 $(Q)$(RM) $(DOC_MAN8)
51 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
52 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir)
56 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
57 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
/tools/build/
DMakefile21 Q = macro
23 Q = @ macro
26 export Q srctree CC LD
39 …$(Q)find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.…
40 $(Q)rm -f $(OUTPUT)fixdep
43 $(Q)$(MAKE) -C feature OUTPUT=$(TMP_O) clean >/dev/null
47 $(Q)$(MAKE) $(build)=fixdep
DMakefile.include5 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
8 $(Q)$(MAKE) -C $(srctree)/tools/build clean
DMakefile.build17 Q =
20 Q=@
139 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
/tools/testing/selftests/bpf/bpf_testmod/
DMakefile5 Q = macro
7 Q = @ macro
16 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
19 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) clean
/tools/perf/tests/
DBuild71 $(Q)echo '#include <tests/llvm.h>' > $@
72 $(Q)echo 'const char test_llvm__bpf_base_prog[] =' >> $@
73 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@
74 $(Q)echo ';' >> $@
78 $(Q)echo '#include <tests/llvm.h>' > $@
79 $(Q)echo 'const char test_llvm__bpf_test_kbuild_prog[] =' >> $@
80 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@
81 $(Q)echo ';' >> $@
85 $(Q)echo '#include <tests/llvm.h>' > $@
86 $(Q)echo 'const char test_llvm__bpf_test_prologue_prog[] =' >> $@
[all …]
/tools/lib/lockdep/
DMakefile76 export Q VERBOSE
88 Q =
92 Q = @ macro
121 $(Q)$(MAKE) $(build)=liblockdep
124 $(Q)$(do_compile_shared_library)
127 $(Q)$(do_build_static_lib)
148 $(Q)$(call do_install,$(LIB_FILE),$(libdir_SQ))
149 $(Q)$(call do_install,$(BIN_FILE),$(bindir_SQ))
/tools/bpf/bpftool/
DMakefile11 Q = macro
13 Q = @ macro
40 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) $(LIBBPF_OUTPUT)libbpf.a
43 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) \
48 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
52 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) clean >/dev/null
162 $(Q)cp "$(VMLINUX_H)" $@
208 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
212 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
213 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
[all …]
/tools/perf/
DMakefile.perf160 Q =
162 Q = @
238 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
451 $(Q)$(SHELL) '$(drm_ioctl_tbl)' $(drm_hdr_dir) > $@
457 $(Q)$(SHELL) '$(fadvise_advice_tbl)' $(linux_uapi_dir) > $@
463 $(Q)$(SHELL) '$(fsmount_tbls)' $(linux_uapi_dir) > $@
469 $(Q)$(SHELL) '$(fspick_tbls)' $(linux_uapi_dir) > $@
475 $(Q)$(SHELL) '$(fsconfig_tbls)' $(linux_uapi_dir) > $@
482 $(Q)$(SHELL) '$(pkey_alloc_access_rights_tbl)' $(asm_generic_hdr_dir) > $@
489 $(Q)$(SHELL) '$(sndrv_ctl_ioctl_tbl)' $(sndrv_ctl_hdr_dir) > $@
[all …]
/tools/bpf/
DMakefile31 Q = macro
33 Q = @ macro
97 $(Q)$(RM) -r -- $(OUTPUT)*.o $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg \
100 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpf
101 $(Q)$(RM) -r -- $(OUTPUT)feature
105 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin
106 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm
108 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg
110 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
/tools/lib/perf/
DMakefile50 Q = macro
52 Q = @ macro
115 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) $(OUTPUT)libapi.a
119 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null
122 $(Q)$(MAKE) $(build)=libperf
137 $(Q)$(MAKE) libs
150 $(Q)$(MAKE) $(build)=tests
205 $(Q)$(MAKE) -C Documentation install-man install-html install-examples
/tools/gpio/
DMakefile40 $(Q)$(MAKE) $(build)=gpio-utils
47 $(Q)$(MAKE) $(build)=lsgpio
56 $(Q)$(MAKE) $(build)=gpio-hammer
65 $(Q)$(MAKE) $(build)=gpio-event-mon
74 $(Q)$(MAKE) $(build)=gpio-watch
/tools/iio/
DMakefile38 $(Q)$(MAKE) $(build)=iio_utils
42 $(Q)$(MAKE) $(build)=lsiio
48 $(Q)$(MAKE) $(build)=iio_event_monitor
54 $(Q)$(MAKE) $(build)=iio_generic_buffer
/tools/perf/arch/powerpc/
DMakefile25 $(Q)$(SHELL) '$(systbl)' '64' $(sysdef) > $@
28 $(Q)$(SHELL) '$(systbl)' '32' $(sysdef) > $@
/tools/hv/
DMakefile32 $(Q)$(MAKE) $(build)=hv_kvp_daemon
38 $(Q)$(MAKE) $(build)=hv_vss_daemon
44 $(Q)$(MAKE) $(build)=hv_fcopy_daemon
/tools/objtool/
DMakefile63 $(Q)$(MAKE) -C $(SUBCMD_SRCDIR) OUTPUT=$(LIBSUBCMD_OUTPUT)
67 $(Q)find $(OUTPUT) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
68 $(Q)$(RM) $(OUTPUT)arch/x86/inat-tables.c $(OUTPUT)fixdep
/tools/usb/
DMakefile29 $(Q)$(MAKE) $(build)=testusb
35 $(Q)$(MAKE) $(build)=ffs-test
/tools/
DMakefile85 $(Q)mkdir -p $(PERF_O) .
86 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir=
166 $(Q)mkdir -p $(PERF_O) .
167 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
/tools/lib/bpf/
DMakefile95 Q = macro
97 Q = @ macro
135 $(Q)$(MAKE) all_cmd
155 $(Q)$(MAKE) $(build)=libbpf OUTPUT=$(SHARED_OBJDIR) CFLAGS="$(CFLAGS) $(SHLIB_FLAGS)"
158 $(Q)$(MAKE) $(build)=libbpf OUTPUT=$(STATIC_OBJDIR)
/tools/lib/traceevent/plugins/
DMakefile114 Q =
116 Q = @ macro
152 $(Q)$(MAKE) $(build)=$(plugin_obj)

12