一. Parse by SQL Query:
When I generated raw-trace file by use perfetto heapprofd script and put it to perfetto ui, I can get some inner infomation by use SQL Query,But there exist some problem as following:
1. Whether there just exits five table include all information of raw-trace?Whether I can use the five tables recover all raw-trace included infomation?
2. When receive a much number of data by execute sql query, the perfetto ui only display 9999 item infomation, whether exits some method or config can display all query item.
二. Parse by API
1. Whether exits some api(python or C++ or other language) that can directly parse the native heap raw-trace file?
thank you!