Searched refs:plugins (Results 1 – 25 of 35) sorted by relevance
12
/linux/tools/lib/traceevent/Documentation/ |
A D | libtraceevent-plugins.txt | 26 The _tep_load_plugins()_ function loads all plugins, located in the plugin 39 Loading of plugins can be controlled by the _tep_flags_, using the 43 _TEP_DISABLE_SYS_PLUGINS_ - do not load plugins, located in 45 _TEP_DISABLE_PLUGINS_ - do not load any plugins. 48 loading of all plugins is not the desired case. 52 _plugin_list_ is the list of loaded plugins, returned by 64 or NULL in case no plugins are loaded. 74 struct tep_plugin_list *plugins = tep_load_plugins(tep); 75 if (plugins == NULL) { 76 /* no plugins are loaded */ [all …]
|
A 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:
|
A D | libtraceevent.txt | 154 …directory. All shared object files, located in this directory will be loaded as traceevent plugins.
|
/linux/Documentation/kbuild/ |
A D | gcc-plugins.rst | 9 GCC plugins are loadable modules that provide extra features to the 20 GCC plugins. 64 **$(src)/scripts/gcc-plugins** 66 This is the directory of the GCC plugins. 68 **$(src)/scripts/gcc-plugins/gcc-common.h** 70 This is a compatibility header for GCC plugins. 73 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h, 74 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h, 76 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h** 113 The GCC plugins are in scripts/gcc-plugins/. You need to put plugin source files [all …]
|
A D | index.rst | 22 gcc-plugins
|
A D | reproducible-builds.rst | 104 ``scripts/gcc-plugins/randomize_layout_seed.h`` so the same value
|
/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
A 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/tools/lib/traceevent/ |
A D | Makefile | 138 all: all_cmd plugins 284 PHONY += plugins 285 plugins: target 286 $(call descend,plugins) 290 $(call descend,plugins,install) 294 $(call descend,plugins,clean)
|
/linux/scripts/gcc-plugins/ |
A D | Kconfig | 6 GCC plugins. 9 bool "GCC plugins" 15 GCC plugins are loadable modules that provide extra features to the 18 See Documentation/kbuild/gcc-plugins.rst for details. 67 scripts/gcc-plugins/randomize_layout_seed.h. It remains after
|
/linux/tools/perf/tests/ |
A D | make | 225 installed_files_plugins := $(lib)/traceevent/plugins/plugin_cfg80211.so 226 installed_files_plugins += $(lib)/traceevent/plugins/plugin_scsi.so 227 installed_files_plugins += $(lib)/traceevent/plugins/plugin_xen.so 228 installed_files_plugins += $(lib)/traceevent/plugins/plugin_function.so 229 installed_files_plugins += $(lib)/traceevent/plugins/plugin_sched_switch.so 230 installed_files_plugins += $(lib)/traceevent/plugins/plugin_mac80211.so 231 installed_files_plugins += $(lib)/traceevent/plugins/plugin_kvm.so 232 installed_files_plugins += $(lib)/traceevent/plugins/plugin_kmem.so 233 installed_files_plugins += $(lib)/traceevent/plugins/plugin_hrtimer.so 234 installed_files_plugins += $(lib)/traceevent/plugins/plugin_jbd2.so
|
/linux/Documentation/ABI/testing/ |
A 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/tools/testing/selftests/tc-testing/ |
A 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
|
A D | .gitignore | 4 plugins/
|
A D | Makefile | 32 TEST_FILES := tdc*.py Tdc*.py plugins plugin-lib tc-tests
|
A D | tdc.py | 41 self.plugins = {} 56 self.plugins[mn] = foo 62 self.plugins[pgname] = foo 93 if r not in self.plugins:
|
/linux/tools/lib/traceevent/plugins/ |
A D | Makefile | 146 plugins: $(PLUGINS) $(DYNAMIC_LIST_FILE) target 220 PHONY += force plugins
|
/linux/scripts/ |
A D | Makefile.kcov | 4 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
|
A D | Makefile | 41 subdir-$(CONFIG_GCC_PLUGINS) += gcc-plugins
|
A D | Makefile.gcc-plugins | 53 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
|
/linux/tools/testing/selftests/tc-testing/creating-plugins/ |
A 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/tools/perf/ |
A D | Makefile.perf | 307 PLUGINS_PATH=$(TRACE_EVENT_DIR)plugins/ 820 $(Q)$(MAKE) -C $(TRACE_EVENT_DIR)plugins $(LIBTRACEEVENT_FLAGS) O=$(OUTPUT) plugins 823 …$(Q)$(MAKE) -C $(TRACE_EVENT_DIR)plugins $(LIBTRACEEVENT_FLAGS) O=$(OUTPUT) $(OUTPUT)libtraceevent… 829 install-traceevent-plugins: libtraceevent_plugins 1024 install-bin: install-tools install-tests install-traceevent-plugins
|
/linux/fs/reiserfs/ |
A D | Kconfig | 20 plugins consistent with our motto ``It takes more than a license to
|
/linux/scripts/package/ |
A D | builddeb | 77 find scripts/gcc-plugins -name \*.so
|
/linux/Documentation/sound/designs/ |
A D | oss-emulation.rst | 152 don't use plugins 167 For example, to playback the first PCM device without plugins for
|
/linux/Documentation/process/ |
A D | clang-format.rst | 105 editors and IDEs you should be able to find ready-to-use plugins.
|
Completed in 28 milliseconds
12