summaryrefslogtreecommitdiff
path: root/utilities/trace
AgeCommit message (Expand)Author
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-31Remove 'virtual' when implied by 'override' (#12319)Peter Dillinger
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-08-08Group rocksdb.sst.read.micros stat by different user read IOActivity + misc (...Hui Xiao
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-02-16Add rate limiter priority to ReadOptions (#9424)Andrew Kryczka
2021-09-10Fix and detect headers with missing dependencies (#8893)Peter Dillinger
2021-08-27Update comments, fix typos. (#8721)Merlin Mao
2021-08-23Refactor TraceAnalyzer to use `TraceRecord::Handler` to avoid casting. (#8678)Merlin Mao
2021-08-18Allow Replayer to report the results of TraceRecords. (#8657)Merlin Mao
2021-08-12Code cleanup for trace replayer (#8652)Merlin Mao
2021-08-11Make TraceRecord and Replayer public (#8611)Merlin Mao
2021-01-28Remove Legacy and Custom FileWrapper classes from header files (#7851)mrambacher
2020-08-24Add some simulator cache and block tracer tests to ASSERT_STATUS_CHECKED (#7305)mrambacher
2020-04-30Pass a timeout to FileSystem for random reads (#6751)anand76
2020-03-06Remove memcpy from RandomAccessFileReader::Read in direct IO mode (#6455)Cheng Chang
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-06-03Move util/trace_replay.* to trace_replay/ (#5376)Siying Dong
2018-11-27Add the max trace file size limitation option to Tracing (#4610)Zhichao Cao
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-08-23Add path to WritableFileWriter. (#4039)Yanqin Jin
2018-08-01Trace and Replay for RocksDB (#3837)Sagar Vemuri