From 017494938f061fd1276f2a54b1df0e7002655e9f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 10 Apr 2025 21:28:45 +0300 Subject: can serialize and deserialize to/from gob --- internal/eventloop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/eventloop.go') diff --git a/internal/eventloop.go b/internal/eventloop.go index 217d880..5ff2b45 100644 --- a/internal/eventloop.go +++ b/internal/eventloop.go @@ -25,7 +25,7 @@ type eventLoop struct { files map[int32]file.File // Track all open files by file descriptor.. comms map[uint32]string // Program or thread name of the current Tid. prevPairTimes map[uint32]uint64 // Previous event's time (to calculate time differences between two events) - flamegraph flamegraph.Flamegraph // Storing all paths in a map structure for analysis + flamegraph flamegraph.IorDataCollector // Storing all paths in a map structure for analysis // Statistics numTracepoints uint -- cgit v1.2.3