Lines Matching refs:plugin
2 GCC plugin infrastructure
14 The GCC plugin infrastructure of the kernel supports all gcc versions from
22 Currently the GCC plugin infrastructure supports only the x86, arm, arm64 and
50 **$(src)/scripts/gcc-plugin.sh**
70 You must install the gcc plugin headers for your gcc version,
73 apt-get install gcc-4.9-plugin-dev
77 dnf install gcc-plugin-devel
79 Enable a GCC plugin based feature in the kernel config::
83 To compile only the plugin(s)::
88 the cyclomatic complexity GCC plugin.
91 4. How to add a new GCC plugin
97 See the cyc_complexity_plugin.c (CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) GCC plugin.