Skip to content

Commit 771c32b

Browse files
committed
changelog: Update for 2.2.0
1 parent 3f205bf commit 771c32b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [2.2.0] - 2021-11-26
4+
5+
### Changed
6+
7+
- kprobe wildcards are now filtered through
8+
available_filter_functions, if available, making them much more
9+
reliable.
10+
11+
### Added
12+
13+
- Self-test (ply -T) to automatically diagnose the most common
14+
configuration issues.
15+
- `sum()` aggregation (Namhyung Kim).
16+
- `BEGIN` and `END` probes that run at the beginning/end of a script
17+
(Namhyung Kim).
18+
- `interval` provider to run a probe at a specified interval (Namhyung
19+
Kim).
20+
- Access to dynamic tracepoint data, i.e. members marked with the
21+
`__data_loc` attribute.
22+
23+
### Fixed
24+
25+
- A bunch of parsing errors from weird scripts. Found via fuzzing done
26+
by Juraj Vijtiuk.
27+
- Static linking is now supported (Namhyung Kim)
28+
- Data layout issues with some tracepoints.
29+
330
## [2.1.1] - 2020-04-22
431

532
### Changed

0 commit comments

Comments
 (0)