Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.h79 struct ContextRoot { struct
140 extern __thread __ctx_profile::ContextRoot
145 ContextNode *__llvm_ctx_profile_start_context(__ctx_profile::ContextRoot *Root,
151 void __llvm_ctx_profile_release_context(__ctx_profile::ContextRoot *Root);
H A DCtxInstrProfiling.cpp28 __sanitizer::Vector<ContextRoot *> AllContextRoots;
61 bool validate(const ContextRoot *Root) { in validate()
132 __thread ContextRoot *volatile __llvm_ctx_profile_current_context_root =
240 void setupContext(ContextRoot *Root, GUID Guid, uint32_t NrCounters, in setupContext()
257 ContextRoot *Root, GUID Guid, uint32_t Counters, in __llvm_ctx_profile_start_context()
272 void __llvm_ctx_profile_release_context(ContextRoot *Root) in __llvm_ctx_profile_release_context()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp8 void SetUp() override { memset(&Root, 0, sizeof(ContextRoot)); } in SetUp()
12 ContextRoot Root;
183 ContextRoot *const Root; in TEST_F()
186 Writer(ContextRoot *Root, size_t Entries) : Root(Root), Entries(Entries) {} in TEST_F()