From: Timmons C. Player <timmons.pla...@spirent.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

loader.py: Fix property name in dump_trace

---
diff --git a/scripts/loader.py b/scripts/loader.py
--- a/scripts/loader.py
+++ b/scripts/loader.py
@@ -1317,7 +1317,7 @@ def lookup_tp(name):
     tp_fn_exit = lookup_tp('gdb_trace_function_exit')
 
     for trace in all_traces():
-        thread = trace.thread.id
+        thread = trace.thread.ptr
         time = trace.time
         cpu = trace.cpu
         tp = trace.tp

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/0000000000003ee1eb05e507ffa2%40google.com.

Reply via email to