aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/README.PythonPlugin
Commit message (Collapse)AuthorAge
* python pluginJohannes Berg2010-05-25
This adds a python plugin that can in turn load plugins written in python. To make it work, trace-cmd needs to load plugin modules with RTLD_GLOBAL so that the python interpreter's symbols will be available to python C extension modules. Signed-off-by: Johannes Berg <johannes@sipsolutions.net>