Home
last modified time | relevance | path

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

12

/freebsd-12.1/usr.sbin/pmcstat/
H A Dpmcstat_log.c155 static struct pmc_plugins plugins[] = { variable
568 plugins[args.pa_plugin].pl_topdisplay(); in pmcstat_refresh_top()
632 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_keypress_log()
634 if (plugins[args.pa_plugin].pl_init != NULL) in pmcstat_keypress_log()
635 plugins[args.pa_plugin].pl_init(); in pmcstat_keypress_log()
644 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_keypress_log()
655 if (plugins[args.pa_plugin].pl_init != NULL) in pmcstat_keypress_log()
656 plugins[args.pa_plugin].pl_init(); in pmcstat_keypress_log()
658 plugins[args.pa_plugin].pl_name); in pmcstat_keypress_log()
703 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_display_log()
[all …]
/freebsd-12.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.h335 struct pmc_plugins *plugins);
340 struct pmcstat_args *args, struct pmc_plugins *plugins,
350 struct pmcstat_args *args, struct pmc_plugins *plugins,
357 struct pmcstat_args *args, struct pmc_plugins *plugins,
360 struct pmc_plugins *plugins,
375 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.c475 struct pmc_plugins *plugins) in pmcstat_image_from_path() argument
509 if (plugins[args->pa_pplugin].pl_initimage != NULL) in pmcstat_image_from_path()
510 plugins[args->pa_pplugin].pl_initimage(pi); in pmcstat_image_from_path()
511 if (plugins[args->pa_plugin].pl_initimage != NULL) in pmcstat_image_from_path()
512 plugins[args->pa_plugin].pl_initimage(pi); in pmcstat_image_from_path()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp32 ArrayRef<std::string> plugins, in createCheckerManager() argument
37 CheckerRegistry allCheckers(plugins, diags); in createCheckerManager()
49 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins, in printCheckerHelp() argument
54 CheckerRegistry(plugins, diags).printHelp(out); in printCheckerHelp()
58 ArrayRef<std::string> plugins, in printEnabledCheckerList() argument
63 CheckerRegistry(plugins, diags).printList(out, opts); in printEnabledCheckerList()
H A DCheckerRegistry.cpp42 CheckerRegistry::CheckerRegistry(ArrayRef<std::string> plugins, in CheckerRegistry() argument
51 for (ArrayRef<std::string>::iterator i = plugins.begin(), e = plugins.end(); in CheckerRegistry()
H A DAnalysisConsumer.cpp201 AnalyzerOptionsRef opts, ArrayRef<std::string> plugins, in AnalysisConsumer() argument
205 Plugins(plugins), Injector(injector), CTU(CI) { in AnalysisConsumer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h55 void printCheckerHelp(raw_ostream &OS, ArrayRef<std::string> plugins,
57 void printEnabledCheckerList(raw_ostream &OS, ArrayRef<std::string> plugins,
H A DCheckerRegistration.h31 ArrayRef<std::string> plugins,
H A DCheckerRegistry.h84 CheckerRegistry(ArrayRef<std::string> plugins, DiagnosticsEngine &diags);
/freebsd-12.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-12.1/sys/modules/wtap/
H A DMakefile14 .PATH: ${SRCTOP}/sys/dev/wtap/plugins
/freebsd-12.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_80 the plugins directory to enable the graph.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td48 /// of this class (out-of-trunk checkers loaded from plugins obviously don't).
/freebsd-12.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-12.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-12.1/contrib/subversion/doc/user/
H A Dlj_article.txt298 client-side plugins, and improved features for server administration.
/freebsd-12.1/contrib/mandoc/
H A DTODO284 http://ikiwiki.info/plugins/contrib/mandoc/
/freebsd-12.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
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.def16 // Perhaps tblgen should have plugins.
/freebsd-12.1/contrib/ldns/
H A Dlibdns.doxygen1382 # to be copied into the plugins directory of eclipse. The name of the directory
1383 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
/freebsd-12.1/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-12.1/contrib/subversion/
H A DINSTALL638 to dynamically load repository access plugins. If you try to do

12