OpenMPToolsInterface / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
http://llvm.org
2 stars 4 forks source link

Update frame_filter.py #23

Closed nagajyothi-dev closed 3 years ago

nagajyothi-dev commented 3 years ago

Add symbol name to frame info displayed with 'ompd bt on' command.

jinisusan commented 3 years ago

LGTM

nagajyothi-dev commented 3 years ago

As I understand this change, this will print something like .omp_outlined.2 before the "#pragma omp parallel"?

Yes, the name of the outlined function is printed, similar to what is printed with 'ompd bt on continued' command.