summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make PPC64 use 64K of internal page size for tcmalloc by defaultrzinsly-masterRaphael Moreira Zinsly2014-12-111-2/+4
* New compiler flags to set the size and alignment of tcmalloc pagesRaphael Moreira Zinsly2014-12-113-28/+65
* Added option to disable libunwind linkingRaphael Moreira Zinsly2014-11-271-6/+19
* bumped version to 2.3rcgperftools-2.2.90Aliaksey Kandratsenka2014-11-023-7/+7
* updated NEWS for gperftools 2.3rcAliaksey Kandratsenka2014-11-021-0/+62
* implemented cpu-profiling mode that profiles threads separatelyAliaksey Kandratsenka2014-11-026-24/+183
* drop workaround for too old redhat 7Aliaksey Kandratsenka2014-11-021-7/+0
* don't add leaf function twice to profile under libunwindAliaksey Kandratsenka2014-11-021-2/+11
* pprof: indicate if using remote profileAliaksey Kandratsenka2014-11-021-0/+1
* issue-493: correctly detect __ARM_ARCH_6ZK__ for MemoryBarrierAliaksey Kandratsenka2014-11-021-1/+1
* issue-655: use safe getenv for aggressive decommit mode flagAliaksey Kandratsenka2014-11-022-5/+46
* issue-654: [pprof] handle split text segmentsAliaksey Kandratsenka2014-10-181-0/+10
* Fix parsing /proc/pid/maps dump in CPU profile data fileRicardo M. Correia2014-10-111-1/+1
* Added remaining memory allocated info to 'Exiting' dump messageAliaksey Kandratsenka2014-09-061-1/+21
* Cope with new addr2line outputs for DWARF4Adam McNeeney2014-08-231-0/+6
* issue-641: Added --show_addresses optionAliaksey Kandratsenka2014-08-231-2/+8
* issue-644: fix possible out-of-bounds access in GetenvBeforeMainAliaksey Kandratsenka2014-08-191-0/+3
* Add an option to allow disabling stripping template argument in pprofjiakai2014-08-011-1/+9
* issue-635: allow whitespace in libraries pathsAliaksey Kandratsenka2014-07-261-1/+1
* issue-636: fix prof/web command on Windows/MinGWAliaksey Kandratsenka2014-07-261-0/+6
* added option to display stack traces in output for heap checkerMichael Pasieka2014-07-131-1/+27
* issue-630: The env var should be "CPUPROFILE"WenSheng He2014-07-061-1/+1
* issue-631: fixed miscompilation of debugallocation without mmapAliaksey Kandratsenka2014-06-281-1/+1
* bumped version to 2.2.1gperftools-2.2.1Aliaksey Kandratsenka2014-06-213-7/+7
* updated NEWS for 2.2.1Aliaksey Kandratsenka2014-06-211-0/+12
* applied chromium patch fixing some build issue on androidAliaksey Kandratsenka2014-06-211-0/+5
* issue-628:package missing stacktrace_powerpc-{linux,darwin}-inl.hAliaksey Kandratsenka2014-06-151-0/+2
* issue-626: Fix SetupAggressiveDecommit initializationmaster-issue_626Adhemerval Zanella2014-06-031-7/+1
* bumped version to 2.2gperftools-2.2Aliaksey Kandratsenka2014-05-033-7/+7
* updated NEWS for 2.2Aliaksey Kandratsenka2014-05-031-0/+9
* issue-620: windows dll patching: fixed delete of old stub codeAliaksey Kandratsenka2014-05-031-7/+4
* bumped version to 2.1.90Aliaksey Kandratsenka2014-04-193-7/+7
* updated NEWS for 2.2rcgperftools-2.1.90Aliaksey Kandratsenka2014-04-191-0/+80
* issue-610: use TCMallocGetenvSafe from inside mallocAliaksey Kandratsenka2014-04-122-4/+7
* issue-610: made dynamic_annotations.c use TCMallocGetenvSafeAliaksey Kandratsenka2014-04-121-13/+2
* issue-610: introduced TCMallocGetenvSafeAliaksey Kandratsenka2014-04-123-0/+70
* don't enable backtrace() for stacktrace capturing by defaultAliaksey Kandratsenka2014-04-121-4/+12
* PowerPC: stacktrace function refactor and fixesRaphael Moreira Zinsly2014-04-123-1/+394
* VDSOsupport cleanupRaphael Moreira Zinsly2014-04-122-69/+0
* Fixed issues with heap checker on PPC64 LE.Raphael Moreira Zinsly2014-04-122-5/+21
* Fixed the way that pprof packed profile data in BE.Raphael Moreira Zinsly2014-04-121-5/+21
* Fixed the use of addr2line to discover the separator symbol.Raphael Moreira Zinsly2014-04-121-1/+33
* issue-614: use tc_memalign in ReallocAfterMemalloc testAliaksey Kandratsenka2014-04-072-6/+3
* added tc_malloc_skip_new_handlerAliaksey Kandratsenka2014-04-016-0/+20
* issue deprecation warning on use of google/ headersAliaksey Kandratsenka2014-04-019-0/+27
* speed up MallocExtension::instance()Aliaksey Kandratsenka2014-03-291-4/+9
* Fix getpc_test for PPC64v2 LEAdhemerval Zanella2014-03-291-2/+4
* issue-613: remove friend declaration from HeapLeakCheckerAliaksey Kandratsenka2014-03-291-3/+0
* issue-612: added missing include for std::minAliaksey Kandratsenka2014-03-291-0/+1
* unbreak building with libunwindAliaksey Kandratsenka2014-03-011-2/+2