Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Provides fixes to several tools that got broken with newer kernels. Resolves #2128.
List of changes:
tools/old
directory which contains versions of scripts for older kernels that cannot be easily maintained as a single script.mdflush.bt
is split into 2 versions. Resolves mdflush.bt not working on newer kernels #1896.tcpdrop.bt
that it can stop working on newer kernels (not replacable). Resolves tcpdrop.bt not working on newer kernels #1895.bio*.bt
tools as they were renamed in kernel. This is an example of a single script covering multiple kernel versions (it'll print always print a warning about a missing probe, though). Together with tools: Make tools rely on BTF instead of header files. #1823 resolves all bio*.bt tools stop working from kernel 5.16 #2127.Checklist
man/adoc/bpftrace.adoc
and if needed indocs/reference_guide.md
CHANGELOG.md