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
75 Enable a GCC plugin based feature in the kernel config::
79 To compile only the plugin(s)::
84 the cyclomatic complexity GCC plugin.
87 4. How to add a new GCC plugin
93 See the cyc_complexity_plugin.c (CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) GCC plugin.