mbox series

[dwarves,0/3] pahole: support nonstandard btf_features

Message ID 20240416143718.2857981-1-alan.maguire@oracle.com (mailing list archive)
Headers show
Series pahole: support nonstandard btf_features | expand

Message

Alan Maguire April 16, 2024, 2:37 p.m. UTC
This small series allows the user to specify --btf_features=all along
with non-standard features such as --btf_features=reproducible_build .
Features are documented as standard - so participating in "all" -
or non-standard - such as "reproducible_build".

Tests are updated to use --btf_features=all,reproducible_build.

Series is applicable on next/ branch.

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>

Alan Maguire (3):
  pahole: allow --btf_features to not participate in "all"
  pahole: add reproducible_build to --btf_features
  tests/reproducible_build: use --btf_features=all,reproducible_build

 man-pages/pahole.1          | 10 +++++++++-
 pahole.c                    | 37 ++++++++++++++++++++++++-------------
 tests/reproducible_build.sh |  2 +-
 3 files changed, 34 insertions(+), 15 deletions(-)