Home
last modified time | relevance | path

Searched refs:load_plugin (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-plugin.c443 load_plugin(struct tep_handle *tep, const char *path, in load_plugin() function
511 void (*load_plugin)(struct tep_handle *tep, in load_plugins_dir()
544 load_plugin(tep, path, name, data); in load_plugins_dir()
567 void (*load_plugin)(struct tep_handle *tep, in tep_load_plugins_hook()
587 load_plugin, data); in tep_load_plugins_hook()
598 load_plugin, data); in tep_load_plugins_hook()
607 load_plugins_dir(tep, suffix, envdir, load_plugin, data); in tep_load_plugins_hook()
623 load_plugins_dir(tep, suffix, path, load_plugin, data); in tep_load_plugins_hook()
630 load_plugin, data); in tep_load_plugins_hook()
642 tep_load_plugins_hook(tep, ".so", load_plugin, &list); in tep_load_plugins()
H A Devent-parse.h396 void (*load_plugin)(struct tep_handle *tep,
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dscriptutils.py82 def load_plugin(name): function
98 plugin = load_plugin(name)
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A Dtdc.py59 def load_plugin(self, pgdir, pgname): member in PluginMgr
109 self.load_plugin(pgdir, fname)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py1663 def load_plugin(name): function
1679 plugin = load_plugin(name)