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.cpp239 std::vector<uint64_t> sps; in ProcessRecord() local
326 std::vector<uint64_t> sps; in JoinCallChains() local
DOfflineUnwinder.cpp225 std::vector<uint64_t>* ips, std::vector<uint64_t>* sps) { in UnwindCallChain()
Dsample_tree.h117 std::vector<uint64_t> sps; in ProcessSampleRecord() local
Dcmd_record.cpp1534 std::vector<uint64_t> sps; in UnwindRecord() local
1622 std::vector<uint64_t> sps; in JoinCallChains() local
Drecord.cpp1190 const std::vector<uint64_t>& sps) { in CallChainRecord()
Drecord.h593 uint64_t* sps; member