Home
last modified time | relevance | path

Searched defs:AddCallChain (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
DCallChainJoiner.cpp45 void LRUCache::AddCallChain(pid_t tid, std::vector<uint64_t>& ips, std::vector<uint64_t>& sps) { in AddCallChain() function in simpleperf::call_chain_joiner_impl::LRUCache
288 bool CallChainJoiner::AddCallChain(pid_t pid, pid_t tid, ChainType type, in AddCallChain() function in simpleperf::CallChainJoiner
Dcallchain.h51 void AddCallChain(const std::vector<EntryT*>& callchain, uint64_t period, in AddCallChain() function