We had this problem
We use use_profile_info and generate the pprofout.pat and we successfuly generate the prf file . But after we parsed it into a csv file, we found that frequency count is incorrect.
For example, some code executed once,but frequency count is 2863329256. Some code is executed, but frequency count is 0 .Where did this go wrong? Could it be that our pdat file
is wrong when writing back from C6713 ? How can i solve this problem? Thanks alot.