diff options
author | 2024-11-02 11:04:51 +0100 | |
---|---|---|
committer | 2024-11-11 20:00:21 -0800 | |
commit | 09048d22b7825a5025cf7e135f7e3134daff4df2 (patch) | |
tree | f3c171ec1e0fc06d8bc3917e2bb076b7ad91bda1 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Merge branch 'refactor-lock-management' (diff) | |
download | wireguard-linux-09048d22b7825a5025cf7e135f7e3134daff4df2.tar.xz wireguard-linux-09048d22b7825a5025cf7e135f7e3134daff4df2.zip |
kbuild,bpf: Pass make jobs' value to pahole
Pass the value of make's -j/--jobs argument to pahole, to avoid out of
memory errors and make pahole respect the "jobs" value of make.
On systems with little memory but many cores, invoking pahole using -j
without argument potentially creates too many pahole instances,
causing an out-of-memory situation. Instead, we should pass make's
"jobs" value as an argument to pahole's -j, which is likely configured
to be (much) lower than the actual core count on such systems.
If make was invoked without -j, either via cmdline or MAKEFLAGS, then
JOBS will be simply empty, resulting in the existing behavior, as
expected.
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Tested-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Link: https://lore.kernel.org/bpf/20241102100452.793970-1-flo@geekplace.eu
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions