wkz / ply

Light-weight Dynamic Tracer for Linux
https://wkz.github.io/ply
GNU General Public License v2.0
399 stars 152 forks source link

feature request: add module name to backtrace #21

Closed maindoor closed 5 years ago

maindoor commented 5 years ago

Hi, Is it possible to print the module name next to the backtrace ? If it is built-in to the kernel you can leave it blank, but if it is part of a module, can you please include the module name in the backtrace ? eg. input_function+234 [mymodule]

Thanks.

maindoor commented 5 years ago

closing this issue as there are alternative ways to find out the module names.