1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Retrieve kernel symbols on Windows.

This commit is contained in:
Bartosz Taudul
2021-11-25 23:12:41 +01:00
parent 4bde9022e1
commit 8428ede59d
2 changed files with 59 additions and 1 deletions
+3 -1
View File
@@ -145,13 +145,15 @@ class Profiler
CallstackFrame,
SymbolQuery,
CodeLocation,
ExternalName
ExternalName,
KernelCode
};
struct SymbolQueueItem
{
SymbolQueueItemType type;
uint64_t ptr;
uint32_t extra;
};
public: