Re: [PATCH v2] accel/kvm: Turn DPRINTF macro use into tracepoints

2023-11-30 Thread Alex Bennée
Jai Arora writes: > Patch removes DRPINTF macro and adds multiple tracepoints > to capture different kvm events. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1827 > > Signed-off-by: Jai Arora > --- > accel/kvm/kvm-all.c| 33 +++-- > accel/kvm/trace

[PATCH v2] accel/kvm: Turn DPRINTF macro use into tracepoints

2023-11-29 Thread Jai Arora
Patch removes DRPINTF macro and adds multiple tracepoints to capture different kvm events. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1827 Signed-off-by: Jai Arora --- accel/kvm/kvm-all.c| 33 +++-- accel/kvm/trace-events | 8 +++- 2 files chang