Some time back , there was a discussion regarding python bindings for
dtrace.
Has someone worked on it already ? If not , i was thinking of doing that as
my GSoC for 2011. Are there any pointers / suggestions for the same ?
--
regards
-------
Kunal Ghosh
Dept of Computer Sc.& Engineering.
Sir MVIT
Bangalore,India
permalink: member.acm.org/~kunal.t2
Blog:kunalghosh.wordpress.com
Website:www.kunalghosh.net46.net
_______________________________________________
belenix-discuss mailing list
http://mail.opensolaris.org/mailman/listinfo/belenix-discuss
http://groups.google.com/group/belenix-discuss
Memories from another time and universe...
Some part of this was done already in the JDS branch, this has a
ustack helper too.
http://blogs.sun.com/levon/entry/python_and_dtrace_in_build
http://cvs.opensolaris.org/source/xref//jds/spec-files/trunk/patches/Python-07-dtrace.diff
I myself had taken a stab at it:
http://blogs.sun.com/binujp/entry/dtrace_provider_for_python
http://blogs.sun.com/binujp/resource/pydtrace/diffs
You could attempt it for python 3+ and also add support for python objects
and to peek into local variables. That would make a complete project.
cheers
Binu
Thanks a lot Binu , for the pointers.
That's a lot of blog-posts to read :) Will read them and ask if
i stumble somewhere.
Thanks and regards,