aboutsummaryrefslogtreecommitdiff
path: root/vm/Profile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change IsMethodTracingActive to GetMethodTracingMode.Jeff Hao2013-08-301-3/+9
* Add dalvik support for sample profiling from traceview gui.Jeff Hao2013-08-281-11/+12
* Add support for sample profiling in traceview.Jeff Hao2013-08-281-28/+215
* Replace malloc() followed by memset() to zero with calloc()Iliyan Malchev2012-02-161-2/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-8/+8
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-4/+4
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-4/+4
* am ccf4c9d9: Don\'t decr profiling count without incrAndy McFadden2011-11-051-1/+0
|\
| * Don't decr profiling count without incrAndy McFadden2011-11-041-1/+0
* | am ab97cd16: Start profiling after state prepAndy McFadden2011-11-031-6/+8
|\|
| * Start profiling after state prepAndy McFadden2011-11-031-6/+8
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
|/
* Add a dual clock profiler tracing mode.Jeff Brown2011-06-271-67/+146
* Improve "waiting on"/"waiting to lock" SIGQUIT dump info.Elliott Hughes2011-06-071-9/+4
* More LOG newline cleanup.Dan Bornstein2011-05-261-1/+1
* Further conservation of newlines.Dan Bornstein2011-05-261-19/+19
* Refine & simplify the interBreak mechanismbuzbee2011-04-251-11/+13
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-16/+16
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+931