You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts/pahole-flags.sh: Enable parallelization of pahole.
Pass a -j argument to pahole to parse DWARF and generate BTF with
multithreading (-j without arguments means one thread per CPU).
This also requires to check the version of pahole to then apply -j
only if >= v1.22.
Signed-off-by: Kui-Feng Lee <kuifeng@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20220216193431.2691015-1-kuifeng@fb.com
0 commit comments