refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git] / lunaix-os / includes / lunaix / trace.h
index 9edf96165e26755e8b00603c72902a0f68a0ada9..44a2da74f8b3b35cd6193b5c9dad5e71c4b4b5f8 100644 (file)
@@ -13,6 +13,7 @@ struct ksym_entry
 struct trace_record
 {
     ptr_t pc;
+    ptr_t sym_pc;
     char* symbol;
 };