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

column filter warning in csv report

Seyfert__Paul1
Beginner
591 Views

I am running vtune 2020.1 with `vtune -R top-down -column="CPU Time:Self","Module" -report-out result.csv -format csv -csv-delimiter comma -q -r /path/to/r001hs` and noticed I couldn't read the resulting csv file with https://github.com/brendangregg/FlameGraph. Upon inspection of the csv file, I noticed the first lines are:

war:Column filter is ON.
Function Stack,CPU Time:Self,Module
Total,0.0,[Unknown]
 clone,0.0,libc.so.6
  start_thread,0.0,libpthread.so.0
   func@0xbd6d0,0.0,libstdc++.so.6
 

...

What I don't expect to find in a csv file is that first line `war: Column filter is ON.`. Removing that line, I can process the csv file successfully.

Should that warning really be in the csv file instead of being printed to stderr? Also, is this new behaviour (I was under the impression I was using vtune -r as per the instructions in FlameGraph and that FlameGraph was meant to handle vtune output). Sorry that this thread doesn't touch vtune exclusively but is on the interoperability with external software.

0 Kudos
3 Replies
JananiC_Intel
Moderator
591 Views

Hi Paul,

Thanks for reaching out.

For you information, the below command shows the result for columns with the "CPU Time:Self","Module" strings in the title and so you are getting this warning "war:Column filter is ON."

vtune -R top-down -column="CPU Time:Self","Module" -report-out result.csv -format csv -csv-delimiter comma -q -r /path/to/r001hs

If there is no need for such filtration in top-down report then you can remove -column from your command so that you will not get any warning.Also we tried your command from our side we were able to open the excel sheet without any trouble.

If you need any clarifications regarding vtune top-down report command or regarding report generation you can refer the below two links

https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/generating-command-line-reports/top-down-report.html

https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/generating-command-line-reports/saving-and-formatting-reports.html

Hope this answers your question!

 

0 Kudos
JananiC_Intel
Moderator
591 Views

Hi,

Has this issue been resolved?Could you please give us an update?

0 Kudos
JananiC_Intel
Moderator
591 Views

Hi,

We are closing this case by assuming that your issue got resolved. Please feel free to raise a new thread if you have any further issues.

0 Kudos
Reply