Generating gcda in the format similar to gcc-8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Good Day to All,

I am compiling our code for profiling using the below option.

*-fprofile-generate -fprofile-dir=<PATH> -fprofile-prefix-path=<relative path>*

In gcc 11.2, the gcda file that is generated, is in demangled form  having  "<PATH> - <relative path>" included in the filename, with "#" in between. This is not helping us in use phase compilation.(
-fprofile-use) as the nomenclature of the directory structure is different.

Is it possible to have only the filename.gcda  in the profile-dir  similar to the scenario present in gcc8 and earlier?

Thanks
Hrishikesh Hegde




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux