Home
last modified time | relevance | path

Searched refs:checkstack (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dsubmit-checklist.rst51 10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 并修复他们发现的任何
56 ``checkstack`` 并没有明确指出问题,但是任何一个在堆栈上使用超过512
/OK3568_Linux_fs/kernel/Documentation/translations/ja_JP/
H A DSubmitChecklist59 10: 'make checkstack' と 'make namespacecheck' を利用し、問題が発見されたら
60 修正してください。'make checkstack' は明示的に問題を示しませんが、どれか
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dsubmit-checklist.rst56 10) Use ``make checkstack`` and fix any problems that it finds.
60 ``checkstack`` does not point out problems explicitly,
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dsubmit-checklist.rst57 10) Usare ``make checkstack`` e ``make namespacecheck`` e correggere tutti i
62 ``checkstack`` non evidenzia esplicitamente i problemi, ma una funzione
/OK3568_Linux_fs/kernel/
H A DMakefile2026 PHONY += checkstack kernelrelease kernelversion image_name
2037 checkstack: target
2039 $(PERL) $(srctree)/scripts/checkstack.pl $(CHECKSTACK_ARCH)
H A DMakefile-bak1706 @echo ' checkstack - Generate a list of stack hogs'
2027 PHONY += checkstack kernelrelease kernelversion image_name
2030 # toolchain, so needs $(SUBARCH) passed to checkstack.pl. Everyone
2038 checkstack:
2040 $(PERL) $(srctree)/scripts/checkstack.pl $(CHECKSTACK_ARCH)
/OK3568_Linux_fs/u-boot/
H A DMakefile1660 PHONY += checkstack ubootrelease ubootversion
1662 checkstack: target
1664 $(PERL) $(src)/scripts/checkstack.pl $(ARCH)