Lines Matching full:headers
1 Why we want a copy of kernel headers in tools?
4 There used to be no copies, with tools/ code using kernel headers
9 The way these headers are used in perf are not restricted to just
36 The tools/perf/check-headers.sh script, part of the tools/ build
40 the original kernel headers, that will be done later, when
41 check-headers.sh inform about the change to the perf tools hackers.
48 headers and broke them accidentally for kernel builds.
50 - Duplicate self-defined ABI headers like glibc: double the maintenance
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,