Lines Matching refs:plugin
2 GCC plugin infrastructure
14 The GCC plugin infrastructure of the kernel supports building out-of-tree
18 Currently the GCC plugin infrastructure supports only some architectures.
60 You must install the gcc plugin headers for your gcc version,
63 apt-get install gcc-10-plugin-dev
67 dnf install gcc-plugin-devel
69 Enable the GCC plugin infrastructure and some plugin(s) you want to use
77 To compile the minimum tool set including the plugin(s)::
82 the cyclomatic complexity GCC plugin.
85 4. How to add a new GCC plugin
88 The GCC plugins are in scripts/gcc-plugins/. You need to put plugin source files
92 See the cyc_complexity_plugin.c (CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) GCC plugin.