Home
last modified time | relevance | path

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

12

/tools/bpf/bpftool/Documentation/
DMakefile10 Q = macro
12 Q = @ macro
40 $(Q)$(RM) $(DOC_MAN8)
44 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
45 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir)
49 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
50 $(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/perf/tests/
DBuild60 $(Q)echo '#include <tests/llvm.h>' > $@
61 $(Q)echo 'const char test_llvm__bpf_base_prog[] =' >> $@
62 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@
63 $(Q)echo ';' >> $@
67 $(Q)echo '#include <tests/llvm.h>' > $@
68 $(Q)echo 'const char test_llvm__bpf_test_kbuild_prog[] =' >> $@
69 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@
70 $(Q)echo ';' >> $@
74 $(Q)echo '#include <tests/llvm.h>' > $@
75 $(Q)echo 'const char test_llvm__bpf_test_prologue_prog[] =' >> $@
[all …]
/tools/build/
DMakefile25 Q = macro
27 Q = @ macro
30 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) $(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/
DMakefile12 Q = macro
14 Q = @ macro
32 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) $(LIBBPF_OUTPUT)libbpf.a
36 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
127 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
128 $(Q)$(RM) -r -- $(OUTPUT)libbpf/
130 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
131 $(Q)$(RM) -r -- $(OUTPUT)feature/
135 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
136 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
[all …]
/tools/perf/
DMakefile.perf144 Q =
146 Q = @
221 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
421 $(Q)$(SHELL) '$(drm_ioctl_tbl)' $(drm_hdr_dir) > $@
427 $(Q)$(SHELL) '$(fadvise_advice_tbl)' $(linux_uapi_dir) > $@
433 $(Q)$(SHELL) '$(fsmount_tbls)' $(linux_uapi_dir) > $@
439 $(Q)$(SHELL) '$(fspick_tbls)' $(linux_uapi_dir) > $@
445 $(Q)$(SHELL) '$(fsconfig_tbls)' $(linux_uapi_dir) > $@
452 $(Q)$(SHELL) '$(pkey_alloc_access_rights_tbl)' $(asm_generic_hdr_dir) > $@
459 $(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/testing/selftests/bpf/
Dtest_lirc_mode2.sh23 LIRCDEV=$(grep DEVNAME= $i/lirc*/uevent | sed sQDEVNAME=Q/dev/Q)
24 INPUTDEV=$(grep DEVNAME= $i/input*/event*/uevent | sed sQDEVNAME=Q/dev/Q)
/tools/perf/lib/
DMakefile50 Q = macro
52 Q = @ macro
112 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) $(OUTPUT)libapi.a
116 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null
119 $(Q)$(MAKE) $(build)=libperf
134 $(Q)$(MAKE) libs
139 $(Q)$(MAKE) -C tests clean
142 $(Q)$(MAKE) -C tests
143 $(Q)$(MAKE) -C tests run
/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
/tools/hv/
DMakefile32 $(Q)$(MAKE) $(build)=hv_kvp_daemon
38 $(Q)$(MAKE) $(build)=hv_vss_daemon
44 $(Q)$(MAKE) $(build)=hv_fcopy_daemon
/tools/iio/
DMakefile37 $(Q)$(MAKE) $(build)=lsiio
43 $(Q)$(MAKE) $(build)=iio_event_monitor
49 $(Q)$(MAKE) $(build)=iio_generic_buffer
/tools/perf/arch/powerpc/
DMakefile29 $(Q)$(SHELL) '$(systbl)' '64' $(sysdef) > $@
35 $(Q)$(SHELL) '$(systbl)' '32' $(sysdef) > $@
/tools/objtool/
DMakefile58 $(Q)$(MAKE) -C $(SUBCMD_SRCDIR) OUTPUT=$(LIBSUBCMD_OUTPUT)
62 $(Q)find $(OUTPUT) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
63 $(Q)$(RM) $(OUTPUT)arch/x86/inat-tables.c $(OUTPUT)fixdep
/tools/lib/bpf/
DMakefile121 Q = macro
123 Q = @ macro
164 $(Q)$(MAKE) all_cmd
184 $(Q)$(MAKE) $(build)=libbpf OUTPUT=$(SHARED_OBJDIR) CFLAGS="$(CFLAGS) $(SHLIB_FLAGS)"
187 $(Q)$(MAKE) $(build)=libbpf OUTPUT=$(STATIC_OBJDIR)
268 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/tools/
DMakefile80 $(Q)mkdir -p $(PERF_O) .
81 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir=
160 $(Q)mkdir -p $(PERF_O) .
161 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
/tools/spi/
DMakefile39 $(Q)$(MAKE) $(build)=spidev_test
48 $(Q)$(MAKE) $(build)=spidev_fdx
/tools/lib/traceevent/plugins/
DMakefile113 Q =
115 Q = @ macro
149 $(Q)$(MAKE) $(build)=$(plugin_obj)
/tools/lib/traceevent/
DMakefile117 Q =
119 Q = @ macro
142 $(Q)$(MAKE) $(build)=libtraceevent
176 $(Q)$(N)$(call update_version.h)
/tools/perf/arch/x86/
DMakefile22 $(Q)$(SHELL) '$(systbl)' $(sys)/syscall_64.tbl 'x86_64' > $@
/tools/perf/arch/arm64/
DMakefile23 $(Q)$(SHELL) '$(systbl)' '$(CC)' '$(HOSTCC)' $(incpath) $(sysdef) > $@
/tools/objtool/arch/x86/
DBuild8 $(Q)$(call echo-cmd,gen)$(AWK) -f $(inat_tables_script) $(inat_tables_maps) > $@

12