Home
last modified time | relevance | path

Searched refs:SHELL (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/tools/perf/
DMakefile.perf494 SHELL = $(SHELL_PATH)
533 $(Q)$(SHELL) '$(fs_at_flags_tbl)' $(beauty_uapi_linux_dir) > $@
539 $(Q)$(SHELL) '$(clone_flags_tbl)' $(beauty_uapi_linux_dir) > $@
546 $(Q)$(SHELL) '$(drm_ioctl_tbl)' $(drm_hdr_dir) > $@
552 $(Q)$(SHELL) '$(fadvise_advice_tbl)' $(linux_uapi_dir) > $@
558 $(Q)$(SHELL) '$(fsmount_tbls)' $(beauty_uapi_linux_dir) > $@
564 $(Q)$(SHELL) '$(fspick_tbls)' $(beauty_uapi_linux_dir) > $@
570 $(Q)$(SHELL) '$(fsconfig_tbls)' $(beauty_uapi_linux_dir) > $@
577 $(Q)$(SHELL) '$(pkey_alloc_access_rights_tbl)' $(asm_generic_hdr_dir) > $@
584 $(Q)$(SHELL) '$(sndrv_ctl_ioctl_tbl)' $(beauty_uapi_sound_dir) > $@
[all …]
/linux-6.12.1/tools/perf/arch/powerpc/
DMakefile25 $(Q)$(SHELL) '$(systbl)' '64' $(sysdef) > $@
28 $(Q)$(SHELL) '$(systbl)' '32' $(sysdef) > $@
/linux-6.12.1/tools/perf/arch/x86/
DMakefile24 $(Q)$(SHELL) '$(systbl)' $(sys)/syscall_64.tbl 'x86_64' > $@
27 $(Q)$(SHELL) '$(systbl)' $(sys)/syscall_32.tbl 'x86' > $@
/linux-6.12.1/tools/perf/arch/mips/
DMakefile17 $(Q)$(SHELL) '$(systbl)' $(sysdef) > $@
/linux-6.12.1/tools/perf/arch/s390/
DMakefile23 $(Q)$(SHELL) '$(systbl)' $(sysdef) > $@
/linux-6.12.1/tools/perf/arch/arm64/
DMakefile24 $(Q)$(SHELL) '$(systbl)' '$(CC)' '$(HOSTCC)' $(incpath) $(sysdef) > $@
/linux-6.12.1/tools/perf/arch/loongarch/
DMakefile24 $(Q)$(SHELL) '$(systbl)' '$(CC)' '$(HOSTCC)' $(incpath) $(sysdef) > $@
/linux-6.12.1/arch/um/
DMakefile23 SHELL := bash macro
/linux-6.12.1/tools/perf/Documentation/
DMakefile133 SHELL_PATH ?= $(SHELL)