]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/beauty...
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 31 Mar 2026 21:06:34 +0000 (18:06 -0300)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 1 Apr 2026 03:23:06 +0000 (20:23 -0700)
commit7f8969aa739da4d2096f2e6f87e030de6efad9dc
tree519e0ebfa9a56566dacb22b53ee812b2c19ace42
parenta8e11416ffdcddb3bb3adb265f10b67591d21de8
perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/beauty/include/

As it is not really used when compiling anything, just being parsed to
collect number->string tables for 'perf trace'.

  $ git grep fadvise.h tools/
  tools/perf/Makefile.perf:$(fadvise_advice_array): $(beauty_uapi_linux_dir)/fadvise.h $(fadvise_advice_tbl)
  tools/perf/check-headers.sh:  "include/uapi/linux/fadvise.h"
  tools/perf/trace/beauty/fadvise.sh:grep -E $regex ${header_dir}/fadvise.h | \
  tools/perf/trace/beauty/fadvise.sh:# tools/include/uapi/linux/fadvise.h for details.
  $

Link: https://lore.kernel.org/r/CAP-5=fVBNQVF8k3JUQjH1nkP69ZVp8BqP+uwygcx=xO0zC4xrg@mail.gmail.com
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/fadvise.sh
tools/perf/trace/beauty/include/uapi/linux/fadvise.h [moved from tools/include/uapi/linux/fadvise.h with 100% similarity]