Home
last modified time | relevance | path

Searched refs:NewFileTraceReader (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/trace_replay/
Dblock_cache_tracer_test.cc174 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
198 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
242 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
305 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
/rocksdb-6.9/include/rocksdb/
Dtrace_reader_writer.h45 Status NewFileTraceReader(Env* env, const EnvOptions& env_options,
/rocksdb-6.9/utilities/trace/
Dfile_trace_reader_writer.cc91 Status NewFileTraceReader(Env* env, const EnvOptions& env_options, in NewFileTraceReader() function
/rocksdb-6.9/db/
Ddb_test2.cc3220 ASSERT_OK(NewFileTraceReader(env_, env_opts, trace_filename, &trace_reader)); in TEST_F()
3296 ASSERT_OK(NewFileTraceReader(env_, env_opts, trace_filename, &trace_reader)); in TEST_F()
3365 ASSERT_OK(NewFileTraceReader(env_, env_opts, trace_filename, &trace_reader)); in TEST_F()
3463 ASSERT_OK(NewFileTraceReader(env_, env_opts, trace_filename, &trace_reader)); in TEST_F()
3535 NewFileTraceReader(env_, env_opts, trace_filename3, &trace_reader3)); in TEST_F()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer_test.cc630 ASSERT_OK(NewFileTraceReader(env_, env_options_, trace_file_path_, in TEST_F()
Dblock_cache_trace_analyzer.cc1529 s = NewFileTraceReader(env_, EnvOptions(), trace_file_path_, &trace_reader); in Analyze()
/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc357 s = NewFileTraceReader(env_, env_options_, trace_name_, &trace_reader_); in PrepareProcessing()
Ddb_bench_tool.cc6923 s = NewFileTraceReader(FLAGS_env, EnvOptions(), FLAGS_trace_file, in Replay()
/rocksdb-6.9/table/
Dtable_test.cc1117 NewFileTraceReader(env_, EnvOptions(), trace_file_path_, &trace_reader); in VerifyBlockAccessTrace()