Home
last modified time | relevance | path

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

12

/Linux-v4.19/Documentation/
Dgcc-plugins.txt9 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 …]
D00-INDEX163 gcc-plugins.txt
/Linux-v4.19/scripts/
DMakefile.gcc-plugins31 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
44 PHONY += gcc-plugins
45 gcc-plugins: scripts_basic
47 $(Q)$(MAKE) $(build)=scripts/gcc-plugins
Dgcc-plugin.sh12 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…
DMakefile.kcov5 kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV) += -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
DMakefile46 subdir- += basic kconfig package gcc-plugins
DKbuild.include116 # Do not attempt to build with gcc plugins during cc-option tests.
/Linux-v4.19/tools/testing/selftests/tc-testing/plugin-lib/
DREADME-PLUGINS1 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-v4.19/tools/perf/tests/
Dmake208 installed_files_plugins := $(lib)/traceevent/plugins/plugin_cfg80211.so
209 installed_files_plugins += $(lib)/traceevent/plugins/plugin_scsi.so
210 installed_files_plugins += $(lib)/traceevent/plugins/plugin_xen.so
211 installed_files_plugins += $(lib)/traceevent/plugins/plugin_function.so
212 installed_files_plugins += $(lib)/traceevent/plugins/plugin_sched_switch.so
213 installed_files_plugins += $(lib)/traceevent/plugins/plugin_mac80211.so
214 installed_files_plugins += $(lib)/traceevent/plugins/plugin_kvm.so
215 installed_files_plugins += $(lib)/traceevent/plugins/plugin_kmem.so
216 installed_files_plugins += $(lib)/traceevent/plugins/plugin_hrtimer.so
217 installed_files_plugins += $(lib)/traceevent/plugins/plugin_jbd2.so
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-ocfs234 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-v4.19/scripts/gcc-plugins/
DKconfig7 Host compiler used to build GCC plugins. This can be $(HOSTCXX),
14 GCC plugins.
17 bool "GCC plugins"
21 GCC plugins are loadable modules that provide extra features to the
24 See Documentation/gcc-plugins.txt for details.
/Linux-v4.19/tools/testing/selftests/tc-testing/
DREADME170 was in the tdc.py script has been moved into the plugins.
172 The plugins are in the directory plugin-lib. The are executed from
173 directory plugins. Put symbolic links from plugins to plugin-lib,
178 bjb@bee:~/work/tc-testing$ ls -l plugins
184 The plugins are a subclass of TdcPlugin, defined in TdcPlugin.py and
219 plugins. It will be detected at run time and invoked at the
Dtdc.py37 self.plugins = {}
52 self.plugins[mn] = foo
/Linux-v4.19/tools/lib/traceevent/
DMakefile187 plugins: $(PLUGINS) target
295 PHONY += force plugins
/Linux-v4.19/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt1 tdc - Adding plugins for tdc
92 conflict with any from tdc.py or from other plugins that will be used
/Linux-v4.19/scripts/package/
Dbuilddeb166 …(cd $objtree; find scripts/gcc-plugins -name \*.so -o -name gcc-common.h) >> "$objtree/debian/hdro…
/Linux-v4.19/fs/reiserfs/
DKconfig19 plugins consistent with our motto ``It takes more than a license to
/Linux-v4.19/tools/perf/
DMakefile.perf644 $(Q)$(MAKE) -C $(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) O=$(OUTPUT) plugins
653 install-traceevent-plugins: libtraceevent_plugins
830 install-bin: install-tools install-tests install-traceevent-plugins
DMakefile.config975 plugindir=$(libdir)/traceevent/plugins
/Linux-v4.19/Documentation/sound/designs/
Doss-emulation.rst152 don't use plugins
167 For example, to playback the first PCM device without plugins for
/Linux-v4.19/Documentation/process/
Dclang-format.rst105 editors and IDEs you should be able to find ready-to-use plugins.
/Linux-v4.19/
DMakefile678 include scripts/Makefile.gcc-plugins
1066 scripts: scripts_basic asm-generic gcc-plugins $(autoksyms_h)
1101 prepare0: archprepare gcc-plugins
/Linux-v4.19/tools/perf/Documentation/
Dperf-top.txt240 When displaying traceevent output, do not use print fmt or plugins.
Dperf-report.txt455 When displaying traceevent output, do not use print fmt or plugins.
/Linux-v4.19/drivers/md/
DKconfig321 device. Different 'policy' plugins can be used to change the

12