| /rocksdb-6.9/utilities/simulator_cache/ |
| D | cache_simulator_test.cc | 82 sim_cache->Release(handle); in AssertCache() 89 sim_cache->Release(handle); in AssertCache() 138 sim_cache->Release(handle); in TEST_F() 176 sim_cache->Release(handle); in TEST_F() 236 sim_cache->Release(handle); in TEST_F() 240 sim_cache->Release(handle); in TEST_F() 262 sim_cache->Release(handle); in TEST_F() 267 sim_cache->Release(handle); in TEST_F() 294 sim_cache->Release(handle); in TEST_F() 400 sim_cache->Release(handle); in TEST_F() [all …]
|
| D | cache_simulator.cc | 16 GhostCache::GhostCache(std::shared_ptr<Cache> sim_cache) in GhostCache() argument 17 : sim_cache_(sim_cache) {} in GhostCache() 31 std::shared_ptr<Cache> sim_cache) in CacheSimulator() argument 32 : ghost_cache_(std::move(ghost_cache)), sim_cache_(sim_cache) {} in CacheSimulator() 205 std::shared_ptr<CacheSimulator> sim_cache; in InitializeCaches() local 216 sim_cache = std::make_shared<CacheSimulator>( in InitializeCaches() 246 sim_caches_[config].push_back(sim_cache); in InitializeCaches() 261 for (auto& sim_cache : config_caches.second) { in Access() local 262 sim_cache->reset_counter(); in Access() 268 for (auto& sim_cache : config_caches.second) { in Access() local [all …]
|
| D | sim_cache_test.cc | 152 std::shared_ptr<SimCache> sim_cache = NewSimCache(NewLRUCache(co), 20000, 0); in TEST_F() local 153 table_options.block_cache = sim_cache; in TEST_F() 164 ASSERT_OK(sim_cache->StartActivityLogging(log_file, env_)); in TEST_F() 171 sim_cache->StopActivityLogging(); in TEST_F() 172 ASSERT_OK(sim_cache->GetActivityLoggingStatus()); in TEST_F() 204 ASSERT_OK(sim_cache->StartActivityLogging(log_file, env_, max_size)); in TEST_F() 210 ASSERT_OK(sim_cache->GetActivityLoggingStatus()); in TEST_F()
|
| D | cache_simulator.h | 85 explicit GhostCache(std::shared_ptr<Cache> sim_cache); 105 std::shared_ptr<Cache> sim_cache); 131 std::shared_ptr<Cache> sim_cache) in PrioritizedCacheSimulator() argument 132 : CacheSimulator(std::move(ghost_cache), sim_cache) {} in PrioritizedCacheSimulator() 159 std::shared_ptr<Cache> sim_cache, in HybridRowBlockCacheSimulator() argument 161 : PrioritizedCacheSimulator(std::move(ghost_cache), sim_cache), in HybridRowBlockCacheSimulator()
|
| D | sim_cache.cc.d | 1 utilities/simulator_cache/sim_cache.cc.d \ 2 utilities/simulator_cache/sim_cache.o: \ 3 utilities/simulator_cache/sim_cache.cc \ 4 include/rocksdb/utilities/sim_cache.h include/rocksdb/cache.h \
|
| D | sim_cache.cc | 157 SimCacheImpl(std::shared_ptr<Cache> sim_cache, std::shared_ptr<Cache> cache) in SimCacheImpl() argument 159 key_only_cache_(sim_cache), in SimCacheImpl() 341 std::shared_ptr<SimCache> NewSimCache(std::shared_ptr<Cache> sim_cache, in NewSimCache() argument 347 return std::make_shared<SimCacheImpl>(sim_cache, cache); in NewSimCache()
|
| D | sim_cache_test.cc.d | 4 include/rocksdb/utilities/sim_cache.h include/rocksdb/cache.h \
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | sim_cache.h | 39 extern std::shared_ptr<SimCache> NewSimCache(std::shared_ptr<Cache> sim_cache,
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/simulator_cache/ |
| D | sim_cache.cc.o.d | 1 CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o: \ 2 /rdbg-bench/src/rocksdb-6.9/utilities/simulator_cache/sim_cache.cc \ 3 /rdbg-bench/src/rocksdb-6.9/include/rocksdb/utilities/sim_cache.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/ |
| D | sim_cache.cc.o.d | 1 CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o: \ 2 /rdbg-bench/src/rocksdb-6.9/utilities/simulator_cache/sim_cache.cc \ 3 /rdbg-bench/src/rocksdb-6.9/include/rocksdb/utilities/sim_cache.h \
|
| /rocksdb-6.9/ |
| D | Makefile | 6890 utilities/simulator_cache/sim_cache.o: utilities/simulator_cache/sim_cache.cc.o 6891 .PHONY : utilities/simulator_cache/sim_cache.o 6894 utilities/simulator_cache/sim_cache.cc.o: 6897 .PHONY : utilities/simulator_cache/sim_cache.cc.o 6899 utilities/simulator_cache/sim_cache.i: utilities/simulator_cache/sim_cache.cc.i 6900 .PHONY : utilities/simulator_cache/sim_cache.i 6903 utilities/simulator_cache/sim_cache.cc.i: 6906 .PHONY : utilities/simulator_cache/sim_cache.cc.i 6908 utilities/simulator_cache/sim_cache.s: utilities/simulator_cache/sim_cache.cc.s 6909 .PHONY : utilities/simulator_cache/sim_cache.s [all …]
|
| D | src.mk | 230 utilities/simulator_cache/sim_cache.cc \
|
| D | TARGETS | 346 "utilities/simulator_cache/sim_cache.cc",
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/ |
| D | DependInfo.cmake | 242 …che/sim_cache.cc" "CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o" "gcc" "CMakeFi…
|
| D | cmake_clean.cmake | 464 "CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o" 465 "CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o.d"
|
| D | link.txt | 1 …e/cache_simulator.cc.o CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o CMakeFiles/…
|
| D | build.make | 3250 CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o: CMakeFiles/rocksdb.dir/flags.make 3251 CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o: utilities/simulator_cache/sim_cach… 3252 CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o: CMakeFiles/rocksdb.dir/compiler_de… 3254 …sim_cache.cc.o -MF CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o.d -o CMakeFiles… 3256 CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.i: cmake_force 3257 …green "Preprocessing CXX source to CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.i" 3258 …c/rocksdb-6.9/utilities/simulator_cache/sim_cache.cc > CMakeFiles/rocksdb.dir/utilities/simulator_… 3260 CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.s: cmake_force 3262 …/rocksdb-6.9/utilities/simulator_cache/sim_cache.cc -o CMakeFiles/rocksdb.dir/utilities/simulator_… 3801 "CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o" \ [all …]
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/ |
| D | DependInfo.cmake | 242 …sim_cache.cc" "CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o" "gcc" "CMak…
|
| D | cmake_clean.cmake | 465 "CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o" 466 "CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o.d"
|
| D | link.txt | 1 …imulator.cc.o" "CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o" "CMakeFile…
|
| D | build.make | 3250 CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o: CMakeFiles/rocksdb-shared.d… 3251 …Files/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o: utilities/simulator_cache/sim_c… 3252 CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o: CMakeFiles/rocksdb-shared.d… 3254 …sim_cache.cc.o -MF CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o.d -o CMa… 3256 CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.i: cmake_force 3257 …Preprocessing CXX source to CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.i" 3258 …cksdb-6.9/utilities/simulator_cache/sim_cache.cc > CMakeFiles/rocksdb-shared.dir/utilities/simulat… 3260 CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.s: cmake_force 3262 …cksdb-6.9/utilities/simulator_cache/sim_cache.cc -o CMakeFiles/rocksdb-shared.dir/utilities/simula… 3801 "CMakeFiles/rocksdb-shared.dir/utilities/simulator_cache/sim_cache.cc.o" \ [all …]
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer.cc.o.d | 309 /rdbg-bench/src/rocksdb-6.9/include/rocksdb/utilities/sim_cache.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer.cc.o.d | 309 /rdbg-bench/src/rocksdb-6.9/include/rocksdb/utilities/sim_cache.h \
|
| /rocksdb-6.9/CMakeFiles/db_bench.dir/ |
| D | compiler_depend.make | 108 include/rocksdb/utilities/sim_cache.h \ 896 include/rocksdb/utilities/sim_cache.h:
|
| /rocksdb-6.9/CMakeFiles/db_bench.dir/tools/ |
| D | db_bench_tool.cc.o.d | 433 /rdbg-bench/src/rocksdb-6.9/include/rocksdb/utilities/sim_cache.h \
|