Re: [PATCH 1/2] RFC enhance tracing utilities

2024-03-09 Thread Luca Dariz
Il 09/03/24 16:24, Etienne Brateau ha scritto: Le sam. 9 mars 2024 à 15:03, Luca Dariz diff --git a/i386/i386/debug.h b/i386/i386/debug.h index 84397ba8..eff330c6 100644 --- a/i386/i386/debug.h +++ b/i386/i386/debug.h @@ -54,6 +54,7 @@ void debug_trace_dump(void);  #else

Re: [PATCH 1/2] RFC enhance tracing utilities

2024-03-09 Thread Etienne Brateau
Le sam. 9 mars 2024 à 15:03, Luca Dariz a écrit : > This extends the previous debug utility to trace system calls with > more events and the ability to control the tracing from userspace, > collecting a trace of the whole systems. > > This tool was quite useful in porting the rpc format to 64 bit

[PATCH 1/2] RFC enhance tracing utilities

2024-03-09 Thread Luca Dariz
This extends the previous debug utility to trace system calls with more events and the ability to control the tracing from userspace, collecting a trace of the whole systems. This tool was quite useful in porting the rpc format to 64 bit and handle the 32to64 translation, but also to debug user-sp