summaryrefslogtreecommitdiffstats
path: root/src/perf_histogram.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
| | | | | | | | | This conflicts with the system assert.h so rename and change includes to reflect the new name. Fixes: http://tracker.ceph.com/issues/35682 Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
* cleanup: Replace always-false assertions with abortAdam C. Emerson2018-08-271-6/+8
| | | | Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* tools: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-5/+5
| | | | Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* common: migrate atomic_t to <atomic>Jesse Williamson2017-06-021-0/+227
Signed-off-by: Jesse Williamson <jwilliamson@suse.de>