File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
Unreleased
2
2
----------
3
- - Added kprobe multi support for attaching programs, with and without providing
4
- additional options
3
+ - Added kprobe multi support for attaching programs, with and without
4
+ providing additional options
5
5
- Introduced ` TracepointCategory ` enum for specifying tracepoint
6
6
categories
7
7
- Allow to provide additional options when attaching programs to raw
@@ -13,9 +13,11 @@ Unreleased
13
13
- Adjusted ` UprobeOpts::func_name ` to be an ` Option `
14
14
- Implemented ` Sync ` for ` Link `
15
15
- Updated ` libbpf-sys ` dependency to ` 1.5.0 `
16
- - Added ` Program::attach_perf_event_with_opts ` for attaching to perf events.
17
- - Added ` ProgramInput::repeat ` field to run a test multiple times.
18
- - Added ` ProgramOutput::duration ` field which represent the average duration per repetition.
16
+ - Added ` Program::attach_perf_event_with_opts ` for attaching to perf
17
+ events
18
+ - Added ` ProgramInput::repeat ` field to run a test multiple times
19
+ - Added ` ProgramOutput::duration ` field which represent the average
20
+ duration per repetition
19
21
20
22
21
23
0.25.0-beta.1
You can’t perform that action at this time.
0 commit comments