views:

26

answers:

0

Hi, I got some very strange errors with Intel Vtune utilities. I have run:

vtl activity -c callgraph -c sampling -app ./vtunedemo -moi ./vtunedemo run

to collect data. And,

$ vtl show
VTune(TM) Performance Environment
Copyright (C) 2000-2005 Intel Corporation. All rights reserved.

a1__Activity1
    r1___Wed Feb 10 16:25:52 2010

but

$ vtl view a1::r1
VTune(TM) Performance Environment
Copyright (C) 2000-2005 Intel Corporation. All rights reserved.

I got nothing output. I have try to add some other options:

$ vtl view a1::r1 -mn ./vtunedemo
VTune(TM) Performance Environment
Copyright (C) 2000-2005 Intel Corporation. All rights reserved.

$ vtl view a1::r1 -mn ./vtunedemo -calls
VTune(TM) Performance Environment
Copyright (C) 2000-2005 Intel Corporation. All rights reserved.

Also, I got nothing output. Could you please help me on this? Thanks very much!