The command line is:
llvm-profdata show --topn=<N> <profile_data>
This is useful for user to do focused analysis. With top function names dumped, user can use option --counters --function=<FuncName> to dump counters of the specified function and do comparisons.
Add --check-prefix=TOPN?