OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
...]
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.cpp
190
void TracePC::HandleCallerCallee(uintptr_t Caller, uintptr_t
Callee
) {
193
uintptr_t Idx = (Caller & kMask) | ((
Callee
& kMask) << kBits);
529
void __sanitizer_cov_trace_pc_indir(uintptr_t
Callee
) {
531
fuzzer::TPC.HandleCallerCallee(PC,
Callee
);
FuzzerTracePC.h
85
void HandleCallerCallee(uintptr_t Caller, uintptr_t
Callee
);
Completed in 64 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025