Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DCallChainJoiner_test.cpp31 std::vector<uint64_t> tmp_sp = input_sp; in JoinCallChain() local
32 cache.AddCallChain(tid, tmp_ip, tmp_sp); in JoinCallChain()
33 return tmp_ip == expected_output_ip && tmp_sp == expected_output_sp; in JoinCallChain()