New
v0.24.0
Release highlights
- Addition of macros allowing code reuse (unstable).
- Support for named parameters of bpftrace scripts.
- New map function
tseriesfor printing time series graph showing how a value evolved over time (unstable). - Map declarations allowing to specify map type (e.g. array, LRU hash, etc.) and other properties (unstable).
- Range based
forloops. - Boolean literals (
trueandfalse). - Array access with non-constant index.
For more details on these features, including examples how to use them, refer to the Release Notes.
Full changelog
Breaking Changes
- Drop majority of DWARF support. Only uprobe argument parsing remains.