Lines Matching refs:shell
156 SOURCE := $(shell ln -sfn $(srctree)/tools/perf $(OUTPUT)/source)
184 ifneq (, $(shell which $(CROSS_COMPILE)pkg-config))
250 SHELLCHECK := $(shell which shellcheck 2> /dev/null)
257 ifeq ($(shell expr $(shell $(SHELLCHECK) --version | grep version: | \
267 MYPY := $(shell which mypy 2> /dev/null)
272 PYLINT := $(shell which pylint 2> /dev/null)
525 $(shell [ -d '$(beauty_ioctl_outdir)' ] || mkdir -p '$(beauty_ioctl_outdir)')
730 TESTS_CORESIGHT_DIR := $(srctree)/tools/perf/tests/shell/coresight
742 $(shell [ -d '$(OUTPUT)python' ] || mkdir -p '$(OUTPUT)python')
1135 $(INSTALL) tests/shell/*.sh '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell'; \
1137 $(INSTALL) tests/shell/attr/* -m 644 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/attr'; \
1139 $(INSTALL) tests/shell/lib/*.sh -m 644 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/lib'; \
1140 $(INSTALL) tests/shell/lib/*.py -m 644 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/lib'; \
1142 $(INSTALL) tests/shell/common/*.sh '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/common'; \
1143 $(INSTALL) tests/shell/common/*.pl '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/common'; \
1145 …$(INSTALL) tests/shell/base_probe/*.sh '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/base_probe…
1147 …$(INSTALL) tests/shell/base_report/*.sh '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/base_repo…
1148 …$(INSTALL) tests/shell/base_report/*.txt '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/base_rep…
1150 $(INSTALL) tests/shell/coresight/*.sh '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/coresight'
1151 $(Q)$(MAKE) -C tests/shell/coresight install-tests
1192 $(shell $(1) $(2) -v -E - </dev/null 2>&1 \
1194 $(shell $(1) $(2) -dM -E - </dev/null | grep '__riscv_xlen ' | awk '{printf("-D__riscv_xlen=%d -D__…
1218 /boot/vmlinux-$(shell uname -r)
1225 VMLINUX_BTF_PATHS ?= $(shell for file in $(VMLINUX_BTF_ELF_ABSPATHS); \