Home
last modified time | relevance | path

Searched defs:sps (Results 1 – 8 of 8) 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()
179 const std::vector<uint64_t>& sps, in WriteCallChain()
207 std::vector<uint64_t>& ips, std::vector<uint64_t>& sps) { in ReadCallChain()
235 std::vector<uint64_t>& sps) { in ReadCallChainInReverseOrder()
292 const std::vector<uint64_t>& sps) { in AddCallChain()
344 std::vector<uint64_t> sps; in JoinCallChains() local
386 std::vector<uint64_t>& sps) { in GetNextCallChain()
DCallChainJoiner_test.cpp183 std::vector<uint64_t> sps; in TEST_F() local
244 std::vector<uint64_t> sps; in TEST_F() local
262 std::vector<uint64_t> sps; in TEST_F() local
Dcmd_debug_unwind.cpp238 std::vector<uint64_t> sps; in ProcessRecord() local
325 std::vector<uint64_t> sps; in JoinCallChains() local
DOfflineUnwinder.cpp188 std::vector<uint64_t>* ips, std::vector<uint64_t>* sps) { in UnwindCallChain()
Dsample_tree.h115 std::vector<uint64_t> sps; in ProcessSampleRecord() local
Dcmd_record.cpp1417 std::vector<uint64_t> sps; in UnwindRecord() local
1505 std::vector<uint64_t> sps; in JoinCallChains() local
Drecord.cpp1089 const std::vector<uint64_t>& sps) { in CallChainRecord()
Drecord.h517 uint64_t* sps; member