Searched refs:tmp_sp (Results 1 – 1 of 1) sorted by relevance
31 std::vector<uint64_t> tmp_sp = input_sp; in JoinCallChain() local32 cache.AddCallChain(tid, tmp_ip, tmp_sp); in JoinCallChain()33 return tmp_ip == expected_output_ip && tmp_sp == expected_output_sp; in JoinCallChain()