Searched refs:load_plugin (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/ |
D | event-plugin.c | 443 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()
|
D | event-parse.h | 397 void (*load_plugin)(struct tep_handle *tep,
|
/linux-6.1.9/tools/testing/selftests/tc-testing/ |
D | tdc.py | 59 def load_plugin(self, pgdir, pgname): member in PluginMgr 109 self.load_plugin(pgdir, fname)
|