mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Better describe kernel ghost zones.
This commit is contained in:
parent
a96410547b
commit
e1b68232dc
@ -4298,6 +4298,11 @@ int View::DrawGhostLevel( const Vector<GhostZone>& vec, bool hover, double pxns,
|
||||
if( IsMouseClickReleased( 1 ) ) m_setRangePopup = RangeSlim { ev.start.Val(), ev.end.Val(), true };
|
||||
ImGui::BeginTooltip();
|
||||
TextDisabledUnformatted( ICON_FA_GHOST " Ghost zone" );
|
||||
if( sym.symAddr >> 63 != 0 )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
TextDisabledUnformatted( ICON_FA_HAT_WIZARD " kernel" );
|
||||
}
|
||||
ImGui::Separator();
|
||||
ImGui::TextUnformatted( origSymName );
|
||||
if( isInline )
|
||||
|
Loading…
Reference in New Issue
Block a user