On Sat, Oct 23, 2021 at 5:05 AM Jiri Olsa [off-list ref] wrote:
Using new PAHOLE_FLAGS variable to pass extra arguments to
pahole for both vmlinux and modules BTF data generation.
Adding new scripts/pahole-flags.sh script that detect and
prints pahole options.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
---
LGTM. I suggest posting it separately from the BTF dedup hack.
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Makefile | 3 +++
scripts/Makefile.modfinal | 2 +-
scripts/link-vmlinux.sh | 11 +----------
scripts/pahole-flags.sh | 20 ++++++++++++++++++++
4 files changed, 25 insertions(+), 11 deletions(-)
create mode 100755 scripts/pahole-flags.sh
[...]