]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapi
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 31 Mar 2026 21:06:33 +0000 (18:06 -0300)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 1 Apr 2026 03:23:01 +0000 (20:23 -0700)
commita8e11416ffdcddb3bb3adb265f10b67591d21de8
tree16d08c9b10eaf233212bd4d7151af50d3b98e9f5
parentbe867c49fe62d56b5a4c2e08ce47dd396d13714f
perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapi

As it is used only to parse ioctl numbers, not to build perf and so far
no other tools/ living tool uses it, so to clean up tools/include/ to be
used just for building tools, to have access to things available in the
kernel and not yet in the system headers, move it to the directory where
just the tools/perf/trace/beauty/ scripts can use to generate tables
used by perf.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/Makefile.perf
tools/perf/check-headers.sh
tools/perf/trace/beauty/drm_ioctl.sh
tools/perf/trace/beauty/include/uapi/drm/drm.h [moved from tools/include/uapi/drm/drm.h with 100% similarity]
tools/perf/trace/beauty/include/uapi/drm/i915_drm.h [moved from tools/include/uapi/drm/i915_drm.h with 100% similarity]