summaryrefslogtreecommitdiff
path: root/src/perfglue
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gh/next'Sage Weil2013-09-231-5/+5
|\
| * perfglue/heap_profiler.cc: expect args as first element on cmd vectorJoao Eduardo Luis2013-09-201-5/+5
* | make: add tmalloc lib dep in tcmalloc guardfix-no-tcmalloc-buildNoah Watkins2013-09-131-1/+1
* | automake cleanup: implementing non-recursive makeRoald J. van Loon2013-09-081-0/+23
|/
* cpu_profiler: drop start, stop commandsSage Weil2012-08-171-18/+2
* heap_profiler: return result via ostreamSage Weil2012-08-164-19/+18
* cpu_profiler: outout to ostream instead of clogSage Weil2012-08-163-22/+15
* logclient: not a dispatcherSage Weil2012-06-051-0/+2
* src/perfglue/heap_profiler.cc: fix snprintfColin Patrick McCabe2011-08-171-1/+1
* Fix bug in turning off logging. Remove log_dir.Colin Patrick McCabe2011-08-151-3/+18
* heap_profiler: if log_dir is empty, don't try and log to root dir!Greg Farnum2011-06-101-1/+2
* g_conf: change to pointerColin Patrick McCabe2011-06-071-6/+6
* Change some global config options to env varsColin Patrick McCabe2011-04-181-25/+9
* config: make md_config_t.name a value, not ptrColin Patrick McCabe2011-04-141-2/+2
* config: use std::string in md_config_tColin Patrick McCabe2011-03-301-2/+2
* Replace g_conf.name and g_conf.id with entitynameColin Patrick McCabe2011-03-081-6/+9
* tcmalloc: warn if you try and dump without the profiler running.Greg Farnum2011-03-021-5/+9
* tcmalloc: create perfglue handle_command functionality.Greg Farnum2011-03-023-1/+44
* tcmalloc: switch the interface.Greg Farnum2011-03-023-0/+149
* profiler: move perftools glue into perfglue/Colin Patrick McCabe2011-03-013-0/+112