On Thu, May 30, 2019 at 4:15 PM Vincenzo Frascino vincenzo.frascino@arm.com wrote:
+static __always_inline notrace void vdso_write_end(struct vdso_data *vd) +{
Rather than marking every single function in here as "notrace",I think it would be more robust to remove the '-pg' flag in the CFLAGS used for compiling the vdso files.
Arnd