The llvm-profdata show command is not sufficient to check that two
profiles are identical because it doesn't show the counter values. Add
the flags --all-functions --counts so that counter values are checked.
This was changed in https://reviews.llvm.org/D135929 but I failed to
remember that counter values were not printed by default.