Home
last modified time | relevance | path

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

12

/tools/bpf/runqslower/
DMakefile23 Q = macro
26 Q = @ macro
41 $(Q)rm -rf $(OUTPUT) runqslower
45 $(Q)$(CC) $(CFLAGS) $^ -lelf -lz -o $@
54 $(Q)$(BPFTOOL) gen skeleton $< > $@
58 $(Q)$(CLANG) -g -O2 -target bpf $(INCLUDES) \
64 $(Q)$(CC) $(CFLAGS) $(INCLUDES) -c $(filter %.c,$^) -o $@
68 $(Q)mkdir -p $(OUTPUT)
72 $(Q)if [ ! -e "$(VMLINUX_BTF_PATH)" ] ; then \
77 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF_PATH) format c > $@
[all …]
/tools/bpf/resolve_btfids/
DMakefile8 Q = macro
11 Q = @ macro
42 $(Q)mkdir -p $(@)
45 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
48 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
58 export srctree OUTPUT CFLAGS Q
62 $(Q)$(MAKE) $(build)=resolve_btfids
66 $(Q)$(CC) $(BINARY_IN) $(LDFLAGS) -o $@ $(BPFOBJ) $(SUBCMDOBJ) $(LIBS)
78 $(Q)$(RM) -rf $(clean_objects)
85 $(Q)ctags -R . $(LIBBPF_SRC) $(SUBCMD_SRC)
/tools/build/
DMakefile21 Q = macro
23 Q = @ macro
26 export Q srctree CC LD
35 …$(Q)find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.…
36 $(Q)rm -f $(OUTPUT)fixdep
38 $(Q)$(MAKE) -C feature/ clean >/dev/null
41 $(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/bpf/bpftool/Documentation/
DMakefile9 Q = macro
11 Q = @ macro
50 $(Q)$(RM) $(DOC_MAN8)
54 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
55 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir)
59 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
60 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
/tools/bpf/
DMakefile.helpers17 Q =
19 Q = @
48 $(Q)$(RM) $(DOC_MAN7) $(OUTPUT)$(HELPERS_RST)
52 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man7dir)
53 $(Q)$(INSTALL) -m 644 $(DOC_MAN7) $(DESTDIR)$(man7dir)
57 $(Q)$(RM) $(addprefix $(DESTDIR)$(man7dir)/,$(_DOC_MAN7))
58 $(Q)$(RMDIR) $(DESTDIR)$(man7dir)
DMakefile31 Q = macro
33 Q = @ macro
94 $(Q)$(RM) -r -- $(OUTPUT)*.o $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg \
97 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpf
98 $(Q)$(RM) -r -- $(OUTPUT)feature
102 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin
103 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm
105 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg
107 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
/tools/testing/selftests/bpf/
DMakefile93 Q = macro
96 Q = @ macro
106 $(Q)$(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
127 $(Q)$(CC) $(CFLAGS) -c $(filter %.c,$^) $(LDLIBS) -o $@
131 $(Q)$(LINK.c) $^ $(LDLIBS) -o $@
135 $(Q)$(CC) $(LDFLAGS) -o $@ $< $(LDLIBS) -Wl,--build-id=sha1
139 $(Q)$(CC) -c $(CFLAGS) -o $@ $<
154 $(Q)$(MAKE) $(submake_extras) -C $(TOOLSDIR)/bpf/runqslower \
178 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOLDIR) \
181 $(Q)mkdir -p $(BUILD_DIR)/bpftool/Documentation
[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)
/tools/perf/tests/
DBuild68 $(Q)echo '#include <tests/llvm.h>' > $@
69 $(Q)echo 'const char test_llvm__bpf_base_prog[] =' >> $@
70 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@
71 $(Q)echo ';' >> $@
75 $(Q)echo '#include <tests/llvm.h>' > $@
76 $(Q)echo 'const char test_llvm__bpf_test_kbuild_prog[] =' >> $@
77 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@
78 $(Q)echo ';' >> $@
82 $(Q)echo '#include <tests/llvm.h>' > $@
83 $(Q)echo 'const char test_llvm__bpf_test_prologue_prog[] =' >> $@
[all …]
/tools/perf/
DMakefile.perf156 Q =
158 Q = @
229 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
436 $(Q)$(SHELL) '$(drm_ioctl_tbl)' $(drm_hdr_dir) > $@
442 $(Q)$(SHELL) '$(fadvise_advice_tbl)' $(linux_uapi_dir) > $@
448 $(Q)$(SHELL) '$(fsmount_tbls)' $(linux_uapi_dir) > $@
454 $(Q)$(SHELL) '$(fspick_tbls)' $(linux_uapi_dir) > $@
460 $(Q)$(SHELL) '$(fsconfig_tbls)' $(linux_uapi_dir) > $@
467 $(Q)$(SHELL) '$(pkey_alloc_access_rights_tbl)' $(asm_generic_hdr_dir) > $@
474 $(Q)$(SHELL) '$(sndrv_ctl_ioctl_tbl)' $(sndrv_ctl_hdr_dir) > $@
[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
31 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) $(LIBBPF_OUTPUT)libbpf.a
35 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
141 $(Q)cp "$(VMLINUX_H)" $@
180 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
184 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
185 $(Q)$(RM) -- $(BPFTOOL_BOOTSTRAP) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
186 $(Q)$(RM) -r -- $(OUTPUT)libbpf/
188 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
[all …]
/tools/lib/perf/
DMakefile50 Q = macro
52 Q = @ macro
113 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) $(OUTPUT)libapi.a
117 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null
120 $(Q)$(MAKE) $(build)=libperf
135 $(Q)$(MAKE) libs
140 $(Q)$(MAKE) -C tests clean
143 $(Q)$(MAKE) -C tests
144 $(Q)$(MAKE) -C tests run
185 $(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/
DMakefile37 $(Q)$(MAKE) $(build)=iio_utils
41 $(Q)$(MAKE) $(build)=lsiio
47 $(Q)$(MAKE) $(build)=iio_event_monitor
53 $(Q)$(MAKE) $(build)=iio_generic_buffer
/tools/hv/
DMakefile32 $(Q)$(MAKE) $(build)=hv_kvp_daemon
38 $(Q)$(MAKE) $(build)=hv_vss_daemon
44 $(Q)$(MAKE) $(build)=hv_fcopy_daemon
/tools/perf/arch/powerpc/
DMakefile29 $(Q)$(SHELL) '$(systbl)' '64' $(sysdef) > $@
35 $(Q)$(SHELL) '$(systbl)' '32' $(sysdef) > $@
/tools/objtool/
DMakefile62 $(Q)$(MAKE) -C $(SUBCMD_SRCDIR) OUTPUT=$(LIBSUBCMD_OUTPUT)
66 $(Q)find $(OUTPUT) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
67 $(Q)$(RM) $(OUTPUT)arch/x86/inat-tables.c $(OUTPUT)fixdep
/tools/usb/
DMakefile29 $(Q)$(MAKE) $(build)=testusb
35 $(Q)$(MAKE) $(build)=ffs-test
/tools/
DMakefile84 $(Q)mkdir -p $(PERF_O) .
85 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir=
164 $(Q)mkdir -p $(PERF_O) .
165 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
/tools/lib/bpf/
DMakefile116 Q = macro
118 Q = @ macro
156 $(Q)$(MAKE) all_cmd
176 $(Q)$(MAKE) $(build)=libbpf OUTPUT=$(SHARED_OBJDIR) CFLAGS="$(CFLAGS) $(SHLIB_FLAGS)"
179 $(Q)$(MAKE) $(build)=libbpf OUTPUT=$(STATIC_OBJDIR)
271 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/tools/spi/
DMakefile39 $(Q)$(MAKE) $(build)=spidev_test
48 $(Q)$(MAKE) $(build)=spidev_fdx
/tools/lib/traceevent/plugins/
DMakefile114 Q =
116 Q = @ macro
152 $(Q)$(MAKE) $(build)=$(plugin_obj)

12