KGTP (dynamic tracer for Linux kernel and applications) 20140510 release (add quick start script kgtp.py)
Hui Zhu <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CANFwon2DxQLpYS=0ja-a_xHx9RJxhUXhz+827Tv3DYsT6pfebQ@mail.gmail.com> |
KGTP (http://teawater.github.io/kgtp/) is a comprehensive dynamic tracer for analysing Linux kernel and application (including Android) problems on production systems in real time. I think people use KGTP first trouble is to configure complex. So the main change of this version is add a script kgtp.py that will auto setup and start KGTP and GDB in current machine. Then to use KGTP: wget https://raw.githubusercontent.com/teawater/kgtp/master/kgtp.py sudo python kgtp.py Please goto https://github.com/teawater/kgtp/blob/release/UPDATE get more info about this release. According to the comments of Christoph, Geoff and Andi. I make KGTP function lite patch for Linux kernel upstream. Please goto http://lkml.org/lkml/2013/11/21/7 to got it. Thanks, Hui