summaryrefslogtreecommitdiff
path: root/trace_replay
AgeCommit message (Expand)Author
2020-08-24Add some simulator cache and block tracer tests to ASSERT_STATUS_CHECKED (#7305)mrambacher
2020-08-04Add support to start and end IOTracing through DB APIs (#7203)Akanksha Mahajan
2020-07-13Add FileSystem wrapper classes for IO tracing. (#7002)Akanksha Mahajan
2020-06-24Fix unity build broken by #7007 (#7024)sdong
2020-06-22Fix double define in IO_tracer (#7007)Zhichao Cao
2020-06-18Add IOTracer reader, writer classes for reading/writing IO operations in a bi...Akanksha Mahajan
2020-06-04Fix more defects reported by Coverity Scan (#6935)Peter Dillinger
2020-05-01Fix multiple CF replay failure in db_bench replay (#6787)Zhichao Cao
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-10-24Misc hashing updates / upgrades (#5909)Peter Dillinger
2019-10-22Fix the potential memory leak in trace_replay (#5955)Zhichao Cao
2019-10-21Fix the potential memory leak of ReplayMultiThread (#5949)Zhichao Cao
2019-10-18Enable trace_replay with multi-threads (#5934)Zhichao Cao
2019-08-09Block cache analyzer: Support reading from human readable trace file. (#5679)haoyuhuang
2019-08-06Pysim more algorithms (#5644)haoyuhuang
2019-07-22Block cache analyzer: Compute correlation of features and human readable trac...haoyuhuang
2019-07-17Block access tracing: Trace referenced key for Get on non-data blocks. (#5548)haoyuhuang
2019-07-12Block cache analyzer: Add more stats (#5516)haoyuhuang
2019-07-11Cache simulator: Add a ghost cache for admission control and a hybrid row-blo...haoyuhuang
2019-07-03Block cache tracing: Associate a unique id with Get and MultiGet (#5514)haoyuhuang
2019-07-01Remove multiple declarations o kMicrosInSecond.haoyuhuang
2019-06-30Block cache tracer: StartTrace return busy if trace is already started. (#5519)haoyuhuang
2019-06-27Block cache tracer: Do not populate block cache trace record when tracing is ...haoyuhuang
2019-06-20Add more callers for table reader. (#5454)haoyuhuang
2019-06-17Block cache tracing: Fix minor bugs with downsampling and some benchmark resu...haoyuhuang
2019-06-14Integrate block cache tracer in block based table reader. (#5441)haoyuhuang
2019-06-14Remove unused variable (#5457)haoyuhuang
2019-06-13Integrate block cache tracer into db_impl (#5433)haoyuhuang
2019-06-11First commit for block cache trace analyzer (#5425)haoyuhuang
2019-06-10Create a BlockCacheLookupContext to enable fine-grained block cache tracing. ...haoyuhuang
2019-06-06Add block cache tracer. (#5410)haoyuhuang
2019-06-03Move util/trace_replay.* to trace_replay/ (#5376)Siying Dong