Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4823 Discussions

Possible to include Call Stack from -report

Frankie_F_1
Beginner
224 Views

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

0 Kudos
1 Solution
Mark_D_Intel
Employee
224 Views

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

View solution in original post

3 Replies
Mark_D_Intel
Employee
225 Views

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

Frankie_F_1
Beginner
224 Views

Thanks Mark.

Peter_W_Intel
Employee
224 Views

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"

Reply