Skip to content
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

Support Intel syntax in the assembly reports #400

Closed
aalexand opened this issue Jul 17, 2018 · 2 comments · Fixed by #520
Closed

Support Intel syntax in the assembly reports #400

aalexand opened this issue Jul 17, 2018 · 2 comments · Fixed by #520

Comments

@aalexand
Copy link
Collaborator

A user asked for this. Filing so that other users can upvote.

There is a workaround of creating a script, say ~/bin/objdump with content

#!/bin/bash
/usr/bin/objdump -M intel $*

and then setting

export PPROF_TOOLS=objdump:/home/user/bin/

but this is somewhat cumbersome.

@kalyanac kalyanac assigned kalyanac and unassigned kalyanac Apr 1, 2020
@wyk9787
Copy link
Contributor

wyk9787 commented Apr 10, 2020

Should this be added as an independent option that only applies to "-disasm" and "-weblist" or as a parameter taken by those two commands?

@aalexand
Copy link
Collaborator Author

Independent option I think. It's not special / important enough to be a dedicated argument for those commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants