Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfdr_controller_test.cpp87 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 Dxray_fdr_controller.h293 bool functionEnterArg(int32_t FuncId, uint64_t TSC, uint16_t CPU, in functionEnterArg() function
H A Dxray_fdr_logging.cpp540 TLD.Controller->functionEnterArg(FuncId, TSC, CPU, Arg); in fdrLoggingHandleArg1()