diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-10 21:28:45 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-10 21:28:45 +0300 |
| commit | 017494938f061fd1276f2a54b1df0e7002655e9f (patch) | |
| tree | 9c98fbf31b524233b637079a0482b4255eb6e388 /internal/eventloop.go | |
| parent | 9572fa5d087731f68d55517847833f6203b9a70d (diff) | |
can serialize and deserialize to/from gob
Diffstat (limited to 'internal/eventloop.go')
| -rw-r--r-- | internal/eventloop.go | 2 |
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 |
