summaryrefslogtreecommitdiffstats
path: root/src/common/perf_counters.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/perf_counters: forward-declare class utime_tMax Kellermann2024-11-041-1/+4
* common: Add labeled perf countersAli Maredia2023-02-231-6/+8
* crimson:add alien blue storeChunmei Liu2020-02-281-3/+3
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-6/+10
* common/perf_conters: make dump_formatted_xxx funcs as const.Igor Fedotov2019-05-231-6/+6
* common: Update perf_counters.h to work without using namespaceAdam C. Emerson2019-03-291-8/+8
* Merge pull request #23362 from luhp/masterKefu Chai2018-12-171-2/+2
|\
| * common: fix a racing in PerfCounters::perf_counter_data_any_d::read_avgludehp2018-12-021-2/+2
* | common/perf_counters: Mutex -> ceph::mutexSage Weil2018-11-211-3/+1
* | common: move lock out of PerfCounterCollection and rename itchunmei Liu2018-10-301-32/+14
* | common: fix typosKefu Chai2018-09-211-1/+1
|/
* common: add LockPolicy to md_config_tKefu Chai2018-06-271-0/+1
* common: fix enum redeclarationQiaowei Ren2018-06-201-8/+8
* Merge pull request #20152 from Rubab-Syed/add_units_to_performance_countersJohn Spray2018-02-261-8/+16
|\
| * mgr: add units to performance countersRubab-Syed2018-02-031-8/+16
* | mgr: increase time resolution of Commit/Apply OSD latencies.Коренберг Марк2018-01-241-1/+1
|/
* common/perf_counters: remove unused parameterKefu Chai2018-01-051-2/+2
* common: introduce PerfGuard to PerfCounters.Radoslaw Zarzynski2017-11-271-0/+18
* mgr: respect perf counter prio_adjust in MgrClientJohn Spray2017-09-271-74/+91
* common: PerfCountersBuilder helper for prioritiesJohn Spray2017-09-271-0/+7
* ceph.in: use PRIO_INTERESTING as daemonperf thresholdJohn Spray2017-09-271-0/+5
* common: used fixed size int for perf counter prioJohn Spray2017-09-271-1/+1
* common: Automatic reference to PerfCountersAdam C. Emerson2017-08-091-0/+15
* common: the latency dumped by "ceph osd perf" is not realPan Liu2017-07-231-4/+2
* common: migrate atomic_t to <atomic>Jesse Williamson2017-06-021-17/+21
* common: Remove redundant includesJos Collin2017-05-221-10/+0
* common/perf_counters: rename histogram adder methodSage Weil2017-05-151-6/+8
* common/perf_counters: make 'perf schema' more friendlySage Weil2017-05-151-5/+5
* Merge pull request #14793 from dmick/wip-prio-and-daemonperfSage Weil2017-05-061-12/+35
|\
| * common/perf_counters: replace suppress_nicks with prio adjustmentSage Weil2017-04-261-3/+4
| * common/perf_counters: allow priorities to be assigned to perf countersSage Weil2017-04-261-9/+31
* | common/perf_counter: make tinc() handle batch-processingJianpeng Ma2017-05-031-2/+2
|/
* common/perf_counters: fix race condition with atomic variablesJ. Eric Ivancich2017-03-291-3/+5
* common/perf_counters: allow perfcounters to be excluded from daemonperfSage Weil2017-03-211-0/+6
* common, osd, tools: Add histograms to performance countersBartłomiej Święcki2017-02-011-21/+48
* common/perf_counters.h: remove unneeded forward declarationYunchuan Wen2016-12-011-1/+0
* src/common/perf_counters.h:fix wrong wordzhang.zezhu2016-10-301-1/+1
* messages: fix out of range assertionJohn Spray2016-10-211-1/+1
* common: accessors for list of perf countersJohn Spray2016-09-291-46/+56
* perfcounters: Allow C++11 time increment/decrementAdam C. Emerson2015-12-181-0/+5
* common/buffer: forward declare bufferMichal Jarzabek2015-11-301-1/+0
* common: add optional perf counter nicknameJohn Spray2015-03-051-12/+22
* common: remove some spurious declarationsJohn Spray2015-03-051-4/+0
* common: change default value for perfcounter description ("NO_INFO_FIX">NULL)Ved-vampir2015-02-251-5/+5
* common: add description in PerfCounter classVed-vampir2015-02-201-12/+17
* common: filtering in `perf dump`John Spray2015-01-271-2/+7
* common/perf_counters: Add 'perf reset all|perfcountername' for 'cephJianpeng Ma2014-12-031-1/+11
* common/perf_counters: use second atomic to make counters safe to readSage Weil2014-05-141-6/+23
* common/perf_counters: use atomics instead of a mutexSage Weil2014-05-111-3/+23
* ObjectStore: add ObjectStore::get_cur_stats and impl in FileStoreSamuel Just2013-08-141-0/+20