Home
last modified time | relevance | path

Searched refs:plugins (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14.2/usr.sbin/pmcstat/
H A Dpmcstat_log.c153 static struct pmc_plugins plugins[] = { variable
584 plugins[args.pa_plugin].pl_topdisplay(); in pmcstat_refresh_top()
660 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_keypress_log()
662 if (plugins[args.pa_plugin].pl_init != NULL) in pmcstat_keypress_log()
663 plugins[args.pa_plugin].pl_init(); in pmcstat_keypress_log()
672 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_keypress_log()
683 if (plugins[args.pa_plugin].pl_init != NULL) in pmcstat_keypress_log()
684 plugins[args.pa_plugin].pl_init(); in pmcstat_keypress_log()
686 plugins[args.pa_plugin].pl_name); in pmcstat_keypress_log()
731 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_display_log()
[all …]
/freebsd-14.2/lib/libpmcstat/
H A Dlibpmcstat_logging.c112 plugins[args->pa_plugin].pl_newpmc(ps, pr); in pmcstat_pmcid_add()
188 struct pmc_plugins *plugins, in pmcstat_analyze_log() argument
243 args, plugins); in pmcstat_analyze_log()
299 plugins[args->pa_pplugin].pl_process( in pmcstat_analyze_log()
305 plugins[args->pa_plugin].pl_process( in pmcstat_analyze_log()
320 args, plugins, pmcstat_npmcs); in pmcstat_analyze_log()
330 args, plugins, pmcstat_npmcs); in pmcstat_analyze_log()
355 args, plugins, pmcstat_stats); in pmcstat_analyze_log()
587 plugins[args->pa_pplugin].pl_init(); in pmcstat_initialize_logging()
589 plugins[args->pa_plugin].pl_init(); in pmcstat_initialize_logging()
[all …]
H A Dlibpmcstat.h333 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 Dlibpmcstat_process.c77 struct pmcstat_args *args, struct pmc_plugins *plugins, in pmcstat_process_elf_exec() argument
119 0, args, plugins); in pmcstat_process_elf_exec()
148 struct pmcstat_args *args, struct pmc_plugins *plugins, in pmcstat_process_exec() argument
154 args, plugins)) == NULL) { in pmcstat_process_exec()
169 args, plugins, pmcstat_stats); in pmcstat_process_exec()
H A Dlibpmcstat_image.c509 struct pmc_plugins *plugins) in pmcstat_image_from_path() argument
543 if (plugins[args->pa_pplugin].pl_initimage != NULL) in pmcstat_image_from_path()
544 plugins[args->pa_pplugin].pl_initimage(pi); in pmcstat_image_from_path()
545 if (plugins[args->pa_plugin].pl_initimage != NULL) in pmcstat_image_from_path()
546 plugins[args->pa_plugin].pl_initimage(pi); in pmcstat_image_from_path()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCreateCheckerManager.cpp22 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 DAnalysisConsumer.cpp124 AnalyzerOptions &opts, ArrayRef<std::string> plugins, in AnalysisConsumer() argument
128 Plugins(plugins), Injector(injector), CTU(CI), in AnalysisConsumer()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/
H A DPlugins.def.in10 |* 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-14.2/lib/clang/include/Plugins/
H A DPlugins.def10 |* 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-14.2/usr.sbin/pmc/
H A Dpmc_util.c75 static struct pmc_plugins plugins[] = { variable
120 pmcstat_shutdown_logging(args, plugins, &pmcstat_stats); in pmc_util_shutdown_logging()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =//
93 ///----------------------- Registration of the plugins -------------------------
/freebsd-14.2/sys/contrib/openzfs/cmd/zpool_influxdb/telegraf.d/
H A DREADME.md7 See the telegraf docs for more information on input plugins.
/freebsd-14.2/sys/modules/wtap/
H A DMakefile10 .PATH: ${SRCTOP}/sys/dev/wtap/plugins
/freebsd-14.2/contrib/unbound/contrib/
H A Dunbound.spec_fedora115 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 Dunbound_munin_77 the plugins directory to enable the graph.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h144 ArrayRef<std::string> plugins,
158 DiagnosticsEngine &Diags, ArrayRef<std::string> plugins);
/freebsd-14.2/contrib/libxo/xohtml/external/
H A Djquery.qtip.js110 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-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td100 /// of this class (out-of-trunk checkers loaded from plugins obviously don't).
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist50 clang/lib/Analysis/plugins/CMakeLists.txt
51 clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt
52 clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt
53 clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td7 … be also searched. If all other methods fail there may be symbol-locator plugins that, if configur…
/freebsd-14.2/contrib/mandoc/
H A DTODO374 http://ikiwiki.info/plugins/contrib/mandoc/
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5870 LanguageSet plugins = in PrintWarningUnsupportedLanguage() local
5872 if (plugins[language]) in PrintWarningUnsupportedLanguage()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOptions.td544 …t<"Don't export any symbols from the binary, useful for main executables that don't have plugins">,
/freebsd-14.2/contrib/bearssl/
H A DDoxyfile1377 # to be copied into the plugins directory of eclipse. The name of the directory
1378 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
/freebsd-14.2/contrib/xz/doxygen/
H A DDoxyfile1560 # to be copied into the plugins directory of eclipse. The name of the directory
1561 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.

12