Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

Possible to include Call Stack from -report

Frankie_F_1
Beginner
386 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
386 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

0 Kudos
3 Replies
Mark_D_Intel
Employee
387 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

0 Kudos
Frankie_F_1
Beginner
386 Views

Thanks Mark.

0 Kudos
Peter_W_Intel
Employee
386 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"

0 Kudos
Reply