Searched refs:functionEnterArg (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
H A D | fdr_controller_test.cpp | 87 ASSERT_TRUE(C->functionEnterArg(FId, TSC++, CPU, 1)); in TEST_F() 122 ASSERT_TRUE(C->functionEnterArg(1, 2, 3, 4)); in TEST_F() 339 ASSERT_TRUE(C->functionEnterArg(1, TSC++, CPU, ARG++)); in TEST_F()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_fdr_controller.h | 293 bool functionEnterArg(int32_t FuncId, uint64_t TSC, uint16_t CPU, in functionEnterArg() function
|
H A D | xray_fdr_logging.cpp | 540 TLD.Controller->functionEnterArg(FuncId, TSC, CPU, Arg); in fdrLoggingHandleArg1()
|