Skip to content

Commit 0d8c62e

Browse files
Kui-Feng LeeNobody
authored andcommitted
scripts/pahole-flags.sh: Enable parallelization of pahole.
Pass a -j argument to pahole to parse DWARF and generate BTF with multithreading. Signed-off-by: Kui-Feng Lee <[email protected]>
1 parent 772bf42 commit 0d8c62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pahole-flags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# SPDX-License-Identifier: GPL-2.0
33

4-
extra_paholeopt=
4+
extra_paholeopt=-j
55

66
if ! [ -x "$(command -v ${PAHOLE})" ]; then
77
exit 0

0 commit comments

Comments
 (0)