Lines Matching refs:tools
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
18 $ ls -1 tools/perf/trace/beauty/*.sh | head -5
19 tools/perf/trace/beauty/arch_errno_names.sh
20 tools/perf/trace/beauty/drm_ioctl.sh
21 tools/perf/trace/beauty/fadvise.sh
22 tools/perf/trace/beauty/fsconfig.sh
23 tools/perf/trace/beauty/fsmount.sh
25 $ tools/perf/trace/beauty/fadvise.sh
36 The tools/perf/check-headers.sh script, part of the tools/ build
39 So its important not to touch the copies in tools/ when doing changes in
41 check-headers.sh inform about the change to the perf tools hackers.
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