| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_pysim_test.py | 140 get_id=1, 164 get_id=1, 188 get_id=1, 212 get_id=1, 473 k.get_id = 2 483 k.get_id = 3 491 k.get_id = 3 500 k.get_id = 3 511 k.get_id = 4 525 k.get_id = 4 [all …]
|
| D | block_cache_pysim.py | 40 get_id, argument 66 self.get_id = get_id 734 and trace_record.get_id != 0 756 if trace_record.get_id not in self.get_id_row_key_map: 757 self.get_id_row_key_map[trace_record.get_id] = {} 758 self.get_id_row_key_map[trace_record.get_id]["h"] = False 759 if self.get_id_row_key_map[trace_record.get_id]["h"]: 765 if row_key not in self.get_id_row_key_map[trace_record.get_id]: 778 self.get_id_row_key_map[trace_record.get_id]["h"] = is_hit 779 if self.get_id_row_key_map[trace_record.get_id]["h"]: [all …]
|
| D | block_cache_trace_analyzer.cc | 1493 access.get_id != BlockCacheTraceHelper::kReservedGetId) { in RecordAccess()
|
| /rocksdb-6.9/utilities/simulator_cache/ |
| D | cache_simulator_test.cc | 43 record.get_id = getid; in GenerateGetRecord() 308 get.get_id = 1; in TEST_F() 346 get.get_id = 2; in TEST_F() 357 get.get_id = 3; in TEST_F() 367 get.get_id = 3; in TEST_F() 378 get.get_id = 3; in TEST_F() 390 get.get_id = 4; in TEST_F() 406 get.get_id = 0; in TEST_F() 411 get.get_id = 4; in TEST_F()
|
| D | cache_simulator.cc | 128 access.get_id != BlockCacheTraceHelper::kReservedGetId) { in Access() 131 GetRequestStatus& status = getid_status_map_[access.get_id]; in Access()
|
| /rocksdb-6.9/trace_replay/ |
| D | block_cache_tracer.h | 72 get_id(_get_id), in BlockCacheLookupContext() 87 uint64_t get_id = 0; member 120 uint64_t get_id = BlockCacheTraceHelper::kReservedGetId; member 151 get_id(_get_id), in access_timestamp()
|
| D | block_cache_tracer_test.cc | 76 record.get_id = key_id + 1; in WriteBlockAccess() 129 ASSERT_EQ(key_id + 1, record.get_id); in VerifyAccess() 134 ASSERT_EQ(BlockCacheTraceHelper::kReservedGetId, record.get_id); in VerifyAccess() 326 record.get_id = 1; in TEST_F() 358 ASSERT_EQ(1, read_record.get_id); in TEST_F()
|
| D | block_cache_tracer.cc | 131 PutFixed64(&trace.payload, record.get_id); in WriteBlockAccess() 267 if (!GetFixed64(&enc_slice, &record->get_id)) { in ReadAccess() 338 access.caller, access.no_insert, access.get_id, get_key_id, in WriteHumanReadableTraceRecord() 395 record->get_id = ParseUint64(record_strs[10]); in ReadAccess()
|
| /rocksdb-6.9/util/ |
| D | random.cc | 31 size_t seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in GetTLSInstance()
|
| /rocksdb-6.9/test_util/ |
| D | testharness.cc | 34 size_t tid = std::hash<std::thread::id>()(std::this_thread::get_id()); in PerThreadDBPath()
|
| D | sync_point_impl.cc | 97 auto thread_id = std::this_thread::get_id(); in Process()
|
| D | transaction_test_util.cc | 57 hasher(std::this_thread::get_id()), txn_id_++); in TransactionDBInsert()
|
| /rocksdb-6.9/port/win/ |
| D | win_thread.h | 101 unsigned int get_id() const { return th_id_; } in get_id() function
|
| /rocksdb-6.9/db/ |
| D | db_flush_test.cc | 157 tid = std::this_thread::get_id(); in TEST_F() 159 ASSERT_EQ(tid, std::this_thread::get_id()); in TEST_F() 165 ASSERT_EQ(tid, std::this_thread::get_id()); in TEST_F()
|
| D | column_family_test.cc | 2505 auto main_thread_id = std::this_thread::get_id(); in TEST_P() 2509 auto current_thread_id = std::this_thread::get_id(); in TEST_P()
|
| /rocksdb-6.9/utilities/transactions/ |
| D | write_unprepared_transaction_test.cc | 151 std::hash<std::thread::id>()(std::this_thread::get_id()))); in TEST_P() 175 size_t tid = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P()
|
| D | write_prepared_txn_db.cc | 731 snprintf(name, 64, "txn%" ROCKSDB_PRIszt, hasher(std::this_thread::get_id())); in AdvanceSeqByOne()
|
| D | transaction_test.cc | 817 size_t tid = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() 5320 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() 5327 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() 5337 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() 5348 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P()
|
| D | optimistic_transaction_test.cc | 1424 size_t seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in OptimisticTransactionStressTestInserter()
|
| /rocksdb-6.9/env/ |
| D | env.cc | 103 return hasher(std::this_thread::get_id()); in GetThreadID()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader.cc | 1508 no_insert, lookup_context->get_id, in MaybeReadBlockAndLoadToCache() 2267 lookup_data_block_context.get_id, in Get() 2572 lookup_data_block_context.get_id, in MultiGet()
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 1140 EXPECT_EQ(access.get_id, expected_records[index].get_id); in VerifyBlockAccessTrace() 1151 EXPECT_EQ(access.get_id, 0); in VerifyBlockAccessTrace() 2555 record.get_id = 1; in TEST_P() 2570 record.get_id = 2; in TEST_P()
|