LWN.net Logo

Uprobes in 3.5

Uprobes in 3.5

Posted Jun 3, 2012 20:11 UTC (Sun) by razb (guest, #43424)
Parent article: Uprobes in 3.5

I think it would be nice to have a tui/gui for this tool. it would be difficult to set a trace to the regular user.


(Log in to post comments)

Uprobes in 3.5

Posted Dec 12, 2012 9:49 UTC (Wed) by andreoli (subscriber, #20174) [Link]

Hi,

you might want to try out fulltrace, available at the following address:
https://github.com/andreoli/fulltrace

Fulltrace is a complete program, library and kernel tracer. Given a command, it dynamically finds all functions invoked by it, by any library it uses and by the kernel. It only requires a recent Linux kernel (>=3.5) compiled with ftrace and uprobes support. Note: this is still very experimental (consider it "proof-of-concept" code) and needs a lot of work.
Any suggestion is more than welcome.

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