Searched refs:functionExit (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | fdr_controller_test.cpp | 64 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 D | xray_fdr_logging.cpp | 510 TLD.Controller->functionExit(FuncId, TSC, CPU); in fdrLoggingHandleArg0() 540 TLD.Controller->functionExit(FuncId, TSC, CPU); in fdrLoggingHandleArg1()
|
H A D | xray_fdr_controller.h | 310 bool functionExit(int32_t FuncId, uint64_t TSC, in functionExit() function
|