Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dfdr_controller_test.cpp64 ASSERT_TRUE(C->functionExit(1, 2, 3)); in TEST_F()
86 ASSERT_TRUE(C->functionExit(FId, TSC++, CPU)); in TEST_F()
108 ASSERT_TRUE(C->functionExit(1, 2, 3)); in TEST_F()
123 ASSERT_TRUE(C->functionExit(1, 2, 3)); in TEST_F()
146 ASSERT_TRUE(C->functionExit(2, TSC++, CPU)); in TEST_F()
147 ASSERT_TRUE(C->functionExit(1, TSC += 1000, CPU)); in TEST_F()
171 ASSERT_TRUE(C->functionExit(1, TSC += LargeDelta, CPU)); in TEST_F()
201 ASSERT_TRUE(C->functionExit(3, TSC++, CPU)); in TEST_F()
202 ASSERT_TRUE(C->functionExit(2, TSC++, CPU)); in TEST_F()
203 ASSERT_TRUE(C->functionExit(1, TSC++, CPU)); in TEST_F()
[all …]
/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp510 TLD.Controller->functionExit(FuncId, TSC, CPU); in fdrLoggingHandleArg0()
540 TLD.Controller->functionExit(FuncId, TSC, CPU); in fdrLoggingHandleArg1()
H A Dxray_fdr_controller.h310 bool functionExit(int32_t FuncId, uint64_t TSC, in functionExit() function