Home
last modified time | relevance | path

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

12

/freebsd-14-stable/usr.sbin/pmcstat/
HDpmcstat_log.c153 static struct pmc_plugins plugins[] = { variable
533 return (pmcstat_analyze_log(&args, plugins, &pmcstat_stats, pmcstat_kernproc, in pmcstat_process_log()
583 if (plugins[args.pa_plugin].pl_topdisplay != NULL) in pmcstat_refresh_top()
584 plugins[args.pa_plugin].pl_topdisplay(); in pmcstat_refresh_top()
659 if (plugins[args.pa_plugin].pl_shutdown != NULL) in pmcstat_keypress_log()
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()
671 if (plugins[args.pa_plugin].pl_shutdown != NULL) in pmcstat_keypress_log()
672 plugins[args.pa_plugin].pl_shutdown(NULL); in pmcstat_keypress_log()
[all …]
/freebsd-14-stable/lib/libpmcstat/
HDlibpmcstat_logging.c79 struct pmcstat_args *args, struct pmc_plugins *plugins, in pmcstat_pmcid_add() argument
109 if (plugins[args->pa_pplugin].pl_newpmc != NULL) in pmcstat_pmcid_add()
110 plugins[args->pa_pplugin].pl_newpmc(ps, pr); in pmcstat_pmcid_add()
111 if (plugins[args->pa_plugin].pl_newpmc != NULL) in pmcstat_pmcid_add()
112 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()
298 if (plugins[args->pa_pplugin].pl_process != NULL) 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()
[all …]
HDlibpmcstat.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,
HDlibpmcstat_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()
HDlibpmcstat_image.c517 struct pmc_plugins *plugins) in pmcstat_image_from_path() argument
551 if (plugins[args->pa_pplugin].pl_initimage != NULL) in pmcstat_image_from_path()
552 plugins[args->pa_pplugin].pl_initimage(pi); in pmcstat_image_from_path()
553 if (plugins[args->pa_plugin].pl_initimage != NULL) in pmcstat_image_from_path()
554 plugins[args->pa_plugin].pl_initimage(pi); in pmcstat_image_from_path()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDCreateCheckerManager.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()
HDAnalysisConsumer.cpp124 AnalyzerOptions &opts, ArrayRef<std::string> plugins, in AnalysisConsumer() argument
128 Plugins(plugins), Injector(injector), CTU(CI), in AnalysisConsumer()
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_extensions.rst12 .. 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-14-stable/contrib/llvm-project/lldb/source/Plugins/
HDPlugins.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-stable/lib/clang/include/Plugins/
HDPlugins.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-stable/usr.sbin/pmc/
HDpmc_util.c75 static struct pmc_plugins plugins[] = { variable
120 pmcstat_shutdown_logging(args, plugins, &pmcstat_stats); in pmc_util_shutdown_logging()
/freebsd-14-stable/sys/contrib/openzfs/cmd/zpool_influxdb/telegraf.d/
HDREADME.md7 See the telegraf docs for more information on input plugins.
/freebsd-14-stable/sys/modules/wtap/
HDMakefile10 .PATH: ${SRCTOP}/sys/dev/wtap/plugins
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDValueProfilePlugins.inc1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =//
123 ///----------------------- Registration of the plugins -------------------------
/freebsd-14-stable/contrib/unbound/contrib/
HDunbound.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*
HDunbound_munin_77 the plugins directory to enable the graph.
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDCheckerManager.h144 ArrayRef<std::string> plugins,
158 DiagnosticsEngine &Diags, ArrayRef<std::string> plugins);
/freebsd-14-stable/contrib/libxo/xohtml/external/
HDjquery.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-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDCheckerBase.td100 /// of this class (out-of-trunk checkers loaded from plugins obviously don't).
/freebsd-14-stable/contrib/llvm-project/
HDFREEBSD-Xlist52 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-14-stable/contrib/llvm-project/lldb/source/Core/
HDCoreProperties.td7 … be also searched. If all other methods fail there may be symbol-locator plugins that, if configur…
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTargetProperties.td318 …Desc<"If true, allow Language plugins to filter locations when setting breakpoints by line number …
HDProcess.cpp6071 LanguageSet plugins = in PrintWarningUnsupportedLanguage() local
6073 if (plugins[language]) in PrintWarningUnsupportedLanguage()
/freebsd-14-stable/contrib/mandoc/
HDTODO374 http://ikiwiki.info/plugins/contrib/mandoc/
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDOptions.td562 …t<"Don't export any symbols from the binary, useful for main executables that don't have plugins">,

12