- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The report files from -report action includes source file and line-number of the offending statement. The corresponding call trace is viewable from Intel-Inspector GUI. Not every developer has a copy of the Inspector on their workstation. Is it possible to produce report including call-stack with inspxe-cl or other command-line tools?
Thanks!
Frankie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Update 8 has a new '-report-all' option that will print stacks ( http://software.intel.com/en-us/articles/whats-new-update-8-intel-inspector-xe-2013 ).
Example usage: inspxe-cl -report problems -report-all
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Update 8 has a new '-report-all' option that will print stacks ( http://software.intel.com/en-us/articles/whats-new-update-8-intel-inspector-xe-2013 ).
Example usage: inspxe-cl -report problems -report-all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Mark.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If your version is older than update 8, you can try "-verbose" option instead of "-report-all". In U8, both commands work.
For example,
# inspxe-cl -report problems -verbose -r r002mi3/
# inspxe-cl -report problems -report-all -r r002mi3/
You can see more global options in detail by using "# inspxe-cl -help report"

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page