Home
last modified time | relevance | path

Searched refs:TopNFunctions (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2378 uint32_t TopNFunctions, raw_fd_ostream &OS) { in dumpHotFunctionList() argument
2409 if (TopNFunctions && (Count++ == TopNFunctions)) in dumpHotFunctionList()
2618 cl::opt<uint32_t> TopNFunctions( in show_main() local
2677 Filename, ShowCounts, TopNFunctions, ShowIndirectCallTargets, in show_main()
2682 return showSampleProfile(Filename, ShowCounts, TopNFunctions, in show_main()