Searched refs:FDRController (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
H A D | fdr_controller_test.cpp | 49 std::unique_ptr<FDRController<>> C; 58 C = std::make_unique<FDRController<>>(BQ.get(), B, *W, clock_gettime, 0); in SetUp() 106 C = std::make_unique<FDRController<>>(BQ.get(), B, *W, clock_gettime, 1000); in TEST_F() 121 C = std::make_unique<FDRController<>>(BQ.get(), B, *W, clock_gettime, 1000); in TEST_F() 141 C = std::make_unique<FDRController<>>(BQ.get(), B, *W, clock_gettime, 1000); in TEST_F() 166 C = std::make_unique<FDRController<>>(BQ.get(), B, *W, clock_gettime, 1000); in TEST_F() 190 C = std::make_unique<FDRController<>>(BQ.get(), B, *W, clock_gettime, 1000); in TEST_F() 217 C = std::make_unique<FDRController<>>(BQ.get(), B, *W, clock_gettime, 1000); in TEST_F() 251 C = std::make_unique<FDRController<>>(BQ.get(), B, *W, clock_gettime, 1000); in TEST_F() 299 std::unique_ptr<FDRController<>> C; [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_fdr_logging.cpp | 65 typename std::aligned_storage<sizeof(FDRController<>), 66 alignof(FDRController<>)>::type; 68 FDRController<> *Controller = nullptr; 483 auto *CStorage = reinterpret_cast<FDRController<> *>(&TLD.CStorage); in setupTLD() 485 FDRController<>(TLD.BQ, TLD.Buffer, *TLD.Writer, clock_gettime, in setupTLD()
|
H A D | xray_fdr_controller.h | 25 template <size_t Version = 5> class FDRController { 236 FDRController(BufferQueue *BQ, BufferQueue::Buffer &B, FDRLogWriter &W, in FDRController() function
|