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 942ac8a commit f58d5ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reporter/base_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (*BaseReporter) ReportMetrics(_ uint32, _ []uint32, _ []int64) {}

func (*BaseReporter) SupportsReportTraceEvent() bool { return true }

// ReportTraceEvent enqueues reported trace events for the reporter.
func (b *BaseReporter) ReportTraceEvent(trace *libpf.Trace, meta *TraceEventMeta) {
traceEventsMap := b.traceEvents.WLock()
defer b.traceEvents.WUnlock(&traceEventsMap)
Expand Down

0 comments on commit f58d5ef

Please sign in to comment.