mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
update comment
This commit is contained in:
parent
33b08b3160
commit
7723ee047c
@ -2924,7 +2924,7 @@ void Profiler::HandleSymbolQuery( uint64_t symbol )
|
|||||||
*/
|
*/
|
||||||
// See https://github.com/wolfpld/tracy/issues/125 .
|
// See https://github.com/wolfpld/tracy/issues/125 .
|
||||||
// To work around this, we parse /proc/self/maps and we use mprotect to set read permissions
|
// To work around this, we parse /proc/self/maps and we use mprotect to set read permissions
|
||||||
// on any mappings that are touched by address ranges that HandleSymbolCodeQuery needs to read.
|
// on any mappings that contain symbols addresses hit by HandleSymbolCodeQuery.
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// Holds some information about a single memory mapping.
|
// Holds some information about a single memory mapping.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user