Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
Dunique_stack_table_test.cpp96 table->GetIpsByStackId(stackId, checkbaseips);
97 table->GetIpsByStackId(stackIdpart, checkpartips);
98 table->GetIpsByStackId(stackIdpart1, checkpartips1);
/developtools/hiperf/include/
Dunique_stack_table.h95 bool GetIpsByStackId(const StackId stackId, std::vector<u64>& ips);
/developtools/hiperf/src/
Dunique_stack_table.cpp170 bool UniqueStackTable::GetIpsByStackId(StackId stackId, std::vector<u64>& ips) in GetIpsByStackId() function in OHOS::Developtools::HiPerf::UniqueStackTable
Dvirtual_runtime.cpp487 StackTable->second->GetIpsByStackId(recordSample.stackId_, recordSample.ips_); in RecoverCallStack()