summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* amputate unused SleepForMilliseconds from sysinfo.{h,cc}Aliaksey Kandratsenka2021-02-142-15/+0
* don't check for useless __builtin_stack_pointerAliaksey Kandratsenka2021-02-141-3/+0
* don't bother checking for stl namespace and use stdAliaksey Kandratsenka2021-02-144-14/+8
* use standard way to print size_t-sized intsAliaksey Kandratsenka2021-02-1411-68/+47
* amputate checking for __int64Aliaksey Kandratsenka2021-02-142-16/+0
* amputate checking for conflict-signal.hAliaksey Kandratsenka2021-02-142-6/+0
* amputate checking for inline keyword supportAliaksey Kandratsenka2021-02-141-6/+0
* profile-handler: use documented sigev_notify_thread_id in sigeventĐoàn Trần Công Danh2021-02-141-1/+16
* atomicops: Remove Acquire_Store / Release_LoadVenkatesh Srinivas2021-02-1410-257/+0
* Add support for Elbrus 2000 (e2k)SSE42021-01-302-1/+4
* syscall: Mark x8 as clobberedJarno Rajahalme2021-01-301-2/+2
* bump version to 2.8.1gperftools-2.8.1Aliaksey Kandratsenka2020-12-202-4/+4
* Update cmakeokhowang(王沛文)2020-12-192-2/+15
* Add architecture checksIsaac Hier2020-12-191-1/+1
* Additional porting for riscv64.Steve Langasek2020-12-192-5/+109
* Enable build on riscv64.Steve Langasek2020-12-191-0/+2
* docs: fix simple typo, defininitions -> definitionsTim Gates2020-12-191-2/+2
* Revert "drop page heap lock when returning memory back to kernel"Aliaksey Kandratsenka2020-12-193-64/+23
* Fix implicit-int-float-conversion warning.Levon Ter-Grigoryan2020-11-171-1/+2
* Increase kMaxStackDepth to 254Kerrick Staley2020-07-111-1/+1
* don't test sbrk hook if we're on linux and don't have __sbrkAliaksey Kandratsenka2020-07-111-1/+1
* bumped version to 2.8gperftools-2.8Aliaksey Kandratsenka2020-07-062-5/+5
* Don't try to mark esp as clobbered in linux syscall support.Ryan Macnak2020-07-061-4/+4
* liberate gperftools tests from relying on -fno-builtin-XXX flagsAliaksey Kandratsenka2020-07-065-77/+98
* prevent inlining in heap-checker unittestAliaksey Kandratsenka2020-07-051-1/+1
* New ProfilerGetStackTrace()Kirill Müller2020-03-082-0/+13
* bumped version to 2.8rcgperftools-2.7.90Aliaksey Kandratsenka2020-03-082-4/+4
* 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-092-10/+5
* 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
* Fix build on FreeBSDpkubaj2019-04-071-0/+4
* 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
* Include asm/ptrace.h when accessing ucontext_tTulio Magno Quites Machado Filho2019-02-101-0/+3
* Compile time aggressive decommit optionLaurent Stacul2019-02-101-1/+9
* undef mmap64 functionFabrice Fontaine2018-10-071-1/+2
* check for __sbrkFabrice Fontaine2018-10-061-1/+1
* 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