Searched refs:load_plugin (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A 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() 554 * @load_plugin: user specified callback, called for each plugin file 555 * @data: custom context, passed to @load_plugin 557 * Searches for traceevent plugin files and calls @load_plugin for each 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, dat in tep_load_plugins_hook() [all...] |
H A D | event-parse.h | 396 void (*load_plugin)(struct tep_handle *tep,
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 59 def load_plugin(self, pgdir, pgname): member in PluginMgr 109 self.load_plugin(pgdir, fname)
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 59 def load_plugin(self, pgdir, pgname): member in PluginMgr 109 self.load_plugin(pgdir, fname)
|
Completed in 5 milliseconds