| Commit message (Expand) | Author | Age | Files | Lines |
* | [CHERRY-PICKED FOR TESTING ONLY] crimson: Enable tcmalloc when using seastar | Mark Nelson | 2023-06-05 | 1 | -1/+1 |
* | Merge PR #41338 into master | Patrick Donnelly | 2021-05-20 | 1 | -2/+2 |
|\ |
|
| * | cpu_profiler: fix asok command crash | liu shi | 2021-05-14 | 1 | -2/+2 |
* | | librbd: do not use ceph::allocator<> | Kefu Chai | 2021-05-14 | 1 | -1/+1 |
|/ |
|
* | perfglue: Build ceph-osd without using namespace declarations in headers | Adam C. Emerson | 2020-04-06 | 4 | -4/+4 |
* | mon: Build ceph-mon without using namespace declarations in headers | Adam C. Emerson | 2020-03-22 | 2 | -2/+2 |
* | crimson:disable heap profiler for seastar | Chunmei Liu | 2020-02-28 | 1 | -1/+1 |
* | osd,mon,mds: support get|set tcmalloc release rate | Zengran Zhang | 2019-02-12 | 3 | -0/+30 |
* | cmake,make-dist: revert "build gperftools if WITH_STATIC_LIBSTDCXX" | Kefu Chai | 2018-08-06 | 1 | -7/+1 |
* | cmake,make-dist: build gperftools if WITH_STATIC_LIBSTDCXX | Kefu Chai | 2018-07-29 | 1 | -1/+7 |
* | cmake: make cpu_profiler a library target | Kefu Chai | 2018-07-26 | 1 | -0/+13 |
* | cmake: make heap_profiler a library target | Kefu Chai | 2018-07-26 | 1 | -0/+9 |
* | common,rbd,rgw,osd: extract config values into ConfigValues | Kefu Chai | 2018-07-10 | 1 | -8/+8 |
* | perfglue: Silence truncation warning | Adam C. Emerson | 2018-05-09 | 1 | -0/+9 |
* | dout: Use dout_context | Adam C. Emerson | 2016-12-22 | 1 | -0/+2 |
* | remove autotools | Sage Weil | 2016-09-07 | 1 | -35/+0 |
* | cmake: cleanup Findgperftools.cmake | Kefu Chai | 2016-08-11 | 2 | -19/+3 |
* | osd/: make heap properties settable via admin socket | Samuel Just | 2016-01-20 | 3 | -0/+15 |
* | osd/: make heap properties gettable from admin_socket | Samuel Just | 2016-01-20 | 3 | -0/+15 |
* | Merge pull request #4008 from SUSE/wip-tcmalloc-conditionals | Samuel Just | 2015-05-01 | 2 | -1/+21 |
|\ |
|
| * | Conditional-compile against minimal tcmalloc. | Thorsten Behrens | 2015-03-30 | 2 | -1/+21 |
* | | Dencoder should never be built with tcmalloc | Boris Ranto | 2015-04-14 | 1 | -0/+5 |
|/ |
|
* | heap_profiler: support new gperftools header locations | Ken Dreyer | 2014-12-03 | 2 | -4/+28 |
* | perfglue: profiler stats need more than 1024 bytes | Loic Dachary | 2014-10-08 | 1 | -6/+8 |
* | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-09-23 | 1 | -5/+5 |
|\ |
|
| * | perfglue/heap_profiler.cc: expect args as first element on cmd vector | Joao Eduardo Luis | 2013-09-20 | 1 | -5/+5 |
* | | make: add tmalloc lib dep in tcmalloc guard | Noah Watkins | 2013-09-13 | 1 | -1/+1 |
* | | automake cleanup: implementing non-recursive make | Roald J. van Loon | 2013-09-08 | 1 | -0/+23 |
|/ |
|
* | cpu_profiler: drop start, stop commands | Sage Weil | 2012-08-17 | 1 | -18/+2 |
* | heap_profiler: return result via ostream | Sage Weil | 2012-08-16 | 4 | -19/+18 |
* | cpu_profiler: outout to ostream instead of clog | Sage Weil | 2012-08-16 | 3 | -22/+15 |
* | logclient: not a dispatcher | Sage Weil | 2012-06-06 | 1 | -0/+2 |
* | src/perfglue/heap_profiler.cc: fix snprintf | Colin Patrick McCabe | 2011-08-17 | 1 | -1/+1 |
* | Fix bug in turning off logging. Remove log_dir. | Colin Patrick McCabe | 2011-08-16 | 1 | -3/+18 |
* | heap_profiler: if log_dir is empty, don't try and log to root dir! | Greg Farnum | 2011-06-10 | 1 | -1/+2 |
* | g_conf: change to pointer | Colin Patrick McCabe | 2011-06-07 | 1 | -6/+6 |
* | Change some global config options to env vars | Colin Patrick McCabe | 2011-04-19 | 1 | -25/+9 |
* | config: make md_config_t.name a value, not ptr | Colin Patrick McCabe | 2011-04-15 | 1 | -2/+2 |
* | config: use std::string in md_config_t | Colin Patrick McCabe | 2011-03-30 | 1 | -2/+2 |
* | Replace g_conf.name and g_conf.id with entityname | Colin Patrick McCabe | 2011-03-08 | 1 | -6/+9 |
* | tcmalloc: warn if you try and dump without the profiler running. | Greg Farnum | 2011-03-03 | 1 | -5/+9 |
* | tcmalloc: create perfglue handle_command functionality. | Greg Farnum | 2011-03-03 | 3 | -1/+44 |
* | tcmalloc: switch the interface. | Greg Farnum | 2011-03-02 | 3 | -0/+149 |
* | profiler: move perftools glue into perfglue/ | Colin Patrick McCabe | 2011-03-01 | 3 | -0/+112 |