github-vet / github-vet/rangeloop-pointer-findings
keybase/kbfs: libdokan/dir.go; 13 LoC
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- PR metrics pending
Description
Found a possible issue in [keybase/kbfs](https://www.github.com/keybase/kbfs) at [libdokan/dir.go](https://github.com/keybase/kbfs/blob/a4a00254ce4a3f4cf9d19ca56085d4964f1a7f64/libdokan/dir.go#L486-L498)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to de at line 490 may start a goroutine
[Click here to see the code in its original context.](https://github.com/keybase/kbfs/blob/a4a00254ce4a3f4cf9d19ca56085d4964f1a7f64/libdokan/dir.go#L486-L498)
Click here to show the 13 line(s) of Go which triggered the analyzer.
```go
for name, de := range children {
empty = false
ns.Name = name
// TODO perhaps resolve symlinks here?
fillStat(&ns.Stat, &de)
if strings.HasPrefix(name, HiddenFilePrefix) {
addFileAttribute(&ns.Stat, dokan.FileAttributeHidden)
}
err = callback(&ns)
if err != nil {
return err
}
}
```
Click here to show extra information the analyzer produced.
```
The following paths through the callgraph could lead to a goroutine:
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (runUnlessCanceled, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (signalWrite, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (dispatch, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewReporter, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (UnstageForTesting, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Parse, 1) -> (parse, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (dispatch, 0) -> (startWorker, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (encryptOutgoingMessage, 2) -> (Seal, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Free, 0) -> (unref, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Encode, 3) -> (encode, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ResetCaches, 0) -> (Shutdown, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (BackgroundContextWithCancellationDelayer, 0) -> (NewContextReplayable, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (reset, 0) -> (Reset, 0) -> (SetFormatter, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1) -> (Sort, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1) -> (Sort, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Hash, 0) -> (Last, 0) -> (fill, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getMDForRead, 3) -> (ReadOnly, 0) -> (getTlfBreakAndClose, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0) -> (After, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0) -> (After, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0) -> (After, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Encode, 2) -> (Encodef, 2) -> (HashSlice, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0) -> (After, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0) -> (After, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0) -> (After, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Error, 0) -> (Put, 1) -> (PushFront, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (writeLocked, 4) -> (rotateMem, 2) -> (newMem, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (close, 0) -> (eof, 0) -> (EvictAll, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (remove, 1) -> (index, 1) -> (remove, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 0) -> (Reset, 0) -> (SetFormatter, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Rename, 5) -> (newContext, 1) -> (CleanupCancellationDelayer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Rename, 5) -> (newContext, 1) -> (CleanupCancellationDelayer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (open, 1) -> (NewReader, 6) -> (readFilterBlock, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (open, 1) -> (NewReader, 6) -> (readFilterBlock, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (open, 1) -> (NewReader, 6) -> (readFilterBlock, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (kickOffRootBlockFetch, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (TogglePrefetcher, 1) -> (RecordCallWithMethodType, 4) -> (newCall, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (TogglePrefetcher, 1) -> (RecordCallWithMethodType, 4) -> (newCall, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ResetCaches, 0) -> (Shutdown, 0) -> (getReadTimeout, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ResetCaches, 0) -> (Shutdown, 0) -> (getReadTimeout, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Error, 0) -> (writeSingleline, 1) -> (WriteString, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Error, 0) -> (writeSingleline, 1) -> (WriteString, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewCRC, 1) -> (CRC, 1) -> (UpdateContext, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (writeBlock, 2) -> (NewCRC, 1) -> (CRC, 1) -> (UpdateContext, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (CallCompressed, 5) -> (doFavoritesOp, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (CallCompressed, 5) -> (doFavoritesOp, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewCommitIterCTime, 3) -> (Push, 1) -> (PushContext, 2) -> (Remote, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (signalWrite, 0) -> (ForceCancel, 0) -> (currCancel, 0) -> (newCall, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (signalWrite, 0) -> (ForceCancel, 0) -> (currCancel, 0) -> (newCall, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (signalWrite, 0) -> (ForceCancel, 0) -> (currCancel, 0) -> (newCall, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Parse, 1) -> (parse, 0) -> (parseCurrentToken, 0) -> (im, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Parse, 1) -> (parse, 0) -> (parseCurrentToken, 0) -> (im, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (multiWriteSyncer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (multiWriteSyncer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (multiWriteSyncer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Encode, 2) -> (Encodef, 2) -> (HashSlice, 1) -> (imag, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Getwd, 0) -> (Decode, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Version, 0) -> (wordVersion, 1) -> (Fields, 1) -> (With, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lookup, 1) -> (string, 0) -> (errorf, 1) -> (getEsc, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (encryptOutgoingMessage, 2) -> (Seal, 4) -> (Sum, 3) -> (poly1305_auth_armv6, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1) -> (IsThrottleError, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Free, 0) -> (unref, 0) -> (freeTrace, 1) -> (delete, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Release, 0) -> (FreeLibrary, 1) -> (addFileRef, 2) -> (prev, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (writeBlock, 2) -> (NewCRC, 1) -> (CRC, 1) -> (UpdateContext, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Notify, 2) -> (RecordCallWithMethodType, 5) -> (Time_t, 1) -> (GetErrno, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (save, 0) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (mkdirAll, 2) -> (Lookup, 3) -> (Readlink, 1) -> (mountpointMatchesRunmode, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Rename, 5) -> (newContext, 1) -> (CleanupCancellationDelayer, 1) -> (change, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (open, 1) -> (NewReader, 6) -> (readFilterBlock, 1) -> (readRawBlock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (kickOffRootBlockFetch, 2) -> (DefaultBlockRequestAction, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (kickOffRootBlockFetch, 2) -> (DefaultBlockRequestAction, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (TogglePrefetcher, 1) -> (RecordCallWithMethodType, 4) -> (newCall, 5) -> (Out, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (ParseTlfHandle, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 2) -> (notifyBatchLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 7) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 7) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (log, 4) -> (sweetenFields, 1) -> (Array, 2) -> (Reflect, 2) -> (errArray, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (log, 4) -> (sweetenFields, 1) -> (Array, 2) -> (Reflect, 2) -> (errArray, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lock, 0) -> (Pointer, 1) -> (UTF16FromString, 1) -> (Truncate, 0) -> (truncateLocked, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lock, 0) -> (Pointer, 1) -> (UTF16FromString, 1) -> (Truncate, 0) -> (truncateLocked, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unlock, 0) -> (Call, 5) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (IsTeamWriter, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1) -> (GetDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1) -> (GetDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (reset, 0) -> (Reset, 0) -> (SetFormatter, 1) -> (AddModuleLevel, 1) -> (AddModuleLevel, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unlock, 0) -> (Call, 5) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (IsTeamWriter, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (CallCompressed, 5) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (makeTLFJournal, 13)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (JournalStatus, 1) -> (getJournalStatus, 0) -> (getJournalStatusLocked, 0) -> (getQuotaInfo, 1) -> (getQuotaTracker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Type, 0) -> (nistID, 0) -> (Params, 0) -> (check, 1) -> (compareSubkeys, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Type, 0) -> (nistID, 0) -> (Params, 0) -> (check, 1) -> (compareSubkeys, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (makeTLFJournal, 13)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WaitForCompleteFlush, 2) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (enableLocked, 5) -> (makeTLFJournal, 13)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Hash, 0) -> (Last, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (sampleSeek, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (signalWrite, 0) -> (ForceCancel, 0) -> (currCancel, 0) -> (newCall, 5) -> (Out, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (Delete, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (Delete, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (Delete, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Parse, 1) -> (parse, 0) -> (parseCurrentToken, 0) -> (im, 1) -> (EqualFold, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Parse, 1) -> (parse, 0) -> (parseCurrentToken, 0) -> (im, 1) -> (EqualFold, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2) -> (AfterNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (multiWriteSyncer, 1) -> (readRawBlock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Encode, 2) -> (Encodef, 2) -> (HashSlice, 1) -> (imag, 1) -> (readn1eof, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Encode, 2) -> (Encodef, 2) -> (HashSlice, 1) -> (imag, 1) -> (readn1eof, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Encode, 2) -> (Encodef, 2) -> (HashSlice, 1) -> (imag, 1) -> (readn1eof, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1) -> (GetDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Exit, 1) -> (ExitProcess, 1) -> (Exitsyscall, 0) -> (checkForRetry, 1) -> (IsThrottleError, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getNewFolderName, 0) -> (lpcwstrToString, 1) -> (Decode, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1) -> (GetDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Getwd, 0) -> (Decode, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (Cicmp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 0) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2) -> (AfterNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lookup, 1) -> (string, 0) -> (errorf, 1) -> (getEsc, 1) -> (getBlockAtOffset, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lookup, 1) -> (string, 0) -> (errorf, 1) -> (getEsc, 1) -> (getBlockAtOffset, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lookup, 1) -> (string, 0) -> (errorf, 1) -> (getEsc, 1) -> (getBlockAtOffset, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lookup, 1) -> (string, 0) -> (errorf, 1) -> (getEsc, 1) -> (getBlockAtOffset, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Error, 0) -> (Put, 1) -> (PushFront, 1) -> (prev, 1) -> (PutIDForHandle, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 13)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (JournalStatus, 1) -> (getJournalStatus, 0) -> (getJournalStatusLocked, 0) -> (getQuotaInfo, 1) -> (getQuotaTracker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 13)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WaitForCompleteFlush, 2) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (enableLocked, 5) -> (makeTLFJournal, 13)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (writeLocked, 4) -> (rotateMem, 2) -> (newMem, 1) -> (allocFileNum, 0) -> (PutIDForHandle, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unmount, 1) -> (unmount, 1) -> (CombinedOutput, 0) -> (setAuth, 1) -> (SetBasicAuth, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unmount, 1) -> (unmount, 1) -> (CombinedOutput, 0) -> (setAuth, 1) -> (SetBasicAuth, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 0) -> (Reset, 0) -> (SetFormatter, 1) -> (AddModuleLevel, 1) -> (PutIDForHandle, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (mkdirAll, 2) -> (Lookup, 3) -> (Readlink, 1) -> (mountpointMatchesRunmode, 2) -> (DWORD, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Rename, 5) -> (newContext, 1) -> (CleanupCancellationDelayer, 1) -> (change, 1) -> (replay, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Rename, 5) -> (newContext, 1) -> (CleanupCancellationDelayer, 1) -> (change, 1) -> (replay, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Rename, 5) -> (newContext, 1) -> (CleanupCancellationDelayer, 1) -> (change, 1) -> (replay, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Stat, 2) -> (Fstatat, 4) -> (GetEntryEvenIfDeleted, 4) -> (getMDForReadHelper, 3) -> (NewReadAccessError, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (TogglePrefetcher, 1) -> (RecordCallWithMethodType, 4) -> (newCall, 5) -> (Out, 1) -> (Option, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (ParseTlfHandle, 5) -> (parseTlfHandleLoose, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 2) -> (notifyBatchLocked, 3) -> (notifyOneOpLocked, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (doResolve, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 7) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Error, 0) -> (writeSingleline, 1) -> (WriteString, 2) -> (AddModuleLevel, 1) -> (PutIDForHandle, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Error, 0) -> (writeSingleline, 1) -> (WriteString, 2) -> (AddModuleLevel, 1) -> (PutIDForHandle, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lock, 0) -> (Pointer, 1) -> (UTF16FromString, 1) -> (Truncate, 0) -> (truncateLocked, 5) -> (addTruncate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lock, 0) -> (Pointer, 1) -> (UTF16FromString, 1) -> (Truncate, 0) -> (truncateLocked, 5) -> (addTruncate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unlock, 0) -> (Call, 5) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (IsTeamWriter, 4) -> (checkRevisionCameBeforeMerkle, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1) -> (GetDirChildren, 2) -> (getDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1) -> (GetDirChildren, 2) -> (getDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3) -> (divRoundUp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (CallCompressed, 5) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (toFavToAdd, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (String, 1) -> (inputString, 1) -> (IsClean, 0) -> (UnixTime, 1) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (String, 1) -> (inputString, 1) -> (IsClean, 0) -> (UnixTime, 1) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (String, 1) -> (inputString, 1) -> (IsClean, 0) -> (UnixTime, 1) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (String, 1) -> (inputString, 1) -> (IsClean, 0) -> (UnixTime, 1) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (Delete, 2) -> (findTokenStart, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Encode, 2) -> (Encodef, 2) -> (HashSlice, 1) -> (imag, 1) -> (readn1eof, 0) -> (rateN, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2) -> (compactionExitTransact, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lookup, 1) -> (string, 0) -> (errorf, 1) -> (getEsc, 1) -> (getBlockAtOffset, 4) -> (Equals, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (CErrorf, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (CErrorf, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (CErrorf, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2) -> (prepareForWrite, 2) -> (cacheGet, 1) -> (TempFile, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3) -> (divRoundUp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (mkdirAll, 2) -> (Lookup, 3) -> (Readlink, 1) -> (mountpointMatchesRunmode, 2) -> (DWORD, 1) -> (Symlink, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (mkdirAll, 2) -> (Lookup, 3) -> (Readlink, 1) -> (mountpointMatchesRunmode, 2) -> (DWORD, 1) -> (Symlink, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Rename, 5) -> (newContext, 1) -> (CleanupCancellationDelayer, 1) -> (change, 1) -> (replay, 1) -> (newMsgpackzipCompressor, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Rename, 5) -> (newContext, 1) -> (CleanupCancellationDelayer, 1) -> (change, 1) -> (replay, 1) -> (newMsgpackzipCompressor, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lstat, 1) -> (Clean, 1) -> (doClean, 4) -> (doCleanDirectories, 2) -> (GetDirChildren, 2) -> (getDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lstat, 1) -> (Clean, 1) -> (doClean, 4) -> (doCleanDirectories, 2) -> (GetDirChildren, 2) -> (getDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lstat, 1) -> (Clean, 1) -> (doClean, 4) -> (doCleanDirectories, 2) -> (GetDirChildren, 2) -> (getDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (kickOffRootBlockFetch, 2) -> (DefaultBlockRequestAction, 0) -> (RecordCallWithMethodType, 10) -> (Fix, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (kickOffRootBlockFetch, 2) -> (DefaultBlockRequestAction, 0) -> (RecordCallWithMethodType, 10) -> (Fix, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (ParseTlfHandle, 5) -> (parseTlfHandleLoose, 5) -> (Suffix, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewCRC, 1) -> (CRC, 1) -> (UpdateContext, 2) -> (update, 3) -> (doRecursiveUpdate, 2) -> (Submodules, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lock, 0) -> (Pointer, 1) -> (UTF16FromString, 1) -> (Truncate, 0) -> (truncateLocked, 5) -> (addTruncate, 1) -> (getIndirectBlocksForOffsetRange, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1) -> (GetDirChildren, 2) -> (getDirChildren, 2) -> (GetChildren, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (writeBlock, 2) -> (NewCRC, 1) -> (CRC, 1) -> (UpdateContext, 2) -> (update, 3) -> (doRecursiveUpdate, 2) -> (Worktree, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3) -> (divRoundUp, 2) -> (pack, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (CallCompressed, 5) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (toFavToAdd, 1) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (CallCompressed, 5) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (toFavToAdd, 1) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (CallCompressed, 5) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (toFavToAdd, 1) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (CallCompressed, 5) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (toFavToAdd, 1) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (makeTLFJournal, 13) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (JournalStatus, 1) -> (getJournalStatus, 0) -> (getJournalStatusLocked, 0) -> (getQuotaInfo, 1) -> (getQuotaTracker, 1) -> (newQuotaBackpressureTracker, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (makeTLFJournal, 13) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WaitForCompleteFlush, 2) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (enableLocked, 5) -> (makeTLFJournal, 13) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewCommitIterCTime, 3) -> (Push, 1) -> (PushContext, 2) -> (Remote, 1) -> (newRemote, 2) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (String, 1) -> (inputString, 1) -> (IsClean, 0) -> (UnixTime, 1) -> (Cicmp, 2) -> (GetEd25519, 0) -> (mCompaction, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Set, 2) -> (Insert, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2) -> (compactionExitTransact, 0) -> (NewArrayIndexer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2) -> (compactionExitTransact, 0) -> (NewArrayIndexer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (inflateData, 2) -> (newMsgpackDecoder, 1) -> (appendKV, 2) -> (compactionExitTransact, 0) -> (NewArrayIndexer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Sugar, 0) -> (clone, 0) -> (getJSONEncoder, 0) -> (Fatal, 1) -> (GetUPAKLoader, 0) -> (NewKeyrings, 1) -> (GetStringList, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 13) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (CErrorf, 5) -> (makeReference, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (CErrorf, 5) -> (makeReference, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (CallCompressed, 5) -> (batchChanges, 3) -> (BatchChanges, 3) -> (InvalidateNodeAndChildren, 2) -> (GetInvalidationChangesForNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (JournalStatus, 1) -> (getJournalStatus, 0) -> (getJournalStatusLocked, 0) -> (getQuotaInfo, 1) -> (getQuotaTracker, 1) -> (newQuotaBackpressureTracker, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 13) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WaitForCompleteFlush, 2) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (enableLocked, 5) -> (makeTLFJournal, 13) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (EncodeEntry, 2) -> (putJSONEncoder, 1) -> (AddTo, 1) -> (encodeError, 3) -> (Errors, 0) -> (appendFloat, 2) -> (IsInf, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (EncodeEntry, 2) -> (putJSONEncoder, 1) -> (AddTo, 1) -> (encodeError, 3) -> (Errors, 0) -> (appendFloat, 2) -> (IsInf, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unmount, 1) -> (unmount, 1) -> (CombinedOutput, 0) -> (setAuth, 1) -> (SetBasicAuth, 2) -> (NewClientConn, 3) -> (newMux, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Remove, 1) -> (Remove, 2) -> (loadDir, 1) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (errRecover, 1) -> (Fatal, 0) -> (recordCommited, 1) -> (NewErrCorrupted, 2) -> (NewReferenceSliceIter, 1) -> (addRefFromHEAD, 1) -> (walkReferencesTree, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (writeBlock, 2) -> (NewCRC, 1) -> (CRC, 1) -> (UpdateContext, 2) -> (update, 3) -> (doRecursiveUpdate, 2) -> (Worktree, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Notify, 2) -> (RecordCallWithMethodType, 5) -> (Time_t, 1) -> (GetErrno, 0) -> (update, 3) -> (doRecursiveUpdate, 2) -> (Worktree, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (ParseTlfHandle, 5) -> (parseTlfHandleLoose, 5) -> (Suffix, 0) -> (newHandleExtensionSuffix, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 2) -> (notifyBatchLocked, 3) -> (notifyOneOpLocked, 5) -> (searchForNode, 3) -> (SearchForNodes, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (doResolve, 2) -> (doActions, 10) -> (doOneAction, 12)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (doResolve, 2) -> (doActions, 10) -> (doOneAction, 12)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (doResolve, 2) -> (doActions, 10) -> (doOneAction, 12)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (doResolve, 2) -> (doActions, 10) -> (doOneAction, 12)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 7) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 7) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 7) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 7) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (makeSlice, 1) -> (recover, 0) -> (recordCommited, 1) -> (NewErrCorrupted, 2) -> (NewReferenceSliceIter, 1) -> (resolveHead, 1) -> (createHeadIfCorrectReference, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lock, 0) -> (Pointer, 1) -> (UTF16FromString, 1) -> (Truncate, 0) -> (truncateLocked, 5) -> (addTruncate, 1) -> (getIndirectBlocksForOffsetRange, 4) -> (newHandleExtensionSuffix, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Lock, 0) -> (Pointer, 1) -> (UTF16FromString, 1) -> (Truncate, 0) -> (truncateLocked, 5) -> (addTruncate, 1) -> (getIndirectBlocksForOffsetRange, 4) -> (newHandleExtensionSuffix, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unlock, 0) -> (Call, 5) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (IsTeamWriter, 4) -> (checkRevisionCameBeforeMerkle, 6) -> (startOfValidatedChainForLeaf, 2) -> (decryptMerkleLeaf, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unlock, 0) -> (Call, 5) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (IsTeamWriter, 4) -> (checkRevisionCameBeforeMerkle, 6) -> (startOfValidatedChainForLeaf, 2) -> (decryptMerkleLeaf, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1) -> (Remove, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3) -> (BlockRefNonce, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3) -> (BlockRefNonce, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1) -> (Remove, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewCommitIterCTime, 3) -> (Push, 1) -> (PushContext, 2) -> (Remote, 1) -> (newRemote, 2) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1) -> (Remove, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (Delete, 2) -> (findTokenStart, 2) -> (blockEnd, 3) -> (unescapeToUTF8, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (Delete, 2) -> (findTokenStart, 2) -> (blockEnd, 3) -> (unescapeToUTF8, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (Delete, 2) -> (findTokenStart, 2) -> (blockEnd, 3) -> (unescapeToUTF8, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 4) -> (deleteFromFavorites, 2) -> (Delete, 2) -> (findTokenStart, 2) -> (blockEnd, 3) -> (unescapeToUTF8, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3) -> (BlockRefNonce, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0) -> (getByteSlicesInOffsetRange, 4) -> (childFileIptr, 1) -> (GetNode, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0) -> (getByteSlicesInOffsetRange, 4) -> (childFileIptr, 1) -> (GetNode, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0) -> (getByteSlicesInOffsetRange, 4) -> (childFileIptr, 1) -> (GetNode, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0) -> (getByteSlicesInOffsetRange, 4) -> (childFileIptr, 1) -> (GetNode, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Exit, 1) -> (ExitProcess, 1) -> (Exitsyscall, 0) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Sugar, 0) -> (clone, 0) -> (getJSONEncoder, 0) -> (Fatal, 1) -> (GetUPAKLoader, 0) -> (NewKeyrings, 1) -> (GetStringList, 3) -> (getEnvPath, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (CErrorf, 5) -> (makeReference, 2) -> (BlockRefNonce, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0) -> (MetadataUpdateProtocol, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0) -> (MetadataUpdateProtocol, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (EncodeEntry, 2) -> (putJSONEncoder, 1) -> (AddTo, 1) -> (encodeError, 3) -> (Errors, 0) -> (appendFloat, 2) -> (IsInf, 2) -> (IsInf, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (EncodeEntry, 2) -> (putJSONEncoder, 1) -> (AddTo, 1) -> (encodeError, 3) -> (Errors, 0) -> (appendFloat, 2) -> (IsInf, 2) -> (IsInf, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unmount, 1) -> (unmount, 1) -> (CombinedOutput, 0) -> (setAuth, 1) -> (SetBasicAuth, 2) -> (NewClientConn, 3) -> (newMux, 1) -> (clientAuthenticate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (doResolve, 2) -> (doActions, 10) -> (doOneAction, 12) -> (updateOps, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1) -> (Remove, 0) -> (HandlePGPKeyInSecretStoreFile, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3) -> (BlockRefNonce, 1) -> (newClientTransport, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1) -> (Remove, 0) -> (HandlePGPKeyInSecretStoreFile, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (, 0) -> (NewSSHAgentAuth, 1) -> (username, 0) -> (Current, 0) -> (Cicmp, 2) -> (GetEd25519, 0) -> (ReplaceWithNodes, 1) -> (Remove, 0) -> (HandlePGPKeyInSecretStoreFile, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3) -> (BlockRefNonce, 1) -> (newClientTransport, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0) -> (getByteSlicesInOffsetRange, 4) -> (childFileIptr, 1) -> (GetNode, 2) -> (start, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0) -> (getByteSlicesInOffsetRange, 4) -> (childFileIptr, 1) -> (GetNode, 2) -> (resetTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleFetchBatch, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (HandlePGPKeyInSecretStoreFile, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2) -> (Float64P, 4) -> (startTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Exit, 1) -> (ExitProcess, 1) -> (Exitsyscall, 0) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0) -> (start, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Exit, 1) -> (ExitProcess, 1) -> (Exitsyscall, 0) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0) -> (resetTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleFetchBatch, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (CErrorf, 5) -> (makeReference, 2) -> (BlockRefNonce, 1) -> (newClientTransport, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (stopProcessing, 0) -> (backgroundFlusher, 0) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1) -> (finalizeResolutionLocked, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (uint64, 0) -> (rateN, 1) -> (longCancel, 0) -> (ctxWithFBMID, 1) -> (handlePacket, 1) -> (finalizeResolutionLocked, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Unmount, 1) -> (unmount, 1) -> (CombinedOutput, 0) -> (setAuth, 1) -> (SetBasicAuth, 2) -> (NewClientConn, 3) -> (newMux, 1) -> (clientAuthenticate, 1) -> (kexLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (startAsync, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (handleFetchBatch, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKBFSOpsStandard, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (Initialize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewReporterKBPKI, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (Mount, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (Mount, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKBFSOpsStandard, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (Initialize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewReporterKBPKI, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (waitForJournal, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (pushSome, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (waitForJournal, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (waitForJournal, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewCRC, 1) -> (CRC, 1) -> (UpdateContext, 2) -> (update, 3) -> (doRecursiveUpdate, 2) -> (Submodules, 0) -> (newSubmodule, 2) -> (NewModules, 0) -> (UploadPack, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (writeBlock, 2) -> (NewCRC, 1) -> (CRC, 1) -> (UpdateContext, 2) -> (update, 3) -> (doRecursiveUpdate, 2) -> (Worktree, 0) -> (setHEADToBranch, 2) -> (fetchPack, 4) -> (buildSidebandIfSupported, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2) -> (signWithUserAndKeyInfo, 5) -> (startTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6) -> (signWithUserAndKeyInfo, 5) -> (startTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3) -> (BlockRefNonce, 1) -> (newClientTransport, 6) -> (kexLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (getExtensionReader, 0) -> (CopyN, 3) -> (BlockRefNonce, 1) -> (newClientTransport, 6) -> (kexLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleClone, 1) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleFetchBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleFetchBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handlePushBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handlePushBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handlePushBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleList, 2) -> (waitForJournal, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2) -> (Float64P, 4) -> (newDiskBlockCacheLocalForTest, 2) -> (NewMemStorage, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2) -> (Float64P, 4) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2) -> (Float64P, 4) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2) -> (Float64P, 4) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleClone, 1) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleFetchBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleFetchBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handlePushBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handlePushBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handlePushBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (handleList, 2) -> (waitForJournal, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (CErrorf, 5) -> (makeReference, 2) -> (BlockRefNonce, 1) -> (newClientTransport, 6) -> (kexLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2) -> (prepareForWrite, 2) -> (cacheGet, 1) -> (TempFile, 3) -> (reseed, 0) -> (reseed, 0) -> (DoOwnNewLinkFromServerNotifications, 1) -> (HandleTrackingChanged, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (writeBlock, 2) -> (NewCRC, 1) -> (CRC, 1) -> (UpdateContext, 2) -> (update, 3) -> (doRecursiveUpdate, 2) -> (Worktree, 0) -> (setHEADToBranch, 2) -> (fetchPack, 4) -> (buildSidebandIfSupported, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Notify, 2) -> (RecordCallWithMethodType, 5) -> (Time_t, 1) -> (GetErrno, 0) -> (update, 3) -> (doRecursiveUpdate, 2) -> (Worktree, 0) -> (setHEADToBranch, 2) -> (fetchPack, 4) -> (buildSidebandIfSupported, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (handleClone, 1) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (handleFetchBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (handleFetchBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (handlePushBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (handlePushBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (handlePushBatch, 2) -> (checkGC, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (handleList, 2) -> (waitForJournal, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKeybaseService, 4) -> (NewKeybaseDaemonDisk, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKBFSOpsStandard, 2) -> (markForReIdentifyIfNeededLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (makeMDServer, 4) -> (NewMDServerRemote, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKeybaseService, 4) -> (NewKeybaseDaemonDisk, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKBFSOpsStandard, 2) -> (markForReIdentifyIfNeededLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (makeMDServer, 4) -> (NewMDServerRemote, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2) -> (enableCache, 2) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2) -> (enableCache, 2) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6) -> (enableCache, 2) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6) -> (enableCache, 2) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (NewCommitIterCTime, 3) -> (Push, 1) -> (PushContext, 2) -> (Remote, 1) -> (newRemote, 2) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (PackfileWriter, 1) -> (NewObjectPack, 1) -> (newPackWrite, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2) -> (Float64P, 4) -> (newDiskBlockCacheLocalForTest, 2) -> (NewMemStorage, 0) -> (onSimpleByteTrackerEnable, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2) -> (Float64P, 4) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6) -> (onSimpleByteTrackerEnable, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2) -> (Float64P, 4) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Get, 1) -> (Access, 1) -> (Push, 2) -> (Run, 1) -> (checkCommandHelp, 2) -> (Bool, 1) -> (lookupBool, 2) -> (Float64P, 4) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Call, 4) -> (DoCommand, 3) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0) -> (MetadataUpdateProtocol, 1) -> (NewChatActivity, 2) -> (setLastWrittenConvID, 2) -> (NewNotificationChannel, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2) -> (prepareForWrite, 2) -> (cacheGet, 1) -> (TempFile, 3) -> (reseed, 0) -> (reseed, 0) -> (verifySkipSequence, 5) -> (verify, 3) -> (WaitAuthorization, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewBlockOpsStandard, 3) -> (newBlockRetrievalQueue, 3) -> (newBlockRetrievalWorker, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (MakeBlockMetadataStoreIfNotExists, 0) -> (newDiskBlockMetadataStore, 1) -> (NewCountMeter, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (MakeBlockMetadataStoreIfNotExists, 0) -> (newDiskBlockMetadataStore, 1) -> (NewCountMeter, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (fuseMountDir, 2) -> (translatePlatformSpecificError, 2) -> (initMount, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (fuseMountDir, 2) -> (translatePlatformSpecificError, 2) -> (initMount, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewBlockOpsStandard, 3) -> (newBlockRetrievalQueue, 3) -> (newBlockRetrievalWorker, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (MakeBlockMetadataStoreIfNotExists, 0) -> (newDiskBlockMetadataStore, 1) -> (NewCountMeter, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (MakeBlockMetadataStoreIfNotExists, 0) -> (newDiskBlockMetadataStore, 1) -> (NewCountMeter, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (PackfileWriter, 1) -> (NewObjectPack, 1) -> (newPackWrite, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2) -> (enableCache, 2) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6) -> (onSimpleByteTrackerEnable, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (GetTlfHistory, 2) -> (enableCache, 2) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6) -> (onSimpleByteTrackerEnable, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6) -> (enableCache, 2) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6) -> (onSimpleByteTrackerEnable, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6) -> (enableCache, 2) -> (newDiskBlockCacheLocal, 3) -> (newDiskBlockCacheLocalFromStorage, 6) -> (onSimpleByteTrackerEnable, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (Perm, 0) -> (loadDirHelper, 4) -> (setFolderBranch, 1) -> (Notifier, 0) -> (ResolveIdentifyImplicitTeam, 6) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Read, 2) -> (Read, 3) -> (value, 1) -> (imag, 1) -> (readn1eof, 0) -> (getByteSlicesInOffsetRange, 4) -> (childFileIptr, 1) -> (GetNode, 2) -> (NotifyChatProtocol, 1) -> (ChatPromptUnfurl, 2) -> (setLastWrittenConvID, 2) -> (NewNotificationChannel, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Exit, 1) -> (ExitProcess, 1) -> (Exitsyscall, 0) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0) -> (Finalize, 0) -> (NotifyChatProtocol, 1) -> (ChatPromptUnfurl, 2) -> (setLastWrittenConvID, 2) -> (NewNotificationChannel, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (MakeDiskMDCacheIfNotExists, 0) -> (resetDiskMDCacheLocked, 0) -> (newDiskMDCacheLocal, 2) -> (newDiskMDCacheLocalFromStorage, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (MakeDiskQuotaCacheIfNotExists, 0) -> (resetDiskQuotaCacheLocked, 0) -> (newDiskQuotaCacheLocal, 2) -> (newDiskQuotaCacheLocalFromStorage, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKBFSService, 2) -> (BindToKBFSSocket, 0) -> (BindToSocket, 0) -> (ListenPipe, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (fuseMountDir, 2) -> (translatePlatformSpecificError, 2) -> (initMount, 2) -> (ParseUnixRights, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (fuseMountDir, 2) -> (translatePlatformSpecificError, 2) -> (initMount, 2) -> (ParseUnixRights, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (MakeDiskMDCacheIfNotExists, 0) -> (resetDiskMDCacheLocked, 0) -> (newDiskMDCacheLocal, 2) -> (newDiskMDCacheLocalFromStorage, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (MakeDiskQuotaCacheIfNotExists, 0) -> (resetDiskQuotaCacheLocked, 0) -> (newDiskQuotaCacheLocal, 2) -> (newDiskQuotaCacheLocalFromStorage, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKBFSService, 2) -> (BindToKBFSSocket, 0) -> (BindToSocket, 0) -> (ListenPipe, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3) -> (nativeInstallerAppBundleExecPath, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3) -> (nativeInstallerAppBundleExecPath, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3) -> (nativeInstallerAppBundleExecPath, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3) -> (nativeInstallerAppBundleExecPath, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3) -> (nativeInstallerAppBundleExecPath, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (Mount, 0) -> (reinstallMountDirIfPossible, 0) -> (InstallMountDir, 2) -> (execNativeInstallerWithArg, 3) -> (nativeInstallerAppBundleExecPath, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKeybaseService, 4) -> (NewKeybaseDaemonDisk, 5) -> (newKeybaseDaemonLocal, 5) -> (addTeamsForTest, 1) -> (addTeamsForTestLocked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKeybaseService, 4) -> (NewKeybaseDaemonDisk, 5) -> (newKeybaseDaemonLocal, 5) -> (addTeamsForTest, 1) -> (addTeamsForTestLocked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKeybaseService, 4) -> (NewKeybaseDaemonDisk, 5) -> (newKeybaseDaemonLocal, 5) -> (addTeamsForTest, 1) -> (addTeamsForTestLocked, 1) -> (shutdown, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKBFSService, 2) -> (BindToKBFSSocket, 0) -> (BindToSocket, 0) -> (ListenPipe, 2) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKeybaseService, 4) -> (NewKeybaseDaemonDisk, 5) -> (newKeybaseDaemonLocal, 5) -> (addTeamsForTest, 1) -> (addTeamsForTestLocked, 1) -> (shutdown, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (Run2, 1) -> (DrainPipe, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1) -> (rewritePackedRefsWhileLocked, 2) -> (NewKBFSService, 2) -> (BindToKBFSSocket, 0) -> (BindToSocket, 0) -> (ListenPipe, 2) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (p, 1) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (append, 2) -> (Write, 1) -> (notify, 1) -> (clean, 1) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommand, 2) -> (doInit, 6) -> (SetBGFlushDirOpBatchSize, 1) -> (mdOps, 0) -> (newBackpressureTracker, 5) -> (NewSemaphore, 0) -> (listenerRoutine, 0) -> (makeConnectedServerPipe, 0)
```
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: a4a00254ce4a3f4cf9d19ca56085d4964f1a7f64
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.