github-vet / github-vet/rangeloop-pointer-findings
keybase/client: go/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/client](https://www.github.com/keybase/client) at [go/kbfs/libdokan/dir.go](https://github.com/keybase/client/blob/a144e0ce38ee9e495cc5acbcd4ef859f5534d820/go/kbfs/libdokan/dir.go#L518-L530)
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 522 may start a goroutine
[Click here to see the code in its original context.](https://github.com/keybase/client/blob/a144e0ce38ee9e495cc5acbcd4ef859f5534d820/go/kbfs/libdokan/dir.go#L518-L530)
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.Plaintext()
// TODO perhaps resolve symlinks here?
fillStat(&ns.Stat, &de)
if strings.HasPrefix(name.Plaintext(), 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) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (cleanup, 0) -> (drop, 0) -> (Drop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (save, 0) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (InvalidPrefixError, 1) -> (doReadEntryNameV4, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleNewlyAddedToTeamNotification, 3) -> (HandleNewlyAddedToTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (TLFResolve, 5) -> (HandleChatTLFResolve, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (cardCreateChannels, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (HandleCanUserPerformChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (cancelOnMobileBackground, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (check, 1) -> (checkBucket, 4) -> (Bucket, 1) -> (openBucket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (cleanup, 0) -> (clean, 1) -> (FromSlash, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (doUpdateFileToIndex, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleTeambotEKNeeded, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (cardWelcome, 5) -> (timeSinceJoinedLE, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (TogglePrefetcher, 1) -> (RecordCallWithMethodType, 4) -> (newCall, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encodeValue, 3) -> (Set, 1) -> (cpuBitsMask, 1) -> (cpuMask, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1) -> (calculateHash, 2) -> (doCalculateHashForRegular, 2) -> (callmadvise, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (closeLocked, 0) -> (Shutdown, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (finish, 2) -> (Open, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 0) -> (Delete, 1) -> (Supports, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleUserBlocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (objectPackPath, 2) -> (subTask, 3) -> (PickCard, 4) -> (messageSince, 5) -> (debugDebug, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Shutdown, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTransport, 5) -> (newPacketizer, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 14)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1) -> (calculateHash, 2) -> (NewFromOSFileMode, 1) -> (isSetSymLink, 1) -> (MakeItem, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (insertIntoTypers, 4) -> (notifyConvUpdateLocked, 2) -> (TypingUpdate, 2) -> (HandleChatTypingUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1) -> (find, 4) -> (GetDontFillCache, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unlock, 0) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (encodeVarint, 2) -> (ExtensionMap, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (Push, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleEmailAddressVerified, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleTeamAbandoned, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (userPreload, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 0) -> (Truncate, 1) -> (AddModuleLevel, 1) -> (prev, 1) -> (Debugf, 1) -> (PutInCaches, 7) -> (setPrefetchStatus, 2) -> (setObseletedOnQueuedPrefetch, 1) -> (Mount, 2) -> (initMount, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1) -> (find, 4) -> (GetDontFillCache, 0) -> (readFilterBlockCached, 2) -> (nodeLabel, 1) -> (TeamRoleMapChanged, 1) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Write, 3) -> (value, 1) -> (imag, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (save, 0) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3) -> (InvalidPrefixError, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1) -> (calculateHash, 2) -> (NewFromOSFileMode, 1) -> (isSetSymLink, 1) -> (MakeItem, 7) -> (inWorker, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0) -> (startWorker, 2) -> (task, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (startTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1) -> (IsPathSeparator, 1) -> (SetReturnAttributes, 1) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (getMDForRead, 3) -> (ReadOnly, 0) -> (goTracked, 1) -> (ResolvedUsersMap, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3) -> (incCounter, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleNewTeambotKey, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (notifyReset, 4) -> (ResetConversation, 4) -> (HandleChatResetConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Check, 0) -> (f, 1) -> (checkBucket, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (open, 1) -> (newSink, 1) -> (factory, 1) -> (readRawBlock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamName, 0) -> (MakeImmutableBareRootMetadata, 4) -> (updateOps, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Remove, 1) -> (Remove, 2) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleNewTeambotKey, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandlePhoneNumbersChanged, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (notifyJoinChannel, 3) -> (JoinedConversation, 5) -> (HandleChatJoinedConversation, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Encode, 3) -> (encode, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0) -> (startWorker, 2) -> (task, 0) -> (checkoutChange, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (HandleWalletPaymentNotification, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (cleanup, 0) -> (clean, 1) -> (FromSlash, 1) -> (CompactRange, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleNewTeambotEK, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3) -> (incCounter, 1) -> (keyEq, 2) -> (forceLinkMapRefreshForUser, 2) -> (userPreload, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (open, 1) -> (newSink, 1) -> (factory, 1) -> (readRawBlock, 2) -> (hash, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (insertIntoTypers, 4) -> (notifyConvUpdateLocked, 2) -> (TypingUpdate, 2) -> (HandleChatTypingUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (TLFFinalize, 6) -> (HandleChatTLFFinalize, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (Update, 5) -> (waitOnTyper, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0) -> (ResetConversation, 4) -> (HandleChatResetConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Sugar, 0) -> (clone, 0) -> (getJSONEncoder, 0) -> (cloneNodes, 1) -> (cloneNode, 1) -> (AppendChild, 1) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1) -> (newLevelDbCleanerWithConfig, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseError, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3) -> (divRoundUp, 2) -> (mdJournalPath, 1) -> (xorKeys, 2) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (newKBPConfigEditor, 1) -> (newKBPConfigEditorWithPrompter, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Clean, 1) -> (doClean, 4) -> (doCleanDirectories, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (HasKeyForUser, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (objectPackPath, 2) -> (subTask, 3) -> (applyExpunge, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleWalletPaymentStatusNotification, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (checkFeature, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (cardPopularChannels, 4) -> (debugDebug, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WriteFile, 4) -> (errnoErr, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseError, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Finish, 0) -> (Nanoseconds, 0) -> (getBucket, 1) -> (log2, 1) -> (simpleNameMatch, 2) -> (simpleNameMatch, 2) -> (makeReference, 2) -> (BlockRefNonce, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleNewTeambotEK, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleChatKBFSToImpteamUpgrade, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encodeValue, 3) -> (Set, 1) -> (cpuBitsMask, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (updater, 1) -> (DepadBlock, 1) -> (decryptData, 3) -> (cardPopularChannels, 4) -> (debugDebug, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encodeValue, 3) -> (Set, 1) -> (cpuBitsMask, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (updater, 1) -> (DepadBlock, 1) -> (decryptData, 3) -> (cardCreateChannels, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Shutdown, 0) -> (getReadTimeout, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (signcryptBlock, 1) -> (assertEncodedChunkState, 5) -> (checkChunkState, 4) -> (poly1305_auth_armv6, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandlePhoneNumbersChanged, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (check, 1) -> (checkBucket, 4) -> (Bucket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6) -> (assignBracketType, 3) -> (setBracketsToType, 3) -> (getStrongTypeN0, 1) -> (goEnv, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Add, 1) -> (SetIndex, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1) -> (calculateHash, 2) -> (NewFromOSFileMode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unlock, 0) -> (Call, 5) -> (GetDetail, 0) -> (parseInt, 1) -> (encodeVarint, 2) -> (findEndGroup, 1) -> (makeUnmarshalMap, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (newDiskBlockCacheLocalFromStorage, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleChat, 1) -> (parseError, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Transform, 3) -> (transform, 3) -> (init, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (AddFromString, 1) -> (AddHost, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (ResetConversation, 4) -> (HandleChatResetConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (close, 0) -> (eof, 0) -> (EvictAll, 0) -> (callfcntl, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (Update, 5) -> (waitOnTyper, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6) -> (assignBracketType, 3) -> (setBracketsToType, 3) -> (getStrongTypeN0, 1) -> (goEnv, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Encode, 2) -> (NewPlan, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WriteFile, 4) -> (errnoErr, 1) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedDowngrades, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1) -> (PickCard, 4) -> (messageSince, 5) -> (debugDebug, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleWalletPaymentNotification, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleTeamExit, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (startTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (PutS3, 5) -> (putMultiPipeline, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewCommitIterCTime, 3) -> (Push, 1) -> (PushContext, 2) -> (Remote, 1) -> (newRemote, 2) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (newStorage, 0) -> (resetObservation, 1) -> (provider, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2) -> (Rekey, 4) -> (Force, 0) -> (AppendSlice, 2) -> (newLevelDbCleanerWithConfig, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (setTimeval, 2) -> (Force, 0) -> (AppendSlice, 2) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unlock, 0) -> (Call, 5) -> (GetDetail, 0) -> (parseInt, 1) -> (encodeVarint, 2) -> (findEndGroup, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (write, 2) -> (funcPC, 1) -> (Exitsyscall, 0) -> (SetFileAttributes, 2) -> (callfchmodat, 4) -> (SetAttrInDirEntryInCache, 6) -> (setCachedAttrLocked, 7) -> (newMessageNotifier, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Stat, 2) -> (fillStat_t, 2) -> (fillStat_t, 2) -> (callfstatat, 4) -> (NewReadAccessError, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lock, 0) -> (Call, 6) -> (VirtualLock, 2) -> (callmlock, 2) -> (With, 1) -> (addTruncate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Put, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (cleanup, 0) -> (After, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1) -> (IsPathSeparator, 1) -> (SetReturnAttributes, 1) -> (newLevelDbCleanerWithConfig, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0) -> (startWorker, 2) -> (task, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (Mount, 2) -> (initMount, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encryptOutgoingMessage, 2) -> (Seal, 4) -> (Sum, 3) -> (poly1305_auth_armv6, 4) -> (init, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (Update, 5) -> (waitOnTyper, 3) -> (removeFromTypers, 3) -> (TypingUpdate, 2) -> (HandleChatTypingUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Notify, 2) -> (CLogf, 4) -> (calltime, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (HandleChatTLFFinalize, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0) -> (JoinedConversation, 5) -> (HandleChatJoinedConversation, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (cardWelcome, 5) -> (timeSinceJoinedLE, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (OpenWithContext, 2) -> (ProfileGet, 1) -> (profileRead, 2) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (write, 2) -> (funcPC, 1) -> (Exitsyscall, 0) -> (SetFileAttributes, 2) -> (callfchmodat, 4) -> (SetAttrInDirEntryInCache, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleExitNotification, 3) -> (HandleTeamExit, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (remove, 1) -> (index, 1) -> (Panicf, 2) -> (Panicf, 3) -> (hash, 3) -> (unescapeToUTF8, 2) -> (decodeUnicodeEscape, 1) -> (combineUTF16Surrogates, 2) -> (PutS3, 5) -> (putMultiPipeline, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unmount, 1) -> (unmount, 1) -> (CombinedOutput, 0) -> (setAuth, 1) -> (NewSession, 0) -> (PublicKeysCallback, 1) -> (publicKeyCallback, 1) -> (Dispatch, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleUserBlocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (JoinedConversation, 5) -> (HandleChatJoinedConversation, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Remove, 1) -> (Remove, 2) -> (resizeMap, 2) -> (wfixmap, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (startTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleDeleteNotification, 3) -> (HandleTeamDeleted, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WaitForCompleteFlush, 2) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (enableLocked, 5) -> (makeTLFJournal, 14)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Create, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (CurrentUID, 1) -> (newMessageNotifier, 2) -> (saveJoinedTimeWithLockInner, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (LeftConversation, 4) -> (HandleChatLeftConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncAll, 0) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (State, 4) -> (state, 4) -> (MakeStateWithLookupTable, 2) -> (MakeState, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamName, 0) -> (doOneAction, 12)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (freezeRSRC, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (send, 1) -> (wrap, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (getMDForRead, 3) -> (ReadOnly, 0) -> (goTracked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (JoinedConversation, 5) -> (HandleChatJoinedConversation, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (setTimeval, 2) -> (Force, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1) -> (IsPathSeparator, 1) -> (SetReturnAttributes, 1) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleDeleteNotification, 3) -> (HandleTeamDeleted, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (MakeConflictBranchNameFromExtension, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (HandleChatKBFSToImpteamUpgrade, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2) -> (Rekey, 4) -> (Force, 0) -> (AppendSlice, 2) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (encodeVarint, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (EncodeEntry, 2) -> (putJSONEncoder, 1) -> (AddTo, 1) -> (encodeError, 3) -> (Errors, 0) -> (appendFloat, 2) -> (appendFloat, 2) -> (fieldDefault, 2) -> (newLevelDbCleanerWithConfig, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (HandleCanUserPerformChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2) -> (AfterNodes, 1) -> (Exited, 0) -> (IsPathSeparator, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (HandleTeamDeleted, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncAll, 0) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (State, 4) -> (state, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Decode, 2) -> (stopReading, 1) -> (isValidCommand, 1) -> (hexDecode, 1) -> (asciiHexToByte, 1) -> (info, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (notifyLeftChannel, 4) -> (LeftConversation, 4) -> (HandleChatLeftConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleNewTeamEK, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (Neg, 1) -> (cpuMask, 1) -> (HashFromBytes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (startLoop, 0) -> (loop, 1) -> (cancelLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (resizeMap, 2) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (freezeRSRC, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (enableDebugServer, 2) -> (SetTraceOptions, 1) -> (serve, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Rename, 5) -> (ChildName, 1) -> (NewPathPartString, 2) -> (SplitFileExtension, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleNewlyAddedToTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (clean, 1) -> (Pop, 1) -> (CompactRange, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WriteFile, 4) -> (errnoErr, 1) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleTeamAbandoned, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleWalletPaymentNotification, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (Neg, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (NumIn, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (checkFeature, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1) -> (PickCard, 4) -> (messageSince, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Release, 0) -> (FreeLibrary, 1) -> (mpoolPut, 1) -> (delete, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Sugar, 0) -> (clone, 0) -> (getJSONEncoder, 0) -> (cloneNodes, 1) -> (cloneNode, 1) -> (AppendChild, 1) -> (GetMerkleKIDs, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2) -> (Rekey, 4) -> (Force, 0) -> (AppendSlice, 2) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleChatTLFFinalize, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WriteFile, 4) -> (errnoErr, 1) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleNewlyAddedToTeamNotification, 3) -> (HandleNewlyAddedToTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Flush, 0) -> (pushback, 1) -> (metadataKeyWithVersion, 3) -> (keyFn, 1) -> (attemptClean, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (setTimeval, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 0) -> (Truncate, 1) -> (AddModuleLevel, 1) -> (prev, 1) -> (Debugf, 1) -> (PutInCaches, 7) -> (setPrefetchStatus, 2) -> (setObseletedOnQueuedPrefetch, 1) -> (Mount, 2) -> (initMount, 2) -> (FileConn, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (enableDebugServer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Flush, 0) -> (pushback, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1) -> (calculateHash, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleNewTeambotKey, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (mapValueHook, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (Push, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Decode, 2) -> (stopReading, 1) -> (isValidCommand, 1) -> (hexDecode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (write, 2) -> (funcPC, 1) -> (Exitsyscall, 0) -> (SetFileAttributes, 2) -> (callfchmodat, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (Update, 5) -> (waitOnTyper, 3) -> (removeFromTypers, 3) -> (TypingUpdate, 2) -> (HandleChatTypingUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (Mount, 2) -> (initMount, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandlePasswordChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0) -> (startWorker, 2) -> (task, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3) -> (skipSeek, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Finish, 0) -> (Nanoseconds, 0) -> (getBucket, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Decode, 2) -> (stopReading, 1) -> (isValidCommand, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (cancelOnMobileBackground, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (cardAddPeople, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (UnstageForTesting, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lstat, 1) -> (Stat, 0) -> (RegQueryInfoKey, 12) -> (With, 1) -> (checkPadding, 2) -> (createLinkLocked, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleNewTeamEK, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (enableDebugServer, 2) -> (SetTraceOptions, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (resizeMap, 2) -> (wfixmap, 1) -> (UpdateMetadata, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (HandleTeamExit, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (MakeConflictBranchNameFromExtension, 1) -> (BranchName, 1) -> (ValidateLatestHandleNotFinal, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (TeamAbandoned, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (DecRef, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3) -> (hexDecode, 1) -> (asciiHexToByte, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2) -> (prepareForWrite, 2) -> (cacheGet, 1) -> (objectPackPath, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Commit, 0) -> (SetEncodedObject, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (resizeMap, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1) -> (IsDigit, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedDowngrades, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleDeleteNotification, 3) -> (HandleTeamDeleted, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (setTimeval, 2) -> (Force, 0) -> (AppendSlice, 2) -> (newLevelDbCleanerWithConfig, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (ReleaseLock, 3) -> (getClient, 0) -> (CallCompressed, 6) -> (parseInt, 1) -> (encodeVarint, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1) -> (find, 4) -> (GetDontFillCache, 0) -> (readFilterBlockCached, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Create, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (CurrentUID, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3) -> (divRoundUp, 2) -> (mdJournalPath, 1) -> (xorKeys, 2) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (check, 0) -> (encryptionBlockNumber, 1) -> (checkBucket, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Transform, 3) -> (transform, 3) -> (init, 2) -> (setBytes, 1) -> (AssetType, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1) -> (IsDigit, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleWalletAccountsUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3) -> (divRoundUp, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (startLoop, 0) -> (loop, 1) -> (cancelLoop, 0) -> (doFullIndex, 3) -> (indexNewlySyncedTlf, 3) -> (indexNewlySyncedTlfDir, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (newDiskQuotaCacheLocalFromStorage, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (startLoop, 0) -> (loop, 1) -> (cancelLoop, 0) -> (doFullIndex, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (HandleChatRequestInfo, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (cleanup, 0) -> (drop, 0) -> (Drop, 0) -> (waitForExit, 3) -> (Exited, 0) -> (IsPathSeparator, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleWalletRequestStatusNotification, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (calculateChildren, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1) -> (addLogLine, 1) -> (growCap, 3) -> (floatToUint16, 1) -> (cardPopularChannels, 4) -> (debugDebug, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamName, 0) -> (MakeImmutableBareRootMetadata, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (ReleaseLock, 3) -> (getClient, 0) -> (CallCompressed, 6) -> (parseInt, 1) -> (encodeVarint, 2) -> (findEndGroup, 1) -> (makeUnmarshalMap, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Update, 1) -> (UpdateContext, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1) -> (find, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2) -> (newLevelDbCleanerWithConfig, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4) -> (FullSyncStarted, 4) -> (tlfQueueForProgress, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1) -> (handleParams, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WriteFile, 4) -> (errnoErr, 1) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (newDiskBlockCacheLocalFromStorage, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseError, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1) -> (find, 4) -> (GetDontFillCache, 0) -> (readFilterBlockCached, 2) -> (nodeLabel, 1) -> (TeamRoleMapChanged, 1) -> (PickCard, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (check, 1) -> (checkBucket, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (flush, 1) -> (generate, 0) -> (Generate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (recover, 0) -> (recordCommited, 1) -> (computeCompaction, 0) -> (logf, 5) -> (Acquire, 2) -> (tryAcquire, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WriteFile, 4) -> (errnoErr, 1) -> (Pause, 0) -> (callpause, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (setTimeval, 2) -> (Force, 0) -> (AppendSlice, 2) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleFavoritesChanged, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (HandleChatRequestInfo, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleChat, 1) -> (parseError, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (HonorSigchainExpireTime, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (startTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (freezeRSRC, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 0) -> (Truncate, 1) -> (AddModuleLevel, 1) -> (prev, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (TLFResolve, 5) -> (HandleChatTLFResolve, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleEmailAddressVerified, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (TeamAbandoned, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleExitNotification, 3) -> (HandleTeamExit, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 3) -> (createParent, 3) -> (Perm, 0) -> (Relay, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleTeambotKeyNeeded, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (putMultiPipeline, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (insertIntoTypers, 4) -> (notifyConvUpdateLocked, 2) -> (TypingUpdate, 2) -> (HandleChatTypingUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (finish, 0) -> (generate, 0) -> (Generate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Put, 3) -> (writeTempFile, 2) -> (TempFile, 2) -> (TempFile, 3) -> (reseed, 0) -> (mCompaction, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (resizeMap, 2) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (newDiskMDCacheLocalFromStorage, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleWalletPaymentStatusNotification, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lock, 0) -> (Call, 6) -> (VirtualLock, 2) -> (callmlock, 2) -> (With, 1) -> (addTruncate, 1) -> (getIndirectBlocksForOffsetRange, 4) -> (getMDObfuscationSecret, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1) -> (IsPathSeparator, 1) -> (SetReturnAttributes, 1) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6) -> (assignBracketType, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (mapValueHook, 1) -> (growCap, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (JoinedConversation, 5) -> (HandleChatJoinedConversation, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1) -> (FavoriteData, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedDowngrades, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (writeExtension, 3) -> (defaultExtensionValue, 1) -> (fieldDefault, 2) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (objectPackPath, 2) -> (subTask, 3) -> (PickCard, 4) -> (messageSince, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1) -> (addLogLine, 1) -> (growCap, 3) -> (floatToUint16, 1) -> (cardWelcome, 5) -> (timeSinceJoinedLE, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (isProduction, 0) -> (MaxSize, 0) -> (debug, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0) -> (waitOnTyper, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (notifyReset, 4) -> (ResetConversation, 4) -> (HandleChatResetConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2) -> (Rekey, 4) -> (Force, 0) -> (AppendSlice, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (HandleWalletRequestStatusNotification, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (assignLevelsToCharactersRemovedByX9, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Exit, 1) -> (ExitProcess, 1) -> (Exitsyscall, 0) -> (trace, 8) -> (encodeFrame, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (TLFFinalize, 6) -> (HandleChatTLFFinalize, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encodeValue, 3) -> (Set, 1) -> (cpuBitsMask, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (updater, 1) -> (DepadBlock, 1) -> (decryptData, 3) -> (cardWelcome, 5) -> (timeSinceJoinedLE, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (cleanup, 0) -> (clean, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (Text, 0) -> (unescape, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2) -> (Rekey, 4) -> (Force, 0) -> (AppendSlice, 2) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1) -> (inWorker, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (mCompaction, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleEmailAddressChanged, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (TLFResolve, 5) -> (HandleChatTLFResolve, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (NotifyTeamProtocol, 1) -> (NewlyAddedToTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Flush, 0) -> (writePending, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1) -> (find, 4) -> (GetDontFillCache, 0) -> (readFilterBlockCached, 2) -> (nodeLabel, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (open, 1) -> (newSink, 1) -> (factory, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (waitOnTyper, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskBlockCacheLocalFromStorage, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 14) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3) -> (incCounter, 1) -> (keyEq, 2) -> (forceLinkMapRefreshForUser, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleTeambotEKNeeded, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3) -> (hexDecode, 1) -> (asciiHexToByte, 1) -> (mapValueHook, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1) -> (IsDigit, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Set, 2) -> (Insert, 1) -> (TrackToken, 1) -> (randRead, 1) -> (getUserConfigWithLock, 0) -> (updater, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleEmailAddressChanged, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2) -> (Rekey, 4) -> (Force, 0) -> (AppendSlice, 2) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (set, 1) -> (timeoutIO, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleWalletAccountsUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleNewTeamEK, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 0) -> (Truncate, 1) -> (AddModuleLevel, 1) -> (prev, 1) -> (Debugf, 1) -> (PutInCaches, 7) -> (setPrefetchStatus, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleChat, 1) -> (parseError, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RuntimeStatsUpdate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (objectPackPath, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleTeamAbandoned, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (encodeVarint, 2) -> (ExtensionMap, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (drain, 1) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleNewTeamEK, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (Text, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (remove, 1) -> (index, 1) -> (Panicf, 2) -> (Panicf, 3) -> (hash, 3) -> (unescapeToUTF8, 2) -> (decodeUnicodeEscape, 1) -> (combineUTF16Surrogates, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandlePasswordChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (encodeVarint, 2) -> (ExtensionMap, 0) -> (makeUnmarshalMap, 1) -> (unmarshalVal, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleNewTeambotKey, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lock, 0) -> (Call, 6) -> (VirtualLock, 2) -> (callmlock, 2) -> (With, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (notifyJoinChannel, 3) -> (JoinedConversation, 5) -> (HandleChatJoinedConversation, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (HasKeyForUser, 1) -> (doChunkedDowngrades, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleWalletAccountsUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (TLFFinalize, 6) -> (HandleChatTLFFinalize, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (BackgroundContextWithCancellationDelayer, 0) -> (NewContextReplayable, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (Neg, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (freezeRSRC, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (writeExtension, 3) -> (defaultExtensionValue, 1) -> (fieldDefault, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encodeValue, 3) -> (Set, 1) -> (cpuBitsMask, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (updater, 1) -> (DepadBlock, 1) -> (decryptData, 3) -> (cardAddPeople, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encryptOutgoingMessage, 2) -> (Seal, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Sign, 3) -> (fromBig, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (resizeMap, 2) -> (wfixmap, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleEmailAddressChanged, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1) -> (IsPathSeparator, 1) -> (SetReturnAttributes, 1) -> (TeamNameChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleDeleteNotification, 3) -> (HandleTeamDeleted, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Trace, 2) -> (doTimedProfile, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2) -> (Rekey, 4) -> (Force, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WriteFile, 4) -> (errnoErr, 1) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (LeftConversation, 4) -> (HandleChatLeftConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (Sort, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 3) -> (notifyBatchLocked, 3) -> (notifyOneOpLocked, 5) -> (searchForNode, 3) -> (SearchForNodes, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2) -> (prepareForWrite, 2) -> (cacheGet, 1) -> (objectPackPath, 2) -> (HiddenChain, 0) -> (load2InnerLocked, 2) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (objectPackPath, 2) -> (subTask, 3) -> (VisitDocValues, 2) -> (DocumentVisitFieldTerms, 3) -> (visitor, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Check, 0) -> (f, 1) -> (checkBucket, 4) -> (forEachPage, 3) -> (compareKeys, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (shutdownGregorClient, 1) -> (Stop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 0) -> (Truncate, 1) -> (AddModuleLevel, 1) -> (prev, 1) -> (Debugf, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (Push, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1) -> (addLogLine, 1) -> (growCap, 3) -> (floatToUint16, 1) -> (cardCreateChannels, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (cancelOnMobileBackground, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleExitNotification, 3) -> (HandleTeamExit, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleExitNotification, 3) -> (HandleTeamExit, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1) -> (find, 4) -> (GetDontFillCache, 0) -> (readFilterBlockCached, 2) -> (nodeLabel, 1) -> (TeamRoleMapChanged, 1) -> (PickCard, 4) -> (messageSince, 5) -> (debugDebug, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Put, 3) -> (writeTempFile, 2) -> (TempFile, 2) -> (TempFile, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3) -> (incCounter, 1) -> (keyEq, 2) -> (forceLinkMapRefreshForUser, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (TogglePrefetcher, 1) -> (RecordCallWithMethodType, 4) -> (newCall, 5) -> (Out, 1) -> (Option, 1) -> (getAllKeysLocked, 0) -> (UpdateBlockMetadata, 2) -> (request, 10)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandlePasswordChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleEmailAddressVerified, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3) -> (incCounter, 1) -> (keyEq, 2) -> (forceLinkMapRefreshForUser, 2) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (cleanup, 0) -> (drop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (save, 0) -> (encodeIdx, 1) -> (NewReadCloser, 2) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encodeValue, 3) -> (Set, 1) -> (cpuBitsMask, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (updater, 1) -> (DepadBlock, 1) -> (decryptData, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (AddConnection, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 1) -> (noEOF, 0) -> (int63n, 1) -> (nowFunc, 0) -> (clearNonces, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3) -> (skipSeek, 1) -> (doReadEntryNameV4, 0) -> (getCurrentNode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (HandleWalletPaymentStatusNotification, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (Neg, 1) -> (ExtensionMap, 0) -> (valToPointer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1) -> (IsPathSeparator, 1) -> (SetReturnAttributes, 1) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0) -> (LeftConversation, 4) -> (HandleChatLeftConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unlock, 0) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (encodeVarint, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (doUpdateFileToIndex, 3) -> (fillSystemInfo, 2) -> (isSetSymLink, 1) -> (Join, 6) -> (ParsePattern, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (PutS3, 5) -> (putMultiPipeline, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (AddFromString, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleTeambotKeyNeeded, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseError, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (HandleNewlyAddedToTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (notifyJoinChannel, 3) -> (JoinedConversation, 5) -> (HandleChatJoinedConversation, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleChat, 1) -> (parseError, 2) -> (Text, 0) -> (unescape, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (Neg, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (NumIn, 0) -> (defaultExtensionValue, 1) -> (fieldDefault, 2) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1) -> (calculateHash, 2) -> (NewFromOSFileMode, 1) -> (isSetSymLink, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (checkFeature, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (EncodeEntry, 2) -> (putJSONEncoder, 1) -> (AddTo, 1) -> (encodeError, 3) -> (Errors, 0) -> (appendFloat, 2) -> (appendFloat, 2) -> (fieldDefault, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2) -> (prepareForWrite, 2) -> (cacheGet, 1) -> (objectPackPath, 2) -> (HiddenChain, 0) -> (load2InnerLocked, 2) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (MaybeFinishTrace, 2) -> (SetError, 0) -> (addEvent, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (calculateChildren, 0) -> (newChildNode, 1) -> (calculateHash, 2) -> (doCalculateHashForRegular, 2) -> (certToPrivAlgo, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandlePasswordChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseError, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2) -> (userPreload, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1) -> (IsDigit, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1) -> (PickCard, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseError, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1) -> (IsDigit, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (newDiskBlockCacheLocalFromStorage, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (cardPopularChannels, 4) -> (debugDebug, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (notifyLeftChannel, 4) -> (LeftConversation, 4) -> (HandleChatLeftConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskQuotaCacheLocalFromStorage, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 2) -> (tlfHandleChange, 2) -> (TlfHandleChange, 2) -> (changeHandle, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (isProduction, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (objectPackPath, 2) -> (subTask, 3) -> (newIndexSnapshotFieldDict, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (KBFSToImpteamUpgrade, 4) -> (HandleChatKBFSToImpteamUpgrade, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (cardCreateChannels, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleTeamAbandoned, 2) -> (TeamExit, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (cancelOnMobileBackground, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (makeTLFJournal, 14) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (Neg, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (NumIn, 0) -> (defaultExtensionValue, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Create, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (setTimeval, 2) -> (Force, 0) -> (AppendSlice, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3) -> (hexDecode, 1) -> (asciiHexToByte, 1) -> (mapValueHook, 1) -> (growCap, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleEmailAddressVerified, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (writeExtension, 3) -> (defaultExtensionValue, 1) -> (fieldDefault, 2) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleWalletRequestStatusNotification, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleUserBlocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (Update, 5) -> (waitOnTyper, 3) -> (removeFromTypers, 3) -> (TypingUpdate, 2) -> (HandleChatTypingUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleChat, 1) -> (parseError, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (TogglePrefetcher, 1) -> (RecordCallWithMethodType, 4) -> (newCall, 5) -> (Out, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Create, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (NewSyncAllNotificationResWithIncremental, 1) -> (State, 4) -> (state, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Decode, 2) -> (stopReading, 1) -> (isValidCommand, 1) -> (hexDecode, 1) -> (asciiHexToByte, 1) -> (info, 1) -> (searchLineInfos, 2) -> (parseAdditiveExpr, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (setTimeval, 2) -> (Force, 0) -> (AppendSlice, 2) -> (load2InnerLockedRetry, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleQuery, 1) -> (parseQuery, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskQuotaCacheLocalFromStorage, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (Push, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1) -> (find, 4) -> (GetDontFillCache, 0) -> (readFilterBlockCached, 2) -> (nodeLabel, 1) -> (TeamRoleMapChanged, 1) -> (PickCard, 4) -> (messageSince, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encryptBlock, 1) -> (Encode, 1) -> (AddCheckBytes, 2) -> (Append, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleChat, 1) -> (parseError, 2) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (applyExpunge, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (Update, 5) -> (waitOnTyper, 3) -> (removeFromTypers, 3) -> (TypingUpdate, 2) -> (HandleChatTypingUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (cleanup, 0) -> (clean, 1) -> (FromSlash, 1) -> (CompactRange, 1) -> (compTriggerRange, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (mkdirAll, 2) -> (Lookup, 3) -> (Readlink, 1) -> (mountpointMatchesRunmode, 2) -> (DWORD, 1) -> (createLinkLocked, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WaitForCompleteFlush, 2) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (enableLocked, 5) -> (makeTLFJournal, 14) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (Update, 5) -> (waitOnTyper, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Post, 4) -> (Post, 2) -> (AbsoluteURL, 1) -> (fetch, 7) -> (handleOnScraped, 1) -> (createEvent, 4) -> (getCurrentNode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleNewTeambotEK, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Flush, 0) -> (writePending, 0) -> (wait, 0) -> (keyFn, 1) -> (TempFile, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RuntimeStatsUpdate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleTeambotEKNeeded, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (HandleChatKBFSToImpteamUpgrade, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Seek, 2) -> (StoreUint64, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Update, 1) -> (UpdateContext, 2) -> (update, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (Update, 5) -> (waitOnTyper, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Free, 0) -> (unref, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0) -> (startWorker, 2) -> (task, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1) -> (addLogLine, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleTeambotEKNeeded, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Encode, 1) -> (Offset, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (close, 0) -> (eof, 0) -> (EvictAll, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Release, 0) -> (FreeLibrary, 1) -> (PushFront, 1) -> (prev, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2) -> (Rekey, 4) -> (Force, 0) -> (AppendSlice, 2) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (remove, 1) -> (index, 1) -> (Panicf, 2) -> (Panicf, 3) -> (hash, 3) -> (unescapeToUTF8, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (Neg, 1) -> (ExtensionMap, 0) -> (valToPointer, 1) -> (makeUnmarshalGroupPtr, 2) -> (appendPointer, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unlock, 0) -> (Call, 5) -> (GetDetail, 0) -> (parseInt, 1) -> (encodeVarint, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Rename, 5) -> (ChildName, 1) -> (NewPathPartString, 2) -> (SplitFileExtension, 1) -> (replay, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Decode, 2) -> (stopReading, 1) -> (isValidCommand, 1) -> (hexDecode, 1) -> (asciiHexToByte, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3) -> (divRoundUp, 2) -> (pack, 2) -> (freeze, 1) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (TLFFinalize, 6) -> (HandleChatTLFFinalize, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (KBFSToImpteamUpgrade, 4) -> (HandleChatKBFSToImpteamUpgrade, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Transform, 3) -> (transform, 3) -> (init, 2) -> (setBytes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (PutS3, 5) -> (putMultiPipeline, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (cleanup, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Create, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (CurrentUID, 1) -> (newMessageNotifier, 2) -> (saveJoinedTimeWithLockInner, 5) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewReporter, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Check, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (SetFinalizer, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unlock, 0) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (encodeVarint, 2) -> (ExtensionMap, 0) -> (makeUnmarshalMap, 1) -> (unmarshalVal, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 3) -> (notifyBatchLocked, 3) -> (notifyOneOpLocked, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Free, 0) -> (unref, 0) -> (freeTrace, 1) -> (delete, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamName, 0) -> (doOneAction, 12) -> (updateOps, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (waitOnTyper, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewCommitIterCTime, 3) -> (Push, 1) -> (PushContext, 2) -> (Remote, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Finish, 1) -> (Put, 3) -> (writeTempFile, 2) -> (DivMod, 3) -> (attemptClean, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unlock, 0) -> (Call, 5) -> (GetDetail, 0) -> (parseInt, 1) -> (encodeVarint, 2) -> (findEndGroup, 1) -> (makeUnmarshalMap, 1) -> (unmarshalVal, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1) -> (addLogLine, 1) -> (growCap, 3) -> (floatToUint16, 1) -> (TeamNameChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0) -> (startWorker, 2) -> (task, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (Mount, 2) -> (initMount, 2) -> (FileConn, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Put, 3) -> (writeTempFile, 2) -> (TempFile, 2) -> (TempFile, 3) -> (reseed, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (Neg, 1) -> (ExtensionMap, 0) -> (valToPointer, 1) -> (makeUnmarshalGroupPtr, 2) -> (appendPointer, 1) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Exit, 1) -> (ExitProcess, 1) -> (Exitsyscall, 0) -> (trace, 8) -> (encodeFrame, 1) -> (notify, 2) -> (reconnectBackoff, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (Neg, 1) -> (ExtensionMap, 0) -> (valToPointer, 1) -> (makeUnmarshalGroupPtr, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1) -> (FavoriteData, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (ResetCaches, 0) -> (CWarningf, 3) -> (loggerFn, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleTeamAbandoned, 2) -> (TeamExit, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (cardCreateChannels, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0) -> (insertIntoTypers, 4) -> (notifyConvUpdateLocked, 2) -> (TypingUpdate, 2) -> (HandleChatTypingUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3) -> (InvalidPrefixError, 1) -> (doReadEntryNameV4, 0) -> (clampUint16, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (HandleChatTLFFinalize, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandlePhoneNumbersChanged, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (Neg, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (cleanup, 0) -> (drop, 0) -> (Drop, 0) -> (waitForExit, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3) -> (InvalidPrefixError, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (writeExtension, 3) -> (defaultExtensionValue, 1) -> (fieldDefault, 2) -> (startTicker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (newPackWrite, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (check, 0) -> (encryptionBlockNumber, 1) -> (checkBucket, 4) -> (forEachPage, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (documentVisitFieldTermsOnSegment, 6) -> (visitDoc, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (writeExtension, 3) -> (defaultExtensionValue, 1) -> (fieldDefault, 2) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (newStorage, 0) -> (resetObservation, 1) -> (provider, 0) -> (callconnect, 3) -> (check, 3) -> (checkAddr, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleUserBlocked, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleWalletAccountsUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1) -> (IsDigit, 1) -> (BackgroundFlushesEnabled, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (cardPopularChannels, 4) -> (debugDebug, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1) -> (addLogLine, 1) -> (growCap, 3) -> (floatToUint16, 1) -> (cardAddPeople, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (objectPackPath, 2) -> (subTask, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (setPublicKeyECDSA, 2) -> (curveToBuf, 3) -> (divRoundUp, 2) -> (pack, 2) -> (freeze, 1) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Finish, 0) -> (Nanoseconds, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Sugar, 0) -> (clone, 0) -> (getJSONEncoder, 0) -> (cloneNodes, 1) -> (cloneNode, 1) -> (AppendChild, 1) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 0) -> (Truncate, 1) -> (AddModuleLevel, 1) -> (prev, 1) -> (Debugf, 1) -> (PutInCaches, 7) -> (setPrefetchStatus, 2) -> (setObseletedOnQueuedPrefetch, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (close, 0) -> (eof, 0) -> (EvictAll, 0) -> (callfcntl, 3) -> (waitForExit, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Trace, 2) -> (doTimedProfile, 5) -> (Info, 3) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0) -> (HandleCanUserPerformChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Put, 3) -> (writeTempFile, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskMDCacheLocalFromStorage, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (OpenFile, 3) -> (createDir, 1) -> (Truncate, 0) -> (resizeMap, 2) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (HandleChatTLFResolve, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (HandleSaltpackOperationDone, 3) -> (runListeners, 1) -> (closeAll, 0) -> (Reject, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Flush, 0) -> (writePending, 0) -> (wait, 0) -> (keyFn, 1) -> (TempFile, 3) -> (reseed, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (TeamAbandoned, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Flush, 0) -> (writePending, 0) -> (wait, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (HandleChatTLFResolve, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Finish, 0) -> (Nanoseconds, 0) -> (getBucket, 1) -> (log2, 1) -> (simpleNameMatch, 2) -> (simpleNameMatch, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1) -> (Profiles, 0) -> (getDirChildren, 2) -> (GetChildren, 4) -> (GetChildren, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (cardWelcome, 5) -> (timeSinceJoinedLE, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncAll, 0) -> (GetFolderBranch, 0) -> (NewSyncAllNotificationResWithIncremental, 1) -> (State, 4) -> (state, 4) -> (MakeStateWithLookupTable, 2) -> (MakeState, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0) -> (startWorker, 2) -> (task, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (objectPackPath, 2) -> (subTask, 3) -> (PickCard, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleWalletPaymentNotification, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3) -> (InvalidPrefixError, 1) -> (doReadEntryNameV4, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newPackWrite, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (notifyConversation, 2) -> (Rekey, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (HonorSigchainExpireTime, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (setTimeval, 2) -> (Force, 0) -> (AppendSlice, 2) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6) -> (assignBracketType, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (KBFSToImpteamUpgrade, 4) -> (HandleChatKBFSToImpteamUpgrade, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleTeamAbandoned, 2) -> (TeamExit, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskMDCacheLocalFromStorage, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 0) -> (Truncate, 1) -> (AddModuleLevel, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleNewlyAddedToTeamNotification, 3) -> (HandleNewlyAddedToTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2) -> (mount, 4) -> (FileConn, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleFavoritesChanged, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (write, 2) -> (funcPC, 1) -> (Exitsyscall, 0) -> (SetFileAttributes, 2) -> (callfchmodat, 4) -> (SetAttrInDirEntryInCache, 6) -> (setCachedAttrLocked, 7) -> (newMessageNotifier, 2) -> (GetTeamEK, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0) -> (startWorker, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0) -> (TeamRoleMapChanged, 1) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Finish, 0) -> (Nanoseconds, 0) -> (getBucket, 1) -> (log2, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleNewTeambotEK, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (HandleCanUserPerformChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2) -> (AfterNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (notifyReset, 4) -> (ResetConversation, 4) -> (HandleChatResetConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleWalletRequestStatusNotification, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (writeExtension, 3) -> (defaultExtensionValue, 1) -> (fieldDefault, 2) -> (HandleCanUserPerformChanged, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 2) -> (Read, 3) -> (Uint16, 1) -> (Read, 6) -> (MergeLocalMetadata, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (SetFinalizer, 2) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6) -> (assignBracketType, 3) -> (setBracketsToType, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (Mount, 2) -> (initMount, 2) -> (FileConn, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1) -> (IsPathSeparator, 1) -> (SetReturnAttributes, 1) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (check, 0) -> (encryptionBlockNumber, 1) -> (checkBucket, 4) -> (forEachPage, 3) -> (compareKeys, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (runUnlessCanceled, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (NewTicker, 1) -> (run, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Flush, 0) -> (writePending, 0) -> (wait, 0) -> (keyFn, 1) -> (keyPrefix, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleFavoritesChanged, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (writeExtension, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Finish, 1) -> (Put, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (JournalStatus, 1) -> (getJournalStatus, 0) -> (getJournalStatusLocked, 0) -> (getQuotaInfo, 1) -> (getQuotaTracker, 1) -> (newQuotaBackpressureTracker, 2) -> (doBackgroundWork, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleTeamAbandoned, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (makeTLFJournal, 14)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (cardAddPeople, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1) -> (addLogLine, 1) -> (growCap, 3) -> (floatToUint16, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (ResetConversation, 4) -> (HandleChatResetConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (documentVisitFieldTermsOnSegment, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0) -> (HandleChatKBFSToImpteamUpgrade, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Create, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (CurrentUID, 1) -> (newMessageNotifier, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleFavoritesChanged, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (notifyJoinChannel, 3) -> (JoinedConversation, 5) -> (HandleChatJoinedConversation, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Seek, 2) -> (StoreUint64, 2) -> (fillStat_t, 2) -> (fstatat, 4) -> (callfstatat, 4) -> (registerRepoNode, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (Mount, 2) -> (initMount, 2) -> (FileConn, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (EncodeEntry, 2) -> (putJSONEncoder, 1) -> (AddTo, 1) -> (encodeError, 3) -> (Errors, 0) -> (appendFloat, 2) -> (appendFloat, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (HandleChatRequestInfo, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (TogglePrefetcher, 1) -> (RecordCallWithMethodType, 4) -> (newCall, 5) -> (Out, 1) -> (Option, 1) -> (getAllKeysLocked, 0) -> (UpdateBlockMetadata, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1) -> (IsPathSeparator, 1) -> (SetReturnAttributes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 0) -> (newStorage, 0) -> (resetObservation, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (ParseBool, 1) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (notifyLeftChannel, 4) -> (LeftConversation, 4) -> (HandleChatLeftConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (cardAddPeople, 4) -> (timeSinceJoinedInRange, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (log, 4) -> (sweetenFields, 1) -> (Array, 2) -> (Reflect, 2) -> (errArray, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (Neg, 1) -> (ExtensionMap, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleEmailAddressChanged, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskBlockCacheLocalFromStorage, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (closeLocked, 0) -> (Shutdown, 0) -> (getReadTimeout, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (isset, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Push, 2) -> (Run, 1) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1) -> (CompactionStats, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Post, 4) -> (Post, 2) -> (AbsoluteURL, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (remove, 1) -> (index, 1) -> (Panicf, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unlock, 0) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (encodeVarint, 2) -> (ExtensionMap, 0) -> (makeUnmarshalMap, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (drain, 1) -> (Read, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (decodeLine, 3) -> (hexDecode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Close, 0) -> (StoreUint32, 2) -> (encodeIdx, 1) -> (FileExists, 1) -> (AfterNodes, 1) -> (setTimeval, 2) -> (Force, 0) -> (AppendSlice, 2) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandlePhoneNumbersChanged, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (Text, 0) -> (unescape, 2) -> (unescapeEntity, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WriteFile, 4) -> (errnoErr, 1) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (startLoop, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 0) -> (Delete, 1) -> (Supports, 1) -> (CreateStreamCache, 2) -> (NewPassphraseStreamCache, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (send, 1) -> (wrap, 0) -> (notifyBlockers, 2) -> (AfterNodes, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (waitOnTyper, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleTeamDeleted, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (notifyLeftChannel, 4) -> (LeftConversation, 4) -> (HandleChatLeftConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (Neg, 1) -> (cpuMask, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (HandleChatRequestInfo, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleWalletPaymentStatusNotification, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleTeambotKeyNeeded, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (write, 2) -> (funcPC, 1) -> (Exitsyscall, 0) -> (SetFileAttributes, 2) -> (callfchmodat, 4) -> (SetAttrInDirEntryInCache, 6) -> (setCachedAttrLocked, 7) -> (newMessageNotifier, 2) -> (identify, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1) -> (Profiles, 0) -> (getDirChildren, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4) -> (FullSyncStarted, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0) -> (HandleChatTLFResolve, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (TLFResolve, 5) -> (HandleChatTLFResolve, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1) -> (ensure, 2) -> (updater, 1) -> (GetLatestHandleForTLF, 2) -> (GetLatestFolderHandle, 2) -> (ResetConversation, 4) -> (HandleChatResetConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (HandleChatTLFResolve, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Finish, 0) -> (Nanoseconds, 0) -> (getBucket, 1) -> (log2, 1) -> (simpleNameMatch, 2) -> (simpleNameMatch, 2) -> (makeReference, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (AuditTeam, 10) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (NewAuditError, 4) -> (lookupProbes, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 0) -> (Truncate, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Unmount, 1) -> (unmount, 1) -> (CombinedOutput, 0) -> (setAuth, 1) -> (NewSession, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1) -> (encodeVarint, 2) -> (ExtensionMap, 0) -> (makeUnmarshalMap, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (HandleSaltpackOperationDone, 3) -> (runListeners, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1) -> (addLogLine, 1) -> (growCap, 3) -> (floatToUint16, 1) -> (checkFeature, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Index, 1) -> (Search, 2) -> (UnmarshalAgain, 1) -> (find, 4) -> (GetDontFillCache, 0) -> (readFilterBlockCached, 2) -> (nodeLabel, 1) -> (TeamRoleMapChanged, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleTeamAbandoned, 2) -> (TeamExit, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4) -> (wfixmap, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (HandleNewlyAddedToTeamNotification, 3) -> (HandleNewlyAddedToTeam, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (dispatch, 0) -> (startWorker, 2) -> (task, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (First, 0) -> (fill, 2) -> (IsCorrupted, 1) -> (termFrequencyRowKeyTo, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 0) -> (Truncate, 1) -> (AddModuleLevel, 1) -> (prev, 1) -> (Debugf, 1) -> (PutInCaches, 7)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (enableDebugServer, 2) -> (SetTraceOptions, 1) -> (serve, 1) -> (handleRequest, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Debug, 3) -> (GetLog, 0) -> (showVerbose, 0) -> (TransportError, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Limit, 1) -> (Init, 0) -> (SetConfig, 1) -> (ConfigWriter, 0) -> (newWindowsModule, 1) -> (ptrToString, 1) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (LeftConversation, 4) -> (HandleChatLeftConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (startLoop, 0) -> (loop, 1) -> (cancelLoop, 0) -> (doFullIndex, 3) -> (indexNewlySyncedTlf, 3) -> (indexNewlySyncedTlfDir, 4) -> (TotalDocsSize, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (KBFSToImpteamUpgrade, 4) -> (HandleChatKBFSToImpteamUpgrade, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (HandleSaltpackOperationDone, 3) -> (runListeners, 1) -> (closeAll, 0) -> (Reject, 2) -> (ackRequest, 1) -> (callsetsockopt, 5) -> (checkAddr, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Children, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (newKBPConfigEditor, 1) -> (newKBPConfigEditorWithPrompter, 2) -> (DefaultV1, 0) -> (EnsureInit, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2) -> (mount, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (init, 4) -> (InitLevel, 3) -> (shuffleSigncryptReceivers, 2) -> (Mount, 2) -> (initMount, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (encodeValue, 3) -> (Set, 1) -> (cpuBitsMask, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (updater, 1) -> (DepadBlock, 1) -> (decryptData, 3) -> (checkFeature, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Decrypt, 1) -> (decryptData, 4) -> (XORKeyStream, 4) -> (HSalsa20, 4) -> (blockXOR, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Next, 0) -> (advance, 1) -> (drop, 0) -> (Drop, 0) -> (EncryptToString, 2) -> (xorBytes, 2) -> (getPerUserKeyFn, 2) -> (DeviceCtime, 0) -> (HandleTeambotKeyNeeded, 5)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3) -> (TeamMetadataUpdate, 0) -> (HandleChatTLFFinalize, 6)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Write, 3) -> (value, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (JournalStatus, 1) -> (getJournalStatus, 0) -> (getJournalStatusLocked, 0) -> (getQuotaInfo, 1) -> (getQuotaTracker, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (writes, 0) -> (importNaclKid, 3) -> (importNaclKid, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Flush, 0) -> (writePending, 0) -> (wait, 0) -> (keyFn, 1) -> (TempFile, 3) -> (reseed, 0) -> (mCompaction, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (isProduction, 0) -> (MaxSize, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (recover, 0) -> (recordCommited, 1) -> (computeCompaction, 0) -> (logf, 5) -> (Acquire, 2) -> (tryAcquire, 1) -> (nakedNum, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 2) -> (Read, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (New, 1) -> (byName, 1) -> (Sort, 2) -> (newChildNode, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Get, 1) -> (Access, 1) -> (resizeMap, 2) -> (wfixmap, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (WriteFile, 4) -> (errnoErr, 1) -> (Pause, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (SimpleFSClose, 2) -> (wrapContextWithTimeout, 1) -> (NewClient, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Open, 1) -> (newFile, 3) -> (Root, 0) -> (decodeResponse, 2) -> (setClientAppHeaders, 1) -> (writeExtension, 3) -> (defaultExtensionValue, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (close, 0) -> (eof, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Call, 5) -> (RpcError_ErrorCode, 1) -> (parseInt, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newPackWrite, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Lookup, 1) -> (lookupValue, 2) -> (lookup, 2) -> (ComputeSigIDFromSigBody, 1) -> (SigIDBaseFromBytes, 1) -> (UpdateMetadata, 3) -> (updater, 1) -> (KeyByTypeWithUID, 2) -> (notifyReset, 4) -> (ResetConversation, 4) -> (HandleChatResetConversation, 4)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1) -> (cacheGet, 1) -> (addLogLine, 1) -> (growCap, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (Neg, 1) -> (cpuMask, 1) -> (HashFromBytes, 1) -> (NumIn, 0) -> (defaultExtensionValue, 1) -> (fieldDefault, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (reset, 0) -> (reset, 1) -> (isBinary, 0) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (freezeRSRC, 0)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (normLang, 1) -> (resizeRange, 3) -> (stripExt, 1) -> (IsPathSeparator, 1)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (cleanup, 0) -> (clean, 1) -> (FromSlash, 1) -> (CompactRange, 1) -> (compTriggerRange, 4) -> (offsetOf, 2) -> (OffsetOf, 1) -> (Dispatch, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Reset, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (String, 0) -> (Role, 0) -> (PixelRole, 1) -> (calltime, 1) -> (NsecToTimeval, 1) -> (setTimeval, 2) -> (objectPackPath, 2) -> (subTask, 3) -> (VisitDocValues, 2) -> (DocumentVisitFieldTerms, 3)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (Rename, 5) -> (ChildName, 1) -> (NewPathPartString, 2)
(fillStat, 2) -> (int64, 1) -> (uint64, 1) -> (PutUint64, 2) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (PutUint32, 2) -> (handleChat, 1) -> (parseError, 2) -> (Text, 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: a144e0ce38ee9e495cc5acbcd4ef859f5534d820
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.