llvm-capstone/llvm/tools/llvm-profdata
William Junda Huang 2b8649fbec
Added feature in llvm-profdata merge to filter functions from the profile (#78378)
`--function=<regex>` Include functions matching regex in the output
`--no-function=<regex>` Exclude functions matching regex from the output

If both are specified, `--no-function` has a higher precedence if a
function name matches both filters
2024-01-23 16:19:45 -05:00
..
CMakeLists.txt [CMake] Cleanup deps 2023-04-17 00:38:49 +09:00
llvm-profdata.cpp Added feature in llvm-profdata merge to filter functions from the profile (#78378) 2024-01-23 16:19:45 -05:00