rocksdb/monitoring
Aaron Gao 0025a36409 revert perf_context and io_stats to __thread
Summary:
https://github.com/facebook/rocksdb/pull/2380 introduces a regression by replacing __thread with ThreadLocalPtr. Revert the thread local implementation back.
Closes https://github.com/facebook/rocksdb/pull/2485

Differential Revision: D5308050

Pulled By: lightmark

fbshipit-source-id: 2676e9c22edf76e8133d3f4c50e2711e11a95480
2017-06-26 15:27:17 -07:00
..
file_read_sample.h Sample number of reads per SST file 2017-06-12 07:12:08 -07:00
histogram.cc
histogram.h
histogram_test.cc
histogram_windowing.cc
histogram_windowing.h
instrumented_mutex.cc
instrumented_mutex.h
iostats_context.cc revert perf_context and io_stats to __thread 2017-06-26 15:27:17 -07:00
iostats_context_imp.h using ThreadLocalPtr to hide ROCKSDB_SUPPORT_THREAD_LOCAL from public… 2017-06-02 17:26:19 -07:00
iostats_context_test.cc using ThreadLocalPtr to hide ROCKSDB_SUPPORT_THREAD_LOCAL from public… 2017-06-02 17:26:19 -07:00
perf_context.cc revert perf_context and io_stats to __thread 2017-06-26 15:27:17 -07:00
perf_context_imp.h revert perf_context and io_stats to __thread 2017-06-26 15:27:17 -07:00
perf_level.cc
perf_level_imp.h
perf_step_timer.h
statistics.cc
statistics.h
statistics_test.cc
thread_status_impl.cc
thread_status_updater.cc
thread_status_updater.h
thread_status_updater_debug.cc
thread_status_util.cc
thread_status_util.h
thread_status_util_debug.cc