Home
last modified time | relevance | path

Searched defs:InterceptorContext (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/include/perfetto/tracing/
Dinterceptor.h268 friend class InterceptorContext; variable
305 InterceptorContext(TracePacketCallbackArgs args) in InterceptorContext() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1093 struct InterceptorContext { struct
1097 InterceptorContext() in InterceptorContext() argument
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp191 struct InterceptorContext { struct
195 __sanitizer_sigaction sigactions[kSigCount];
197 unsigned finalize_key;
200 BlockingMutex atexit_mu;
201 Vector<struct AtExitCtx *> AtExitStack;
203 InterceptorContext() in InterceptorContext() function