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 c004f45 commit 942ac8a
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 @@ -99,8 +99,6 @@ func (b *BaseReporter) FrameKnown(frameID libpf.FrameID) bool {
return known
}

// ExecutableMetadata accepts a fileID with the corresponding filename
// and caches this information.
func (b *BaseReporter) ExecutableMetadata(args *ExecutableMetadataArgs) {

Check failure on line 102 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Lint (amd64)

undefined: BaseReporter

Check failure on line 102 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Test (arm64)

undefined: BaseReporter

Check failure on line 102 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Build integration test binaries (arm64)

undefined: BaseReporter

Check failure on line 102 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Build integration test binaries (amd64)

undefined: BaseReporter

Check failure on line 102 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Test (amd64)

undefined: BaseReporter

Check failure on line 102 in reporter/base_reporter.go

View workflow job for this annotation

GitHub Actions / Analyze Go (amd64)

undefined: BaseReporter
b.pdata.Executables.Add(args.FileID, samples.ExecInfo{
FileName: args.FileName,
Expand Down

0 comments on commit 942ac8a

Please sign in to comment.