diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2023-11-20 21:37:19 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2023-12-11 04:21:32 +0300 |
| commit | 66242cfafeea59a0199250dda3dc98736782a739 (patch) | |
| tree | d16b020b4f4f7f78846060a6498947e5ff61a7ea /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | fe1a25eb059b215949825d4c81e26b100e6816a9 (diff) | |
| download | linux-66242cfafeea59a0199250dda3dc98736782a739.tar.xz | |
checkstack: allow to pass MINSTACKSIZE parameter
The checkstack script omits all functions with a stack usage of less than
100 bytes. However the script already has support for a parameter which
allows to override the default, but it cannot be set with
$ make checkstack
Add a MINSTACKSIZE parameter which allows to change the default. This might
be useful in order to print the stack usage of all functions, or only those
with large stack usage:
$ make checkstack MINSTACKSIZE=0
$ make checkstack MINSTACKSIZE=800
Link: https://lkml.kernel.org/r/20231120183719.2188479-4-hca@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Cc: Maninder Singh <maninder1.s@samsung.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Vaneet Narang <v.narang@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
