On Fri, Jun 26, 2026 at 03:33:41PM +0530, [email protected] wrote: > From: Dhruv Chawla <[email protected]> > > Forgot the Signed-off-by clause, resending. My apologies. > > ---- >8 ---- > > As a follow up to r16-7956-g2e3d991ea1855d, this patch passes the perf profile > name from Makefile.tpl to the gcc-auto-profile scripts. I initially > wanted to do this via the PERF_DATA make variable, however the > autoprofile stage (which invokes gcc-auto-profile) and the autofeedback > stage (which defines PERF_DATA) don't share the variable definition, so > there was no clean way to do it. This consolidates the file name into > one location at least, so that it is easier to modify later on. > > Autoprofilebootstrapped and regtested on aarch64-linux-gnu with SPE.
You cannot just change the command line interface for this without backwards compatibility, that tool is used outside the gcc build too. So it needs a new option. -andi
