Searched refs:plugins (Results 1 – 25 of 33) sorted by relevance
12
| /Linux-v5.4/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-plugins.txt | 6 tep_load_plugins, tep_unload_plugins - Load / unload traceevent plugins. 20 The _tep_load_plugins()_ function loads all plugins, located in the plugin 31 Loading of plugins can be controlled by the _tep_flags_, using the 35 _TEP_DISABLE_SYS_PLUGINS_ - do not load plugins, located in 37 _TEP_DISABLE_PLUGINS_ - do not load any plugins. 40 loading of all plugins is not the desired case. 42 The _tep_unload_plugins()_ function unloads the plugins, previously loaded by 44 _plugin_list_ is the list of loaded plugins, returned by 49 The _tep_load_plugins()_ function returns a list of successfully loaded plugins, 50 or NULL in case no plugins are loaded. [all …]
|
| D | libtraceevent-set_flag.txt | 31 _TEP_DISABLE_SYS_PLUGINS_ - disable plugins, located in system's plugin 34 prefix: (install_preffix)/lib/traceevent/plugins 35 _TEP_DISABLE_PLUGINS_ - disable all library plugins:
|
| D | libtraceevent.txt | 154 …directory. All shared object files, located in this directory will be loaded as traceevent plugins.
|
| /Linux-v5.4/Documentation/core-api/ |
| D | gcc-plugins.rst | 9 GCC plugins are loadable modules that provide extra features to the 41 **$(src)/scripts/gcc-plugins** 43 This is the directory of the GCC plugins. 45 **$(src)/scripts/gcc-plugins/gcc-common.h** 47 This is a compatibility header for GCC plugins. 53 gcc-common.h and chooses the proper host compiler to build the plugins 56 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h, 57 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h, 58 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h, 59 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h** [all …]
|
| D | index.rst | 40 gcc-plugins
|
| /Linux-v5.4/tools/testing/selftests/tc-testing/plugin-lib/ |
| D | README-PLUGINS | 1 tdc.py will look for plugins in a directory plugins off the cwd. 2 Make a set of numbered symbolic links from there to the actual plugins. 7 plugins/
|
| /Linux-v5.4/tools/lib/traceevent/ |
| D | Makefile | 136 all: all_cmd plugins 281 PHONY += plugins 282 plugins: target 283 $(call descend,plugins) 287 $(call descend,plugins,install) 291 $(call descend,plugins,clean)
|
| /Linux-v5.4/scripts/ |
| D | gcc-plugin.sh | 12 plugincc=$($1 -E -x c++ - -o /dev/null -I"${srctree}"/gcc-plugins -I"${gccplugins_dir}"/include 2>&… 46 plugincc=$($2 -c -x c++ -std=gnu++98 - -fsyntax-only -I"${srctree}"/gcc-plugins -I"${gccplugins_dir…
|
| D | Makefile.kcov | 6 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
|
| D | Makefile | 34 subdir-$(CONFIG_GCC_PLUGINS) += gcc-plugins
|
| D | Makefile.gcc-plugins | 49 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
|
| /Linux-v5.4/tools/perf/tests/ |
| D | make | 209 installed_files_plugins := $(lib)/traceevent/plugins/plugin_cfg80211.so 210 installed_files_plugins += $(lib)/traceevent/plugins/plugin_scsi.so 211 installed_files_plugins += $(lib)/traceevent/plugins/plugin_xen.so 212 installed_files_plugins += $(lib)/traceevent/plugins/plugin_function.so 213 installed_files_plugins += $(lib)/traceevent/plugins/plugin_sched_switch.so 214 installed_files_plugins += $(lib)/traceevent/plugins/plugin_mac80211.so 215 installed_files_plugins += $(lib)/traceevent/plugins/plugin_kvm.so 216 installed_files_plugins += $(lib)/traceevent/plugins/plugin_kmem.so 217 installed_files_plugins += $(lib)/traceevent/plugins/plugin_hrtimer.so 218 installed_files_plugins += $(lib)/traceevent/plugins/plugin_jbd2.so
|
| /Linux-v5.4/scripts/gcc-plugins/ |
| D | Kconfig | 8 Host compiler used to build GCC plugins. This can be $(HOSTCXX), 15 GCC plugins. 23 GCC plugins are loadable modules that provide extra features to the 26 See Documentation/core-api/gcc-plugins.rst for details. 28 menu "GCC plugins"
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-ocfs2 | 34 the available plugins to support ocfs2 cluster operation. 36 There are currently two available plugins: 44 plugins, one per line. 47 plugins are loaded or removed.
|
| /Linux-v5.4/tools/testing/selftests/tc-testing/ |
| D | .gitignore | 3 plugins/
|
| D | README | 176 was in the tdc.py script has been moved into the plugins. 178 The plugins are in the directory plugin-lib. The are executed from 179 directory plugins. Put symbolic links from plugins to plugin-lib, 185 bjb@bee:~/work/tc-testing$ ls -l plugins 191 The plugins are a subclass of TdcPlugin, defined in TdcPlugin.py and 226 plugins. It will be detected at run time and invoked at the
|
| D | tdc.py | 41 self.plugins = {} 56 self.plugins[mn] = foo 62 self.plugins[pgname] = foo 93 if r not in self.plugins:
|
| /Linux-v5.4/tools/lib/traceevent/plugins/ |
| D | Makefile | 143 plugins: $(PLUGINS) $(DYNAMIC_LIST_FILE) target 217 PHONY += force plugins
|
| /Linux-v5.4/tools/testing/selftests/tc-testing/creating-plugins/ |
| D | AddingPlugins.txt | 1 tdc - Adding plugins for tdc 92 conflict with any from tdc.py or from other plugins that will be used
|
| /Linux-v5.4/tools/perf/ |
| D | Makefile.perf | 295 LIBTRACEEVENT_DYNAMIC_LIST = $(TE_PATH)plugins/libtraceevent-dynamic-list 737 $(Q)$(MAKE) -C $(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) O=$(OUTPUT) plugins 740 …$(Q)$(MAKE) -C $(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) O=$(OUTPUT) $(OUTPUT)plugins/libtraceeven… 746 install-traceevent-plugins: libtraceevent_plugins 932 install-bin: install-tools install-tests install-traceevent-plugins
|
| /Linux-v5.4/scripts/package/ |
| D | builddeb | 177 …(cd $objtree; find scripts/gcc-plugins -name \*.so -o -name gcc-common.h) >> "$objtree/debian/hdro…
|
| /Linux-v5.4/fs/reiserfs/ |
| D | Kconfig | 20 plugins consistent with our motto ``It takes more than a license to
|
| /Linux-v5.4/Documentation/sound/designs/ |
| D | oss-emulation.rst | 152 don't use plugins 167 For example, to playback the first PCM device without plugins for
|
| /Linux-v5.4/Documentation/process/ |
| D | clang-format.rst | 105 editors and IDEs you should be able to find ready-to-use plugins.
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-top.txt | 243 When displaying traceevent output, do not use print fmt or plugins.
|
12