On Fri, Oct 31, 2025 at 03:21:38PM +0530, Vasant Hegde wrote:
+#define common_to_x86_64_pt(common_ptr) \
- container_of_const(common_ptr, struct pt_x86_64, common)
+#define to_x86_64_pt(pts) common_to_x86_64_pt((pts)->range->common)
Unused macros?
Yes, I removed this and the amd one
Thanks for the all the work on this, I think we are in good shape now!
Jason