File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
30
## [ 2.1.1] - 2020-04-22
4
31
5
32
### Changed
You can’t perform that action at this time.
0 commit comments