Skip to content

Commit

Permalink
Update reporter/base_reporter.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Kalkanis <[email protected]>
  • Loading branch information
dmathieu and christos68k authored Dec 12, 2024
1 parent e89687d commit c004f45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reporter/base_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ func (b *BaseReporter) ExecutableKnown(fileID libpf.FileID) bool {
return known
}

// FrameKnown returns true if the metadata of the Frame specified by frameID is
// cached in the reporter.
func (b *BaseReporter) FrameKnown(frameID libpf.FrameID) bool {

Check failure on line 91 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Lint (amd64)

undefined: BaseReporter

Check failure on line 91 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Build integration test binaries (arm64)

undefined: BaseReporter

Check failure on line 91 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Build integration test binaries (amd64)

undefined: BaseReporter

Check failure on line 91 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Test (arm64)

undefined: BaseReporter

Check failure on line 91 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Test (amd64)

undefined: BaseReporter

Check failure on line 91 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Analyze Go (amd64)

undefined: BaseReporter
known := false
if frameMapLock, exists := b.pdata.Frames.GetAndRefresh(frameID.FileID(),
Expand Down

0 comments on commit c004f45

Please sign in to comment.