Home
last modified time | relevance | path

Searched defs:block_type (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/trace_replay/
Dblock_cache_tracer.h80 TraceType block_type = TraceType::kTraceMax; member
110 TraceType block_type = TraceType::kTraceMax; member
Dblock_cache_tracer_test.cc58 TraceType block_type, uint32_t nblocks) { in WriteBlockAccess()
111 TraceType block_type, uint32_t nblocks) { in VerifyAccess()
Dblock_cache_tracer.cc44 TraceType block_type, TableReaderCaller caller) { in IsGetOrMultiGetOnDataBlock()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader_impl.h27 BlockType block_type, GetContext* get_context, in NewDataBlockIterator()
Dblock_based_table_reader.cc162 bool do_uncompress, bool maybe_compressed, BlockType block_type, in ReadBlockFromFile()
222 void BlockBasedTable::UpdateCacheHitMetrics(BlockType block_type, in UpdateCacheHitMetrics()
281 void BlockBasedTable::UpdateCacheMissMetrics(BlockType block_type, in UpdateCacheMissMetrics()
333 void BlockBasedTable::UpdateCacheInsertionMetrics(BlockType block_type, in UpdateCacheInsertionMetrics()
395 Cache* block_cache, const Slice& key, BlockType block_type, in GetEntryFromCache()
1095 const UncompressionDict& uncompression_dict, BlockType block_type, in GetDataBlockFromCache()
1197 MemoryAllocator* memory_allocator, BlockType block_type, in PutDataBlockToCache()
1343 const Rep* rep, Block* block, BlockType block_type, in InitBlockIterator()
1353 const Rep* rep, Block* block, BlockType block_type, in InitBlockIterator()
1373 CachableEntry<TBlocklike>* block_entry, BlockType block_type, in MaybeReadBlockAndLoadToCache()
[all …]
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer_test.cc96 TraceType block_type, uint32_t nblocks) { in WriteBlockAccess()
545 for (auto block_type : block_types) { in TEST_F() local
Dblock_cache_trace_analyzer.cc618 uint64_t /*block_key_id*/, const BlockAccessInfo& block) { in WriteCorrelationFeatures()
1969 for (auto block_type : cf_bt_blocks) { in PrintStatsSummary() local
2018 for (auto block_type : bt_num_blocks_map) { in PrintStatsSummary() local
2250 for (auto block_type : block_types) { in block_cache_trace_analyzer_tool() local
Dblock_cache_pysim.py32 block_type, argument
94 block_type, argument
/rocksdb-6.9/table/
Dmeta_blocks.cc471 const std::string& meta_block_name, BlockType block_type, in ReadMetaBlock()
Dtable_test.cc4375 BlockContents* contents) { in TEST_P()