<div dir="ltr"><div>After reading CTF and the API bindings in Python, what was missing is tracing Python itself using LTTng-UST.</div><div><br></div><div>Here is a prototype to record function call and return for CPython using LTTng-UST.</div><div><br></div><div><a href="https://github.com/giraldeau/python-profile-ust">https://github.com/giraldeau/python-profile-ust</a><br></div><div><br></div><div>Would you rather use the fully qualified object name (package.module.class.method) or file and line number?<br></div><div><br></div><div>Probably other tracepoints could be interesting? Feedback welcome. </div><div><br></div><div>Cheers,</div><div><br></div><div>Francis</div></div>