-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel name demangle #157
Kernel name demangle #157
Conversation
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com>
Show typed text in in dash-dropdown input box Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com>
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com>
In order for demangler to work in CLI analysis mode we'll need to reference It seems most logical to move the |
shortening now in profile Signed-off-by: JoseSantosAMD <josantos@amd.com>
…rnel_name_mappings
Signed-off-by: josantos <josantos@amd.com>
- Added kernelVerbose flag in profile_group - Added KernelVerbose flag in analyze_group - Analyze replaces csv with shortened/demangled name - csv_converter uses llvm-cxxfilt Signed-off-by: josantos <josantos@amd.com>
Signed-off-by: josantos <josantos@amd.com>
8aad380
to
bbb254e
Compare
Signed-off-by: josantos <josantos@amd.com>
Signed-off-by: josantos <josantos@amd.com>
Signed-off-by: josantos <josantos@amd.com>
@JoseSantosAMD isn't there a new package required for llvm-cxxfilt? If it's a Python package we need to make sure it's included in the requirements.txt, otherwise we'll have to make sure it's listed in our docs. |
No, it uses /opt/rocm/llvm/bin/llvm-cxxfilt |
Signed-off-by: coleramos425 <colramos@amd.com>
Signed-off-by: coleramos425 <colramos@amd.com>
Closes #142