/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat_log.c | 152 static struct pmc_plugins plugins[] = { variable 532 return (pmcstat_analyze_log(&args, plugins, &pmcstat_stats, pmcstat_kernproc, in pmcstat_process_log() 582 if (plugins[args.pa_plugin].pl_topdisplay != NULL) in pmcstat_refresh_top() 583 plugins[args.pa_plugin].pl_topdisplay(); in pmcstat_refresh_top() 658 if (plugins[args.pa_plugin].pl_shutdown != NULL) in pmcstat_keypress_log() 659 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_keypress_log() 661 if (plugins[args.pa_plugin].pl_init != NULL) in pmcstat_keypress_log() 662 plugins[args.pa_plugin].pl_init(); in pmcstat_keypress_log() 670 if (plugins[args.pa_plugin].pl_shutdown != NULL) in pmcstat_keypress_log() 671 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_keypress_log() [all …]
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_logging.c | 78 struct pmcstat_args *args, struct pmc_plugins *plugins, in pmcstat_pmcid_add() argument 108 if (plugins[args->pa_pplugin].pl_newpmc != NULL) in pmcstat_pmcid_add() 109 plugins[args->pa_pplugin].pl_newpmc(ps, pr); in pmcstat_pmcid_add() 110 if (plugins[args->pa_plugin].pl_newpmc != NULL) in pmcstat_pmcid_add() 111 plugins[args->pa_plugin].pl_newpmc(ps, pr); in pmcstat_pmcid_add() 187 struct pmc_plugins *plugins, in pmcstat_analyze_log() argument 242 args, plugins); in pmcstat_analyze_log() 297 if (plugins[args->pa_pplugin].pl_process != NULL) in pmcstat_analyze_log() 298 plugins[args->pa_pplugin].pl_process( in pmcstat_analyze_log() 304 plugins[args->pa_plugin].pl_process( in pmcstat_analyze_log() [all …]
|
H A D | libpmcstat.h | 333 struct pmc_plugins *plugins); 338 struct pmcstat_args *args, struct pmc_plugins *plugins, 348 struct pmcstat_args *args, struct pmc_plugins *plugins, 355 struct pmcstat_args *args, struct pmc_plugins *plugins, 358 struct pmc_plugins *plugins, 373 struct pmc_plugins *plugins,
|
H A D | libpmcstat_process.c | 76 struct pmcstat_args *args, struct pmc_plugins *plugins, in pmcstat_process_elf_exec() argument 118 0, args, plugins); in pmcstat_process_elf_exec() 147 struct pmcstat_args *args, struct pmc_plugins *plugins, in pmcstat_process_exec() argument 153 args, plugins)) == NULL) { in pmcstat_process_exec() 168 args, plugins, pmcstat_stats); in pmcstat_process_exec()
|
H A D | libpmcstat_image.c | 508 struct pmc_plugins *plugins) in pmcstat_image_from_path() argument 542 if (plugins[args->pa_pplugin].pl_initimage != NULL) in pmcstat_image_from_path() 543 plugins[args->pa_pplugin].pl_initimage(pi); in pmcstat_image_from_path() 544 if (plugins[args->pa_plugin].pl_initimage != NULL) in pmcstat_image_from_path() 545 plugins[args->pa_plugin].pl_initimage(pi); in pmcstat_image_from_path()
|
/freebsd/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 AnalyzerOptions &opts, ArrayRef<std::string> plugins, in AnalysisConsumer() argument 128 Plugins(plugins), Injector(injector), CTU(CI), in AnalysisConsumer()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_extensions.rst | 12 .. automodapi:: lldb.plugins.operating_system 20 .. automodapi:: lldb.plugins.scripted_process 28 .. automodapi:: lldb.plugins.scripted_platform 36 .. automodapi:: lldb.plugins.scripted_thread_plan
|
/freebsd/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/lib/clang/include/Plugins/ |
H A D | Plugins.def | 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/usr.sbin/pmc/ |
H A D | pmc_util.c | 74 static struct pmc_plugins plugins[] = { variable 119 pmcstat_shutdown_logging(args, plugins, &pmcstat_stats); in pmc_util_shutdown_logging()
|
/freebsd/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/sys/modules/wtap/ |
H A D | Makefile | 9 .PATH: ${SRCTOP}/sys/dev/wtap/plugins
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfilePlugins.inc | 1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =// 123 ///----------------------- Registration of the plugins -------------------------
|
/freebsd/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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 144 ArrayRef<std::string> plugins, 158 DiagnosticsEngine &Diags, ArrayRef<std::string> plugins);
|
/freebsd/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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | CheckerBase.td | 100 /// of this class (out-of-trunk checkers loaded from plugins obviously don't).
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 52 clang/lib/Analysis/plugins/CMakeLists.txt 53 clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt 54 clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt 55 clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | CoreProperties.td | 7 … be also searched. If all other methods fail there may be symbol-locator plugins that, if configur…
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetProperties.td | 318 …Desc<"If true, allow Language plugins to filter locations when setting breakpoints by line number …
|
H A D | Process.cpp | 6071 LanguageSet plugins = in PrintWarningUnsupportedLanguage() local 6073 if (plugins[language]) in PrintWarningUnsupportedLanguage()
|
/freebsd/contrib/mandoc/ |
H A D | TODO | 400 http://ikiwiki.info/plugins/contrib/mandoc/
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 562 …t<"Don't export any symbols from the binary, useful for main executables that don't have plugins">,
|