Hi, When I looked through the code I wondered why we do not add a "CONFIG_PGO_CLANG_PROFDATA" which can be helpful when doing the PGO rebuild with a vmlinux.profdata. This introduces a "PGO_PROFDATA" to turn on/off to pass "-fprofile-use=vmlinux.profdata" (see CFLAGS_PGO_CLANG_PROFDATA in top-level Makefile). If we turn off via "PGO_PROFILE := n" in several Makefiles - we should do the same and add "PGO_PROFDATA := n" to the same Makefiles? Please see the attached diff. Regards, - Sedat -