Lines Matching refs:kernel
1 Why we want a copy of kernel headers in tools?
4 There used to be no copies, with tools/ code using kernel headers
5 directly. From time to time tools/perf/ broke due to legitimate kernel
40 the original kernel headers, that will be done later, when
47 was pushed back on from the kernel side, when tooling modified the
48 headers and broke them accidentally for kernel builds.
52 notification mechanism to look at new kernel side changes.
56 - A software-enforced copy-on-write mechanism of kernel headers to
58 kernel headers get modified:
66 The tooling policy is to always pick up the kernel side headers as-is,
68 notification to tooling maintainers that there's changes on the kernel