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

Add linux kernel symbol code retrieval.

This commit is contained in:
Bartosz Taudul
2024-05-26 20:48:55 +02:00
parent f8524f8bcd
commit 1ff73edd20
6 changed files with 185 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@
#include "client/TracyDxt1.cpp"
#include "client/TracyAlloc.cpp"
#include "client/TracyOverride.cpp"
#include "client/TracyKCore.cpp"
#if defined(TRACY_HAS_CALLSTACK)
# if TRACY_HAS_CALLSTACK == 2 || TRACY_HAS_CALLSTACK == 3 || TRACY_HAS_CALLSTACK == 4 || TRACY_HAS_CALLSTACK == 6