| /freebsd-13.1/usr.sbin/pmcstat/ |
| H A D | pmcstat_log.c | 155 static struct pmc_plugins plugins[] = { variable 585 plugins[args.pa_plugin].pl_topdisplay(); in pmcstat_refresh_top() 661 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_keypress_log() 663 if (plugins[args.pa_plugin].pl_init != NULL) in pmcstat_keypress_log() 664 plugins[args.pa_plugin].pl_init(); in pmcstat_keypress_log() 673 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_keypress_log() 684 if (plugins[args.pa_plugin].pl_init != NULL) in pmcstat_keypress_log() 685 plugins[args.pa_plugin].pl_init(); in pmcstat_keypress_log() 687 plugins[args.pa_plugin].pl_name); in pmcstat_keypress_log() 732 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_display_log() [all …]
|
| /freebsd-13.1/lib/libpmcstat/ |
| H A D | libpmcstat_logging.c | 114 plugins[args->pa_plugin].pl_newpmc(ps, pr); in pmcstat_pmcid_add() 190 struct pmc_plugins *plugins, in pmcstat_analyze_log() argument 245 args, plugins); in pmcstat_analyze_log() 301 plugins[args->pa_pplugin].pl_process( in pmcstat_analyze_log() 307 plugins[args->pa_plugin].pl_process( in pmcstat_analyze_log() 322 args, plugins, pmcstat_npmcs); in pmcstat_analyze_log() 332 args, plugins, pmcstat_npmcs); in pmcstat_analyze_log() 357 plugins, pmcstat_stats); in pmcstat_analyze_log() 589 plugins[args->pa_pplugin].pl_init(); in pmcstat_initialize_logging() 591 plugins[args->pa_plugin].pl_init(); in pmcstat_initialize_logging() [all …]
|
| H A D | libpmcstat.h | 336 struct pmc_plugins *plugins); 341 struct pmcstat_args *args, struct pmc_plugins *plugins, 351 struct pmcstat_args *args, struct pmc_plugins *plugins, 358 struct pmcstat_args *args, struct pmc_plugins *plugins, 361 struct pmc_plugins *plugins, 376 struct pmc_plugins *plugins,
|
| H A D | libpmcstat_process.c | 79 struct pmcstat_args *args, struct pmc_plugins *plugins, in pmcstat_process_elf_exec() argument 120 0, args, plugins); in pmcstat_process_elf_exec() 150 struct pmcstat_args *args, struct pmc_plugins *plugins, in pmcstat_process_exec() argument 156 args, plugins)) == NULL) { in pmcstat_process_exec() 171 args, plugins, pmcstat_stats); in pmcstat_process_exec()
|
| H A D | libpmcstat_image.c | 510 struct pmc_plugins *plugins) in pmcstat_image_from_path() argument 544 if (plugins[args->pa_pplugin].pl_initimage != NULL) in pmcstat_image_from_path() 545 plugins[args->pa_pplugin].pl_initimage(pi); in pmcstat_image_from_path() 546 if (plugins[args->pa_plugin].pl_initimage != NULL) in pmcstat_image_from_path() 547 plugins[args->pa_plugin].pl_initimage(pi); in pmcstat_image_from_path()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CreateCheckerManager.cpp | 22 ArrayRef<std::string> plugins, in CheckerManager() argument 27 CheckerRegistry Registry(*RegistryData, plugins, Context.getDiagnostics(), in CheckerManager() 37 ArrayRef<std::string> plugins) in CheckerManager() argument 40 CheckerRegistry Registry(*RegistryData, plugins, Diags, AOptions, {}); in CheckerManager()
|
| H A D | AnalysisConsumer.cpp | 124 AnalyzerOptionsRef opts, ArrayRef<std::string> plugins, in AnalysisConsumer() argument 128 Plugins(plugins), Injector(injector), CTU(CI), in AnalysisConsumer()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ |
| H A D | Plugins.def.in | 10 |* This file enumerates all of the plugins supported by this build of LLDB. *| 13 |* including this file will then enumerate all of the plugins. Script *| 14 |* interpreter plugins can be enumerated separately by defining *| 18 |* The set of plugins supported by LLDB is generated at configuration *|
|
| /freebsd-13.1/lib/clang/include/Plugins/ |
| H A D | Plugins.def | 11 |* This file enumerates all of the plugins supported by this build of LLDB. *| 14 |* including this file will then enumerate all of the plugins. Script *| 15 |* interpreter plugins can be enumerated separately by defining *| 19 |* The set of plugins supported by LLDB is generated at configuration *|
|
| /freebsd-13.1/usr.sbin/pmc/ |
| H A D | pmc_util.c | 77 static struct pmc_plugins plugins[] = { variable 122 pmcstat_shutdown_logging(args, plugins, &pmcstat_stats); in pmc_util_shutdown_logging()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfilePlugins.inc | 1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =// 92 ///----------------------- Registration of the plugins -------------------------
|
| /freebsd-13.1/sys/modules/wtap/ |
| H A D | Makefile | 14 .PATH: ${SRCTOP}/sys/dev/wtap/plugins
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool_influxdb/telegraf.d/ |
| H A D | README.md | 7 See the telegraf docs for more information on input plugins.
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | unbound.spec_fedora | 115 install -d 0755 %{buildroot}%{_datadir}/munin/plugins/ 116 install -m 0755 %{SOURCE4} %{buildroot}%{_datadir}/munin/plugins/unbound 118 ln -s unbound %{buildroot}%{_datadir}/munin/plugins/$plugin 157 %{_datadir}/munin/plugins/unbound*
|
| H A D | unbound_munin_ | 77 the plugins directory to enable the graph.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 145 ArrayRef<std::string> plugins, 159 DiagnosticsEngine &Diags, ArrayRef<std::string> plugins);
|
| /freebsd-13.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 110 this.plugins = {}; 211 self.plugins[name] = instance; 257 $.each(this.plugins, function(name) { 281 this.plugins = this.mouse = NULL; 516 if(category === 'builtin' || this.plugins[category]) { 518 this.plugins[category] || this, args 2555 tip = api.plugins.tip,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | CheckerBase.td | 101 /// of this class (out-of-trunk checkers loaded from plugins obviously don't).
|
| /freebsd-13.1/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 44 clang/lib/Analysis/plugins/CMakeLists.txt 45 clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt 46 clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt 47 clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | NEWS.md | 136 - The Ruby and PostgreSQL plugins have been removed due to lack of testing ([#22]).
|
| /freebsd-13.1/contrib/subversion/doc/user/ |
| H A D | lj_article.txt | 298 client-side plugins, and improved features for server administration.
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 212 Desc<"If true, LanguageRuntime plugins' UnwindPlans will not be used when backtracing.">;
|
| H A D | Process.cpp | 5749 LanguageSet plugins = in PrintWarningUnsupportedLanguage() local 5751 if (!plugins[language]) { in PrintWarningUnsupportedLanguage()
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | TODO | 284 http://ikiwiki.info/plugins/contrib/mandoc/
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | unbound.doxygen | 1021 # files needs to be copied into the plugins directory of eclipse. The name of 1022 # the directory within the plugins directory should be the same as
|