Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dvirtual_runtime.cpp507 auto StackTable = processStackMap_.find(recordSample.data_.pid); in RecoverCallStack() local
508 …CHECK_TRUE(StackTable == processStackMap_.end(), false, 1, "not found %" PRIu32 " pid", recordSamp… in RecoverCallStack()
510 if (StackTable->second != nullptr) { in RecoverCallStack()
511 StackTable->second->GetIpsByStackId(recordSample.stackId_, recordSample.ips_); in RecoverCallStack()