profile: Unset image in ExclusiveProfileResult if we didn't find a symbol.
Fixes unknown hit counters.
This commit is contained in:
@@ -348,6 +348,7 @@ ExclusiveProfileResult::AddSamples(ImageProfileResultContainer* container,
|
|||||||
break;
|
break;
|
||||||
if (firstImage == NULL)
|
if (firstImage == NULL)
|
||||||
firstImage = image;
|
firstImage = image;
|
||||||
|
image = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user