Searched refs:plugins (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp30 ArrayRef<std::string> plugins,
35 CheckerRegistry allCheckers(plugins, diags, opts, context.getLangOpts(),
45 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins, argument
52 CheckerRegistry(plugins, diags, anopts, langOpts)
57 ArrayRef<std::string> plugins,
63 CheckerRegistry(plugins, diags, anopts, langOpts)
68 ArrayRef<std::string> plugins,
72 CheckerRegistry(plugins, diags, opts, LangOpts)
27 createCheckerManager( ASTContext &context, AnalyzerOptions &opts, ArrayRef<std::string> plugins, ArrayRef<std::function<void(CheckerRegistry &)>> checkerRegistrationFns, DiagnosticsEngine &diags) argument
56 printEnabledCheckerList(raw_ostream &out, ArrayRef<std::string> plugins, AnalyzerOptions &anopts, DiagnosticsEngine &diags, const LangOptions &langOpts) argument
67 printCheckerConfigList(raw_ostream &OS, ArrayRef<std::string> plugins, AnalyzerOptions &opts, DiagnosticsEngine &diags, const LangOptions &LangOpts) argument
H A DAnalysisConsumer.cpp229 AnalyzerOptionsRef opts, ArrayRef<std::string> plugins,
233 Plugins(plugins), Injector(injector), CTU(CI) {
228 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, AnalyzerOptionsRef opts, ArrayRef<std::string> plugins, CodeInjector *injector) argument
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c155 static struct pmc_plugins plugins[] = { variable in typeref:struct:pmc_plugins
517 return (pmcstat_analyze_log(&args, plugins, &pmcstat_stats, pmcstat_kernproc,
567 if (plugins[args.pa_plugin].pl_topdisplay != NULL)
568 plugins[args.pa_plugin].pl_topdisplay();
631 if (plugins[args.pa_plugin].pl_shutdown != NULL)
632 plugins[args.pa_plugin].pl_shutdown(NULL);
634 if (plugins[args.pa_plugin].pl_init != NULL)
635 plugins[args.pa_plugin].pl_init();
643 if (plugins[args.pa_plugin].pl_shutdown != NULL)
644 plugins[arg
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistration.h30 ArrayRef<std::string> plugins,
H A DFrontendActions.h55 ArrayRef<std::string> plugins,
59 void printEnabledCheckerList(raw_ostream &OS, ArrayRef<std::string> plugins,
64 void printCheckerConfigList(raw_ostream &OS, ArrayRef<std::string> plugins,
H A DCheckerRegistry.h84 CheckerRegistry(ArrayRef<std::string> plugins, DiagnosticsEngine &diags,
/freebsd-12-stable/lib/libpmcstat/
H A Dlibpmcstat_logging.c81 struct pmcstat_args *args, struct pmc_plugins *plugins,
97 * plugins hook.
111 if (plugins[args->pa_pplugin].pl_newpmc != NULL)
112 plugins[args->pa_pplugin].pl_newpmc(ps, pr);
113 if (plugins[args->pa_plugin].pl_newpmc != NULL)
114 plugins[args->pa_plugin].pl_newpmc(ps, pr);
190 struct pmc_plugins *plugins,
245 args, plugins);
297 * Call the plugins processing
300 if (plugins[arg
80 pmcstat_pmcid_add(pmc_id_t pmcid, pmcstat_interned_string ps, struct pmcstat_args *args, struct pmc_plugins *plugins, int *pmcstat_npmcs) argument
189 pmcstat_analyze_log(struct pmcstat_args *args, struct pmc_plugins *plugins, struct pmcstat_stats *pmcstat_stats, struct pmcstat_process *pmcstat_kernproc, int pmcstat_mergepmc, int *pmcstat_npmcs, int *ps_samples_period) argument
549 pmcstat_initialize_logging(struct pmcstat_process **pmcstat_kernproc, struct pmcstat_args *args, struct pmc_plugins *plugins, int *pmcstat_npmcs, int *pmcstat_mergepmc) argument
599 pmcstat_shutdown_logging(struct pmcstat_args *args, struct pmc_plugins *plugins, struct pmcstat_stats *pmcstat_stats) argument
[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,
120 0, args, plugins);
150 struct pmcstat_args *args, struct pmc_plugins *plugins,
156 args, plugins)) == NULL) {
171 args, plugins, pmcstat_stats);
77 pmcstat_process_elf_exec(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t entryaddr, struct pmcstat_args *args, struct pmc_plugins *plugins, struct pmcstat_stats *pmcstat_stats) argument
148 pmcstat_process_exec(struct pmcstat_process *pp, pmcstat_interned_string path, uintfptr_t entryaddr, struct pmcstat_args *args, struct pmc_plugins *plugins, struct pmcstat_stats *pmcstat_stats) argument
H A Dlibpmcstat_image.c475 struct pmc_plugins *plugins)
509 if (plugins[args->pa_pplugin].pl_initimage != NULL)
510 plugins[args->pa_pplugin].pl_initimage(pi);
511 if (plugins[args->pa_plugin].pl_initimage != NULL)
512 plugins[args->pa_plugin].pl_initimage(pi);
473 pmcstat_image_from_path(pmcstat_interned_string internedpath, int iskernelmodule, struct pmcstat_args *args, struct pmc_plugins *plugins) argument
/freebsd-12-stable/sys/modules/wtap/
H A DMakefile14 .PATH: ${SRCTOP}/sys/dev/wtap/plugins
/freebsd-12-stable/usr.sbin/pmc/
H A Dpmc_util.c77 static struct pmc_plugins plugins[] = { variable in typeref:struct:pmc_plugins
122 pmcstat_shutdown_logging(args, plugins, &pmcstat_stats);
/freebsd-12-stable/tools/tools/wtap/vis_map/
H A Dvis_map.c39 #include <plugins/visibility_ioctl.h>
/freebsd-12-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb27 :plugins => [],
181 output.puts('#include "CException.h"') if @options[:plugins].include?(:cexception)
265 cexception = @options[:plugins].include? :cexception
362 options[:plugins] = [:cexception]; true
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js110 this.plugins = {};
199 // Assign passed event callbacks (before plugins!)
207 // Initialize 'render' plugins
211 self.plugins[name] = instance;
240 // Set flag the signify destroy is taking place to plugins
256 // Destroy all plugins
257 $.each(this.plugins, function(name) {
281 this.plugins = this.mouse = NULL;
516 if(category === 'builtin' || this.plugins[category]) {
518 this.plugins[categor
[all...]
/freebsd-12-stable/contrib/unbound/contrib/
H A Dunbound_munin_4 # To install copy this to /usr/local/share/munin/plugins/unbound_munin_
23 # You can set them in your munin/plugin-conf.d/plugins.conf file
34 # you link it as (with ln -s) into the plugins directory
80 the plugins directory to enable the graph.

Completed in 212 milliseconds