We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e84e6 commit 6875c67Copy full SHA for 6875c67
internal/pkg/instrumentation/perf/perf_linux.go
@@ -10,9 +10,11 @@ import (
10
)
11
12
// Re-export the types from github.com/cilium/ebpf/perf.
13
-type Record = perf.Record
14
-type Reader = perf.Reader
15
-type ReaderOptions = perf.ReaderOptions
+type (
+ Record = perf.Record
+ Reader = perf.Reader
16
+ ReaderOptions = perf.ReaderOptions
17
+)
18
19
// Re-export the functions from github.com/cilium/ebpf/perf.
20
// NewReader is a re-export of perf.NewReader.
0 commit comments