Home
last modified time | relevance | path

Searched refs:sysdef (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/perf/arch/powerpc/
DMakefile18 sysdef := $(sysprf)/syscall.tbl macro
24 $(header64): $(sysdef) $(systbl)
25 $(Q)$(SHELL) '$(systbl)' '64' $(sysdef) > $@
27 $(header32): $(sysdef) $(systbl)
28 $(Q)$(SHELL) '$(systbl)' '32' $(sysdef) > $@
/linux-6.1.9/tools/perf/arch/mips/
DMakefile10 sysdef := $(sysprf)/syscall_n64.tbl macro
16 $(header): $(sysdef) $(systbl)
17 $(Q)$(SHELL) '$(systbl)' $(sysdef) > $@
/linux-6.1.9/tools/perf/arch/s390/
DMakefile16 sysdef := $(sysprf)/syscall.tbl macro
22 $(header): $(sysdef) $(systbl)
23 $(Q)$(SHELL) '$(systbl)' $(sysdef) > $@
/linux-6.1.9/tools/perf/arch/arm64/
DMakefile16 sysdef := $(srctree)/tools/arch/arm64/include/uapi/asm/unistd.h macro
23 $(header): $(sysdef) $(systbl)
24 $(Q)$(SHELL) '$(systbl)' '$(CC)' '$(HOSTCC)' $(incpath) $(sysdef) > $@