HomeSort by: relevance | last modified time | path
    Searched refs:FId (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
function_call_trie_test.cc 39 ASSERT_EQ(R.front()->FId, 1);
54 ASSERT_EQ(R.front()->FId, 1);
69 ASSERT_EQ(R.front()->FId, 1);
114 // Enter and exit FId = 1.
118 // Enter and exit FId = 2.
129 ASSERT_NE(R0->FId, R1->FId);
171 ASSERT_EQ(F1.FId, 1);
175 ASSERT_EQ(F2.FId, 2);
179 ASSERT_EQ(F3.FId, 3)
    [all...]
fdr_controller_test.cc 83 int32_t FId = (1 << 28) - 1;
86 ASSERT_TRUE(C->functionEnter(FId, TSC++, CPU));
87 ASSERT_TRUE(C->functionExit(FId, TSC++, CPU));
88 ASSERT_TRUE(C->functionEnterArg(FId, TSC++, CPU, 1));
89 ASSERT_TRUE(C->functionTailExit(FId, TSC++, CPU));
100 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::ENTER)),
101 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::EXIT)),
102 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::ENTER_ARG)),
103 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::TAIL_EXIT)))));
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 101 int32_t FId;
117 int32_t FId;
359 void enterFunction(const int32_t FId, uint64_t TSC,
361 DCHECK_NE(FId, 0);
374 nullptr, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId);
398 [FId](const NodeIdPair &NR) { return NR.FId == FId; });
408 TopNode, NodeIdPairArray(*NodeIdPairAllocator), 0u, 0u, FId);
412 TopNode->Callees.AppendEmplace(NewNode, FId);
    [all...]
xray_profile_collector.cc 189 Record->Path.Append(N->FId);
206 for (const auto FId : Record.Path)
208 static_cast<uint8_t *>(internal_memcpy(NextPtr, &FId, sizeof(FId))) +
209 sizeof(FId);

Completed in 16 milliseconds