This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Frame dictionary | |
{"FrameId1": "java.lang.blah.blah:80", "...": "..."} | |
//Syscall dictionary | |
{"SycallId1": "open()", "...": "..."} | |
//Data model for a unique backtrace in off-cpu stack sample tree | |
{ | |
backtrace_id: 35, | |
ctx_switches : { |