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, 29 Jun 2021 20:25:40 +0000 (13:25 -0700)
commit2035a55750f309be25fefc4e976be14bba4ce32b
tree5442345d1b05fdacb3e847070ffabd7789d5ff49
parent610ac13e2c5cd683582581b1317f3930819bd003
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