Home
last modified time | relevance | path

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

12

/freebsd-13.1/usr.sbin/pmcstat/
H A Dpmcstat_log.c155 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 Dlibpmcstat_logging.c114 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 Dlibpmcstat.h336 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 Dlibpmcstat_process.c79 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 Dlibpmcstat_image.c510 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 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 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 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-13.1/lib/clang/include/Plugins/
H A DPlugins.def11 |* 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 Dpmc_util.c77 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 DValueProfilePlugins.inc1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =//
92 ///----------------------- Registration of the plugins -------------------------
/freebsd-13.1/sys/modules/wtap/
H A DMakefile14 .PATH: ${SRCTOP}/sys/dev/wtap/plugins
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool_influxdb/telegraf.d/
H A DREADME.md7 See the telegraf docs for more information on input plugins.
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h145 ArrayRef<std::string> plugins,
159 DiagnosticsEngine &Diags, ArrayRef<std::string> plugins);
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td101 /// of this class (out-of-trunk checkers loaded from plugins obviously don't).
/freebsd-13.1/contrib/llvm-project/
H A DFREEBSD-Xlist44 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 DNEWS.md136 - The Ruby and PostgreSQL plugins have been removed due to lack of testing ([#22]).
/freebsd-13.1/contrib/subversion/doc/user/
H A Dlj_article.txt298 client-side plugins, and improved features for server administration.
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td212 Desc<"If true, LanguageRuntime plugins' UnwindPlans will not be used when backtracing.">;
H A DProcess.cpp5749 LanguageSet plugins = in PrintWarningUnsupportedLanguage() local
5751 if (!plugins[language]) { in PrintWarningUnsupportedLanguage()
/freebsd-13.1/contrib/mandoc/
H A DTODO284 http://ikiwiki.info/plugins/contrib/mandoc/
/freebsd-13.1/contrib/unbound/doc/
H A Dunbound.doxygen1021 # 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

12