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

amplxe: Error: 0x40000025 (Inapplicable report)

kula85
Beginner
1,452 Views

[ubuntu@HomeNAS-ubuntu ~/Trash]$ amplxe-cl  --version
Intel(R) VTune(TM) Amplifier XE 2016 Update 1 (build 434111) Command Line Tool
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.

[ubuntu@HomeNAS-ubuntu ~/Trash]$ amplxe-cl -collect-with runsa ./a.out
amplxe: Collection started. To stop the collection, either press CTRL-C or enter from another console window: amplxe-cl -r /home/ubuntu/Trash/r003runsa -command stop.
amplxe: Collection stopped.
amplxe: Using result path `/home/ubuntu/Trash/r003runsa'
amplxe: Executing actions 100 % done
amplxe: Error: 0x40000025 (Inapplicable report) -- The report 'summary' is not applicable to the result /home/ubuntu/Trash/r003runsa/r003runsa.amplxe.

What did I do wrong? Is it a bug? Thanks.

0 Kudos
1 Reply
Dmitry_P_Intel1
Employee
1,452 Views

Hello,

If you specify the event(s) of interest then it can help. Example:

>amplxe-cl -collect-with runsa -knob event-config=CPU_CLK_UNHALTED.REF_TSC ./a.out 

BTW - if you do 

>amplxe-cl -collect-with runsa -knob event-config=? ./a.out 

then you will have the full list of events supported for your HW.

Thanks & Regards, Dmitry

0 Kudos
Reply