Home
last modified time | relevance | path

Searched refs:UndoableTailExits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h40 uint32_t UndoableTailExits = 0; variable
65 UndoableTailExits = 0; in getNewBuffer()
209 while (UndoableTailExits) { in rewindRecords()
223 UndoableTailExits = 0; in rewindRecords()
227 --UndoableTailExits; in rewindRecords()
256 UndoableTailExits = 0; in functionEnter()
285 UndoableTailExits = UndoableFunctionEnters ? UndoableTailExits + 1 : 0; in functionTailExit()
304 UndoableTailExits = 0; in functionEnterArg()
328 UndoableTailExits = 0; in functionExit()
343 UndoableTailExits = 0; in customEvent()
[all …]