Lines Matching +full:uapi +full:- +full:header
18 $ ls -1 tools/perf/trace/beauty/*.sh | head -5
36 The tools/perf/check-headers.sh script, part of the tools/ build
41 check-headers.sh inform about the change to the perf tools hackers.
46 - Symbolic links and direct #includes: this was the original approach but
50 - Duplicate self-defined ABI headers like glibc: double the maintenance
51 burden, double the chance for mistakes, plus there's no tech-driven
56 - A software-enforced copy-on-write mechanism of kernel headers to
57 tooling, driven by non-fatal warnings on the tooling side build when
60 Warning: Kernel ABI header differences:
61 diff -u tools/include/uapi/drm/i915_drm.h include/uapi/drm/i915_drm.h
62 diff -u tools/include/uapi/linux/fs.h include/uapi/linux/fs.h
63 diff -u tools/include/uapi/linux/kvm.h include/uapi/linux/kvm.h
66 The tooling policy is to always pick up the kernel side headers as-is,