mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Use same kernel module name as on Linux.
This commit is contained in:
parent
5b642cad01
commit
bdb11f6e48
@ -223,7 +223,7 @@ const char* DecodeCallstackPtrFast( uint64_t ptr )
|
||||
|
||||
static const char* GetModuleName( uint64_t addr )
|
||||
{
|
||||
if( ( addr & 0x8000000000000000 ) != 0 ) return "[kernel]";
|
||||
if( ( addr >> 63 ) != 0 ) return "<kernel>";
|
||||
|
||||
#ifndef __CYGWIN__
|
||||
for( auto& v : *s_modCache )
|
||||
|
Loading…
Reference in New Issue
Block a user