Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DCallChainJoiner_test.cpp29 const std::vector<uint64_t>& expected_output_sp) { in JoinCallChain() argument
33 return tmp_ip == expected_output_ip && tmp_sp == expected_output_sp; in JoinCallChain()