Searched refs:is_cache_hit (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/trace_replay/ |
| D | block_cache_tracer.h | 78 bool is_cache_hit = false; member 95 is_cache_hit = _is_cache_hit; in FillLookupContext() 117 Boolean is_cache_hit = Boolean::kFalse; member 149 is_cache_hit(_is_cache_hit ? Boolean::kTrue : Boolean::kFalse), in access_timestamp()
|
| D | block_cache_tracer_test.cc | 72 record.is_cache_hit = Boolean::kFalse; in WriteBlockAccess() 102 record.is_cache_hit = Boolean::kFalse; in GenerateAccessRecord() 125 ASSERT_EQ(Boolean::kFalse, record.is_cache_hit); in VerifyAccess() 356 ASSERT_EQ(Boolean::kFalse, read_record.is_cache_hit); in TEST_F()
|
| D | block_cache_tracer.cc | 128 trace.payload.push_back(record.is_cache_hit); in WriteBlockAccess() 258 record->is_cache_hit = static_cast<Boolean>(enc_slice[0]); in ReadAccess() 339 access.referenced_data_size, access.is_cache_hit, in WriteHumanReadableTraceRecord() 399 record->is_cache_hit = static_cast<Boolean>(ParseUint64(record_strs[13])); in ReadAccess()
|
| /rocksdb-6.9/utilities/simulator_cache/ |
| D | cache_simulator_test.cc | 44 record.is_cache_hit = Boolean::kFalse; in GenerateGetRecord() 65 record.is_cache_hit = Boolean::kFalse; in GenerateCompactionRecord()
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 1135 EXPECT_EQ(access.is_cache_hit, expected_records[index].is_cache_hit); in VerifyBlockAccessTrace() 2548 record.is_cache_hit = Boolean::kFalse; in TEST_P() 2561 record.is_cache_hit = Boolean::kTrue; in TEST_P() 2565 record.is_cache_hit = Boolean::kFalse; in TEST_P() 2569 record.is_cache_hit = Boolean::kTrue; in TEST_P() 2613 record.is_cache_hit = Boolean::kFalse; in TEST_P() 2621 record.is_cache_hit = Boolean::kTrue; in TEST_P() 2665 record.is_cache_hit = Boolean::kFalse; in TEST_P() 2673 record.is_cache_hit = Boolean::kTrue; in TEST_P() 2676 record.is_cache_hit = Boolean::kFalse; in TEST_P() [all …]
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader.cc | 1392 bool is_cache_hit = false; in MaybeReadBlockAndLoadToCache() local 1413 is_cache_hit = true; in MaybeReadBlockAndLoadToCache() 1497 is_cache_hit, no_insert, trace_block_type, in MaybeReadBlockAndLoadToCache() 1507 rep_->sst_number_for_tracing(), lookup_context->caller, is_cache_hit, in MaybeReadBlockAndLoadToCache() 2265 lookup_data_block_context.is_cache_hit, in Get() 2570 lookup_data_block_context.is_cache_hit, in MultiGet()
|
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer_test.cc | 115 record.is_cache_hit = Boolean::kFalse; in WriteBlockAccess()
|
| D | block_cache_trace_analyzer.cc | 1567 access.is_cache_hit == Boolean::kFalse); in Analyze()
|