Searched refs:FunctionCallTrieTest (Results 1 – 1 of 1) sorted by relevance
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | function_call_trie_test.cpp | 20 TEST(FunctionCallTrieTest, ConstructWithTLSAllocators) { in TEST() argument 26 TEST(FunctionCallTrieTest, EnterAndExitFunction) { in TEST() argument 43 TEST(FunctionCallTrieTest, HandleTSCOverflow) { in TEST() argument 58 TEST(FunctionCallTrieTest, MaximalCumulativeTime) { in TEST() argument 74 TEST(FunctionCallTrieTest, MissingFunctionEntry) { in TEST() argument 84 TEST(FunctionCallTrieTest, NoMatchingEntersForExit) { in TEST() argument 97 TEST(FunctionCallTrieTest, MissingFunctionExit) { in TEST() argument 108 TEST(FunctionCallTrieTest, MultipleRoots) { in TEST() argument 151 TEST(FunctionCallTrieTest, MissingIntermediaryExit) { in TEST() argument 191 TEST(FunctionCallTrieTest, DeepCallStack) { in TEST() argument [all …]
|