On Sat, Oct 23, 2021 at 5:05 AM Jiri Olsa <jolsa@xxxxxxxxxx> 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@xxxxxxxxxx> > --- LGTM. I suggest posting it separately from the BTF dedup hack. Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > 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 > [...]