commit | 72671cdd71622be764aaa5dc0a9c023604671537 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Oct 03 10:38:23 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Oct 05 09:22:40 2012 -0400 |
tree | 025b576da953616dbc9c84075a37f119cfe7c6d3 | |
parent | ee0e24b7d2de78cf222f175be1d2daa1009a03f9 [diff] |
trace-cmd: Add trace_util_find_plugin_files() Add function helper trace_util_find_plugin_files() and trace_util_free_plugin_files() to allow other parts of the code to search if a plugin exists. This is mainly to have the python plugin loader only load the python code if python modules exist. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>