aboutsummaryrefslogtreecommitdiffstats
path: root/hw/goldfish_trace.h
Commit message (Collapse)AuthorAgeFilesLines
* goldfish_trace: Hook with goldfish_pipe.h functions.David 'Digit' Turner2011-04-111-0/+39
| | | | | | | | Note that this is also forces tracing support during machine initialization. Measurements show that this doesn't have any significant impact on emulation performance. Change-Id: Ie32352659611531ce65ba2c95c5896e2421f509d
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-3/+0
| | | | | | | | | | | | | | | | | | | This change integrates many changes from the upstream QEMU sources. Its main purpose is to enable correct ARMv6 and ARMv7 support to the Android emulator. Due to the nature of the upstream code base, this unfortunately also required changes to many other parts of the source. Note that to ensure easier integrations in the future, some source files and directories that have heavy Android-specific customization have been renamed with an -android suffix. The original files are still there for easier integration tracking, but *never* compiled. For example: net.c net-android.c qemu-char.c qemu-char-android.c slirp/ slirp-android/ etc... Tested on linux-x86, darwin-x86 and windows host machines.
* Add support for new trace records for native (JNI) calls.Jack Veenstra2009-05-191-0/+3
| | | | | | This change adds new trace record types for entering (and exiting) native code from Java code. There is a corresponding change in the Dalvik interpreter to generate these trace records.
* Add support for tracing Java method entry/exit to qemu.Jack Veenstra2009-05-061-1/+6
| | | | | | | | | | | This is part of a larger change to add support for tracing Java methods. There is also a kernel change and a small change to the Dalvik interpreter that will be checked in separately. There used to be support for tracing Java methods but it relied on trapping every store and checking if the store address matched a special "magic" region (and that stopped working because we can no longer trap on loads and stores). The new approach uses a memory-mapped page to catch stores to just that page.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+79
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-79/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+2
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+78