summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped version to 2.8rcgperftools-2.7.90Aliaksey Kandratsenka2020-03-084-7/+99
* drop page heap lock when returning memory back to kernelAliaksey Kandratsenka2020-03-083-23/+64
* amputate span events historyAliaksey Kandratsenka2020-03-084-37/+0
* Fix mmap syscall on s390Ilya Leoshkevich2020-03-081-0/+6
* tcmalloc: ability to disable fallback allocator in memfsJon Kohler2020-02-231-3/+10
* tcmalloc: fragmentation overhead instrumentationJon Kohler2020-02-231-5/+12
* Fix a clang-tidy readability warning for static member accessTodd Lipcon2020-02-101-1/+1
* Remove executable flag for c++ filesprehistoricpenguin2020-02-096-0/+0
* Increase kClassSizesMax to 128 to allow for page size of 4KHenrik Edin2020-02-091-1/+1
* Allow configuring page size to 4K, 8K, 16K, 32K, 64K, 128K and 256KHenrik Edin2020-02-094-17/+20
* Fix the removed std::allocator::pointer member type removed in C++20Laurent Stacul2020-02-091-2/+2
* Add mips64* supportshipujin2020-02-091-1/+1
* Update config.h in WindowsHoly Wu2019-04-211-14/+10
* Fix a long time typo2019-04-171-1/+1
* never test and always default HAVE_MMAP to onAliaksey Kandratsenka2019-04-071-25/+5
* Fix build on FreeBSDpkubaj2019-04-071-0/+4
* Fix typosJakub Wilk2019-04-071-2/+2
* don't try to mark rsp as clobbered in linux syscall supportAliaksey Kandratsenka2019-02-101-1/+1
* Use initial exec TLS model for all thread local variables from thread_cache.ccRomain Geissler2019-02-101-1/+1
* Fix accessing PC on FreeBSD/powerpc and powerpc64pkubaj2019-02-101-0/+1
* Include asm/ptrace.h when accessing ucontext_tTulio Magno Quites Machado Filho2019-02-102-1/+14
* Compile time aggressive decommit optionLaurent Stacul2019-02-102-1/+20
* undef mmap64 functionFabrice Fontaine2018-10-071-1/+2
* Drop not very portable and not very useful unwind benchmark.Aliaksey Kandratsenka2018-10-074-159/+0
* check for __sbrkFabrice Fontaine2018-10-062-1/+2
* Fix mmap region iteration while no regions are recorded.Gabriel Marin2018-10-062-6/+16
* Use off64_t instead of __off64_tFabrice Fontaine2018-10-061-4/+4
* Return early in WriteProfile to reduce indentationGabriel Marin2018-10-061-13/+11
* Add generic.total_physical_bytes property to MallocExtensionGabriel Marin2018-10-062-0/+16
* Make some tcmalloc constants truly constGabriel Marin2018-10-051-7/+7
* Add comment about gperftools 2.8 not deduplicating heapz samples.Aliaksey Kandratsenka2018-09-031-0/+4
* Drop de-duplication of heap sample (aka heapz) entries.Aliaksey Kandratsenka2018-08-275-112/+53
* Add flag to disable installing unmaintained & deprecated pprof.Aliaksey Kandratsenka2018-08-264-3/+21
* Avoid static initialization of pprof path for symbolization.Aliaksey Kandratsenka2018-08-261-9/+11
* Clean up MSVC projectsHoly Wu2018-08-1426-3013/+2376
* Fix page_heap_test flakinessBrian Silverman2018-08-131-23/+56
* Use standard-conforming alignof in debugallocation.ccAliaksey Kandratsenka2018-08-051-2/+2
* Fix incompatible aliasing warningsAliaksey Kandratsenka2018-08-052-20/+4
* Format and fix out of bound access in CpuProfilerSwitchAliaksey Kandratsenka2018-08-051-26/+23
* provide constexpr constructor for SamplerAliaksey Kandratsenka2018-08-052-5/+7
* Patch _free_dbg to make Debug mode in MSVC worksHolyWu2018-08-051-3/+19
* Use indirect system calls in the linux spinlock implementationGabriel Marin2018-08-051-11/+12
* Use indirect system calls in the mmap malloc hooks.Gabriel Marin2018-08-051-3/+4
* benchmark: use angle brackets to include ucontext.hGabriel Marin2018-08-051-1/+1
* use utf-8 for special symbolsGabriel Marin2018-08-053-5/+5
* Fix potential missing nul character on resolved symbol namesetienneb2018-08-051-4/+6
* tcmalloc: use relative addresses with the windows addr2line wrapperGabriel Marin2018-08-051-3/+11
* tcmalloc: add long form flag '--exe' to specify the binaryGabriel Marin2018-08-051-3/+4
* tcmalloc: fixes for the windows addr2line wrapperGabriel Marin2018-08-051-4/+12
* Replace builtin_expect configure test with a direct GCC compiler checkGabriel Marin2018-08-052-9/+1