Hello every one,
I'm using Arm DS-5 stream line to recorm some activities from BeagleBone Black
i want to export the analysiz report to txt file. I already know how to do that for the complete capture using
streamline -report -timeline capture_011.apd > output.txt
But what if i want the streanline output for only one of the Threads running what is the correct command?
Thanks
Currently, there is no way to do this directly from the command line.
You can, however, do this from the Timeline view in the UI by selecting the desired processes and/or threads, then using the Export button on the toolbar. The filtered state of the counters will be exported.
maybe like this streamline -report -timeline capture_011.apd | grep -P "\t<id_thread>" > output.txt
Thanks For reply,
I'm working undr Window so grep do not work for me I tried to replace it with findstr but still not working.
Also i was wonder how this is going to work because up to my understand grep filter the file by finding this exact word "Thread_id" but the "Thread_id" is not in the output txt file.
THanks
Thank you for the advice but this way I'm getting 4 files Does not have the info I'm looking for:
Captured.xml
events.xml
session.xml
Summary.txt
along with file 00000000000 with n extension have memory register data
can you give me more information on how to do this?
Tanks
You can use perl on windows to analyze a character string . But i mean this solution will only work on the number of the CPU used.