Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
Signed-off-by: looklose <shishuaiqun@yeah.net>
  • Loading branch information
looklose authored and lmb committed Apr 16, 2024
1 parent 46b2a3d commit 7fedde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ func bpfPerfEventOutputProgram() (*ebpf.Program, *ebpf.Map) {
return nil, nil
}

// ExamplePerfReader submits a perf event using BPF,
// ExampleReader submits a perf event using BPF,
// and then reads it in user space.
//
// The BPF will look something like this:
Expand Down

0 comments on commit 7fedde8

Please sign in to comment.