Skip to content

perf: sync tools headers with kernel

Michael Petlan requested to merge mpetlan/centos-stream-9:my_RHEL-11706 into main

JIRA: https://issues.redhat.com/browse/RHEL-11706

Upstream, when there is a change in a header file from the specific set of headers (listed in tools/perf/check-headers.sh), it is accompanied by a commit that brings the same change into its counterpart located in tools/include. Usually several changes are squashed together. We cannot easily follow this strategy, since we not always take all the commits squashed together.

In order to tidy tools/include up, we need to sync the headers manually.

Signed-off-by: Michael Petlan mpetlan@redhat.com

Merge request reports