Comment 9 for bug 272204

Revision history for this message
Gustavo Carneiro (gjc) wrote :

With the patch from comment 7 it still does not compile for me:

                        │ /usr/src/modules/sysprof-module/sysprof-module.c: In function ▒
                        │ ‘timer_notify’: ▒
                        │ /usr/src/modules/sysprof-module/sysprof-module.c:180: error: ‘struct ▒
                        │ pt_regs’ has no member named ‘rip’ ▒
                        │ /usr/src/modules/sysprof-module/sysprof-module.c:182: error: ‘struct ▒
                        │ pt_regs’ has no member named ‘rbp’ ▒
                        │ /usr/src/modules/sysprof-module/sysprof-module.c:186: error: ‘struct ▒
                        │ pt_regs’ has no member named ‘rsp’ ▮
                        │ make[4]: *** [/usr/src/modules/sysprof-module/sysprof-module.o] Error 1 ▒

I suspect that this is due to amd64 vs x86 differences.