We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602e29f commit db885edCopy full SHA for db885ed
tools/lib/traceevent/event-plugin.c
@@ -646,8 +646,8 @@ tep_load_plugins(struct tep_handle *tep)
646
/**
647
* tep_add_plugin_path - Add a new plugin directory.
648
* @tep: Trace event handler.
649
- * @path: Path to a directory. All files with extension .so in that
650
- * directory will be loaded as plugins.
+ * @path: Path to a directory. All plugin files in that
+ * directory will be loaded.
651
*@prio: Load priority of the plugins in that directory.
652
*
653
* Returns -1 in case of an error, 0 otherwise.
0 commit comments