Searched refs:load_plugin (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/tools/lib/traceevent/ | 
| D | event-plugin.c | 443 load_plugin(struct tep_handle *tep, const char *path,  in load_plugin()  function511 		 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 | 396 			   void (*load_plugin)(struct tep_handle *tep,
 | 
| /Linux-v5.10/tools/testing/selftests/tc-testing/ | 
| D | tdc.py | 59     def load_plugin(self, pgdir, pgname):  member in PluginMgr109                 self.load_plugin(pgdir, fname)
 
 |