summaryrefslogtreecommitdiffstats
path: root/src/hprof/hprof.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-1090/+0
* GC clean up.Ian Rogers2013-06-211-3/+4
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-6/+5
* Fix hprof.Ian Rogers2013-03-191-4/+4
* Various performance improvements.Ian Rogers2013-03-181-0/+1
* Directory restructuring of object.hIan Rogers2013-01-301-26/+30
* Move stringpiece.h and stringprintf.h to base/.Elliott Hughes2012-12-131-1/+1
* Move logging.h into base/logging.h.Elliott Hughes2012-12-121-1/+1
* Switch over to the google3 unix_file File*.Elliott Hughes2012-12-121-3/+2
* Refactor and remove copy mark bits.Mathieu Chartier2012-10-081-1/+1
* Explicitly pass Thread::Current to MutexLock and Alloc.Ian Rogers2012-10-051-8/+16
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-11/+11
* Sticky mark bits "generational" GCMathieu Chartier2012-08-171-0/+4
* Global lock levels.Ian Rogers2012-08-141-20/+25
* Each space has its own bitmap(s)Mathieu Chartier2012-07-111-1/+2
* Clean up the hprof implementation a bit.Elliott Hughes2012-07-091-370/+342
* Fix a bunch more lint.Elliott Hughes2012-06-211-14/+13
* Clean up the hprof implementation a bit.Elliott Hughes2012-06-081-47/+355
* Tidy up and finish reference table dumping.Elliott Hughes2012-05-091-7/+15
* Include JNI details in the SIGQUIT output.Elliott Hughes2012-04-241-1/+1
* Tidy up some C-isms.Elliott Hughes2012-04-201-7/+6
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-3/+6
* Remove the useless "suspend count already zero" message for new threads.Elliott Hughes2012-04-091-1/+1
* Be consistent about "kilo" versus "kibi".Elliott Hughes2012-04-031-1/+1
* Stop saying "clazz".Elliott Hughes2012-03-221-20/+20
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-1/+1
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-2/+4
* libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock.Elliott Hughes2012-03-011-1/+1
* Remove pad word from arraysIan Rogers2012-02-281-5/+5
* Make CHECKs with char*s do what you mean.Elliott Hughes2012-01-131-2/+0
* Don't default-construct std::strings and then assign them.Elliott Hughes2011-12-131-1/+1
* Improve consistency of units in logging.Elliott Hughes2011-12-131-2/+1
* More JDWP robustness.Elliott Hughes2011-12-081-7/+5
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-8/+17
* Remove some lint.Elliott Hughes2011-12-011-3/+3
* Start implementing jdb "locals".Elliott Hughes2011-11-181-1/+1
* Divide up hprof code by classes.Jesse Wilson2011-11-091-14/+555
* Adjust whitespace in hprof.Jesse Wilson2011-11-091-151/+140
* Hprof code cleanup.Jesse Wilson2011-11-091-110/+61
* Fix hprof dumping from DDMS.Elliott Hughes2011-11-071-2/+2
* Wire up hprof.Jesse Wilson2011-11-071-0/+1
* Add hprof. This code builds but is untested.Jesse Wilson2011-11-011-0/+291