summaryrefslogtreecommitdiff
path: root/internal/eventloop.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-10 21:28:45 +0300
committerPaul Buetow <paul@buetow.org>2025-04-10 21:28:45 +0300
commit017494938f061fd1276f2a54b1df0e7002655e9f (patch)
tree9c98fbf31b524233b637079a0482b4255eb6e388 /internal/eventloop.go
parent9572fa5d087731f68d55517847833f6203b9a70d (diff)
can serialize and deserialize to/from gob
Diffstat (limited to 'internal/eventloop.go')
-rw-r--r--internal/eventloop.go2
1 files changed, 1 insertions, 1 deletions
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