|
|
Subscribe / Log in / New account

Another attempt to address the tracepoint ABI problem

Another attempt to address the tracepoint ABI problem

Posted Nov 1, 2017 14:33 UTC (Wed) by SelaLWN (guest, #118519)
In reply to: Another attempt to address the tracepoint ABI problem by jikos
Parent article: Another attempt to address the tracepoint ABI problem

It's ABI-sensitive, but if a language or runtime decides to pass arguments in a heap location or something that's not the standard ABI, it won't work (i.e. debuginfo isn't used).


to post comments

Another attempt to address the tracepoint ABI problem

Posted Nov 1, 2017 16:25 UTC (Wed) by jikos (subscriber, #43140) [Link]

That makes is super-fragile though. GCC does a lot of optimizations on static functions that break x86 ABI (IPA-RA for example).


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds