Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for native (JNI) calls to the trace tools. | Jack Veenstra | 2009-05-19 | 1 | -9/+29 |
| | | | | | Also fix a bug in profile_pid.cpp and add better output to stack_dump.cpp. | ||||
* | Add a new program for checking the correctness of the computed stack from a ↵ | Jack Veenstra | 2009-05-11 | 1 | -0/+250 |
trace. The check_stack program checks that the generated stack that includes both native functions and Java methods (generated from the emulator instruction trace plus the method trace) is consistent with the stack of Java methods that is computed from the method trace alone. (The method trace is generated by the Dalvik interpreter). |