Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.cc50 frames.emplace_back(callsites_->InternCodeLocation(loc, build_id)); in RecordMalloc()
75 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(frames); in RecordMalloc()
82 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(frames); in RecordMalloc()
143 callsites_->CreateCallsite(stack, build_ids); in GetSizeForTesting()
161 callsites_->CreateCallsite(stack, build_ids); in GetMaxForTesting()
179 callsites_->CreateCallsite(stack, build_ids); in GetMaxCountForTesting()
Dbookkeeping.h131 : callsites_(callsites), dump_at_max_mode_(dump_at_max_mode) {} in HeapTracker()
354 GlobalCallstackTrie* callsites_; variable
Dheapprofd_producer.h312 GlobalCallstackTrie callsites_; variable
Dheapprofd_producer.cc745 dump_state.DumpCallstacks(&callsites_); in DumpProcessState()
882 std::forward_as_tuple(&producer_->callsites_, in OnDataAvailable()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc95 return &callsites_[it->second]; in GetCallSite()
115 callsite_instructions_.insert({instruction, callsites_.size()}); in AddCallSiteForInstruction()
116 callsites_.push_back( in AddCallSiteForInstruction()
120 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