Home
last modified time | relevance | path

Searched refs:CallCount (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cc40 ASSERT_EQ(R.front()->CallCount, 1u); in TEST()
55 ASSERT_EQ(R.front()->CallCount, 1u); in TEST()
70 ASSERT_EQ(R.front()->CallCount, 1u); in TEST()
133 EXPECT_EQ(R0->CallCount, 1u); in TEST()
137 EXPECT_EQ(R1->CallCount, 1u); in TEST()
184 EXPECT_EQ(F3.CallCount, 1u); in TEST()
185 EXPECT_EQ(F2.CallCount, 1u); in TEST()
186 EXPECT_EQ(F1.CallCount, 1u); in TEST()
209 EXPECT_EQ(F->CallCount, 1u); in TEST()
295 EXPECT_EQ(R0.CallCount, 2u); in TEST()
[all …]
H A Dprofile_collector_test.cc86 int64_t CallCount; member
102 internal_memcpy(&Result.CallCount, P, sizeof(int64_t)); in ParseProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp127 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotInCallGraph() local
128 TotalCallCount += CallCount.getValue(); in isFunctionHotInCallGraph()
156 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionColdInCallGraph() local
157 TotalCallCount += CallCount.getValue(); in isFunctionColdInCallGraph()
190 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotOrColdInCallGraphNthPercentile() local
191 TotalCallCount += CallCount.getValue(); in isFunctionHotOrColdInCallGraphNthPercentile()
H A DCGSCCPassManager.cpp382 struct CallCount { in run() struct
393 SmallDenseMap<Function *, CallCount> CallCounts; in run()
394 CallCount CountLocal = {0, 0}; in run()
396 CallCount &Count = in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DProfile.cpp103 D.CallCount = Extractor.getU64(&Offset); in readData()
216 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread()
249 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack()
363 ++TPD.CallCount; in profileFromTrace()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h115 uint64_t CallCount; member
455 TopNode->CallCount++; in exitFunction()
499 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount, in deepCopyInto()
521 Callee.NodePtr->CallCount, Callee.NodePtr->CumulativeLocalTime, in deepCopyInto()
577 NT.TargetNode->CallCount += NT.OrigNode->CallCount; in mergeInto()
H A Dxray_profile_collector.cc220 NextPtr, &Record.Node->CallCount, sizeof(Record.Node->CallCount))) + in serializeRecords()
221 sizeof(Record.Node->CallCount); in serializeRecords()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dntsecpkg.d164 ULONG CallCount; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1611 int64_t CallCount = in updateCallProfile() local
1613 updateProfileCallee(Callee, -CallCount, &VMap); in updateCallProfile()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c168019 struct CallCount {
168036 struct CallCount *p;
168037 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168043 struct CallCount *p;
168044 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168155 struct CallCount *p;
168156 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168167 struct CallCount *p;
168168 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168186 struct CallCount *p;
[all …]