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
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