OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Callee
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h
39
/// ID of the
callee
, and a pointer to the node.
395
// If we've seen this
callee
before, then we access that node and place that
397
auto*
Callee
= TopNode->Callees.find_element(
399
if (
Callee
!= nullptr) {
400
CHECK_NE(
Callee
->NodePtr, nullptr);
401
if (ShadowStack.AppendEmplace(TSC,
Callee
->NodePtr, CPU) == nullptr)
518
for (const auto
Callee
: NP.Node->Callees) {
521
Callee
.NodePtr->CallCount,
Callee
.NodePtr->CumulativeLocalTime,
522
Callee
.FId)
[
all
...]
xray_function_call_trie.h
39
/// ID of the
callee
, and a pointer to the node.
395
// If we've seen this
callee
before, then we access that node and place that
397
auto*
Callee
= TopNode->Callees.find_element(
399
if (
Callee
!= nullptr) {
400
CHECK_NE(
Callee
->NodePtr, nullptr);
401
if (ShadowStack.AppendEmplace(TSC,
Callee
->NodePtr, CPU) == nullptr)
518
for (const auto
Callee
: NP.Node->Callees) {
521
Callee
.NodePtr->CallCount,
Callee
.NodePtr->CumulativeLocalTime,
522
Callee
.FId)
[
all
...]
xray_function_call_trie.h
39
/// ID of the
callee
, and a pointer to the node.
395
// If we've seen this
callee
before, then we access that node and place that
397
auto*
Callee
= TopNode->Callees.find_element(
399
if (
Callee
!= nullptr) {
400
CHECK_NE(
Callee
->NodePtr, nullptr);
401
if (ShadowStack.AppendEmplace(TSC,
Callee
->NodePtr, CPU) == nullptr)
518
for (const auto
Callee
: NP.Node->Callees) {
521
Callee
.NodePtr->CallCount,
Callee
.NodePtr->CumulativeLocalTime,
522
Callee
.FId)
[
all
...]
Completed in 297 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025