Searched refs:file_read_hist (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/db/ |
| D | table_cache.h | 74 HistogramImpl* file_read_hist, TableReaderCaller caller, Arena* arena, 93 HistogramImpl* file_read_hist = nullptr, bool skip_filters = false, 118 HistogramImpl* file_read_hist = nullptr, 136 HistogramImpl* file_read_hist = nullptr, 199 bool record_read_stats, HistogramImpl* file_read_hist,
|
| D | table_cache.cc | 89 bool sequential_mode, bool record_read_stats, HistogramImpl* file_read_hist, in GetTableReader() argument 114 file_read_hist, ioptions_.rate_limiter, ioptions_.listeners)); in GetTableReader() 138 HistogramImpl* file_read_hist, bool skip_filters, in FindTable() argument 156 file_read_hist, &table_reader, prefix_extractor, in FindTable() 179 TableReader** table_reader_ptr, HistogramImpl* file_read_hist, in NewIterator() argument 197 !for_compaction /* record_read_stats */, file_read_hist, in NewIterator() 358 HistogramImpl* file_read_hist, bool skip_filters, in Get() argument 387 true /* record_read_stats */, file_read_hist, skip_filters, level); in Get() 439 HistogramImpl* file_read_hist, bool skip_filters, in MultiGet() argument 487 true /* record_read_stats */, file_read_hist, skip_filters, level); in MultiGet()
|
| D | version_set.cc | 861 HistogramImpl* file_read_hist, TableReaderCaller caller, in LevelIterator() argument 872 file_read_hist_(file_read_hist), in LevelIterator()
|
| /rocksdb-6.9/file/ |
| D | random_access_file_reader.h | 66 HistogramImpl* file_read_hist = nullptr, 74 file_read_hist_(file_read_hist), in file_()
|