mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
fix GatherIpStats address
This commit is contained in:
parent
3dc81d64f5
commit
d4059cba50
@ -1312,7 +1312,11 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
GatherIpStats( m_baseAddr, as, worker, limitView, view );
|
if (worker.GetSymbolInstructionPointers( m_baseAddr )) {
|
||||||
|
GatherIpStats( m_baseAddr, as, worker, limitView, view );
|
||||||
|
} else {
|
||||||
|
GatherIpStats( m_symAddr, as, worker, limitView, view );
|
||||||
|
}
|
||||||
auto iptr = worker.GetInlineSymbolList( m_baseAddr, m_codeLen );
|
auto iptr = worker.GetInlineSymbolList( m_baseAddr, m_codeLen );
|
||||||
if( iptr )
|
if( iptr )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user