Home
last modified time | relevance | path

Searched refs:callsites_ (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/profiling/memory/
Dbookkeeping.cc45 frames.emplace_back(callsites_->InternCodeLocation(loc)); in RecordMalloc()
70 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(frames); in RecordMalloc()
77 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(frames); in RecordMalloc()
134 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(stack); in GetSizeForTesting()
149 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(stack); in GetMaxForTesting()
Dbookkeeping.h128 : callsites_(callsites), dump_at_max_mode_(dump_at_max_mode) {} in HeapTracker()
331 GlobalCallstackTrie* callsites_; variable
Dheapprofd_producer.h278 GlobalCallstackTrie callsites_; variable
Dheapprofd_producer.cc667 dump_state.DumpCallstacks(&callsites_); in DumpProcessState()
800 std::forward_as_tuple(&producer_->callsites_, in OnDataAvailable()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc94 return &callsites_[it->second]; in GetCallSite()
114 callsite_instructions_.insert({instruction, callsites_.size()}); in AddCallSiteForInstruction()
115 callsites_.push_back( in AddCallSiteForInstruction()
119 for (auto* callee : callsites_.back().called_computations()) { in AddCallSiteForInstruction()
Dcall_graph.h102 const std::vector<CallSite>& callsites() const { return callsites_; } in callsites()
164 std::vector<CallSite> callsites_; variable