Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h327 uint32_t OverflowedFunctions; variable
335 OverflowedFunctions(0) {} in FunctionCallTrie()
346 OverflowedFunctions(O.OverflowedFunctions) {} in FunctionCallTrie()
353 OverflowedFunctions = O.OverflowedFunctions;
365 if (UNLIKELY(OverflowedFunctions)) { in enterFunction()
366 ++OverflowedFunctions; in enterFunction()
384 ++OverflowedFunctions; in enterFunction()
402 ++OverflowedFunctions; in enterFunction()
414 ++OverflowedFunctions; in enterFunction()
422 if (OverflowedFunctions) { in exitFunction()
[all …]