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;
|
||||
if (firstImage == NULL)
|
||||
firstImage = image;
|
||||
image = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user