| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| H A D | function_call_trie_test.cc | 40 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 D | profile_collector_test.cc | 86 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 D | ProfileSummaryInfo.cpp | 127 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 D | CGSCCPassManager.cpp | 382 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 D | Profile.cpp | 103 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 D | xray_function_call_trie.h | 115 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 D | xray_profile_collector.cc | 220 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 D | Profile.h | 58 uint64_t CallCount; member
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | ntsecpkg.d | 164 ULONG CallCount; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1611 int64_t CallCount = in updateCallProfile() local 1613 updateProfileCallee(Callee, -CallCount, &VMap); in updateCallProfile()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 168019 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 …]
|