Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h333 bool customEvent(uint64_t TSC, uint16_t CPU, const void *Event, in customEvent() function
H A Dxray_fdr_logging.cpp580 TLD.Controller->customEvent(TSC, CPU, Event, ReducedEventSize); in fdrLoggingHandleCustomEvent()
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dfdr_controller_test.cpp358 ASSERT_TRUE(C->customEvent(TSC++, CPU, &D, sizeof(D))); in TEST_F()