]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pgo: rename the raw profile file to vmlinux.profraw
authorBill Wendling <morbo@google.com>
Mon, 31 May 2021 20:20:44 +0000 (13:20 -0700)
committerKees Cook <keescook@chromium.org>
Tue, 1 Jun 2021 23:22:26 +0000 (16:22 -0700)
commit5b2b4c1d60a9416511aae14a8d3a7c088bc1beb5
tree8c328adf9b67ecfab60e16dd0a87ec8f3bb26282
parent0541613b038988431fa40214f4fa93b3336430d4
pgo: rename the raw profile file to vmlinux.profraw

Future PGO features may create other files in /sys/kernel/debug/pgo. So
rename the kernel's raw profile data file to "vmlinux.profraw" to make
which part of the kernel the file is for more explicit.

Note that future files in /sys/kernel/debug/pgo should follow a similar
naming convention.

Signed-off-by: Bill Wendling <morbo@google.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210531202044.426578-1-morbo@google.com
Documentation/dev-tools/pgo.rst
kernel/pgo/Kconfig
kernel/pgo/fs.c