Skip to content

glandium/rr

 
 

Repository files navigation

Build Status (travis)

Overview

rr is a lightweight tool for recording and replaying execution of applications (trees of processes and threads). More information about the project, including instructions on how to install, run, and build rr, is at http://rr-project.org.

Or go directly to the installation and building instructions.

Please contribute! Make sure to review the pull request checklist before submitting a pull request.

If you find rr useful, please add a testimonial.

System requirements

  • Linux kernel ≥ 3.5 is required (for seccomp-bpf).
  • rr currently requires an Intel CPU with Nehalem (2010) or later microarchitecture.
  • Running in a VM guest is supported, as long as the VM supports virtualization of hardware performance counters. (VMWare and KVM are known to work; Xen works in theory but may be broken.)

About

Record and Replay Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 64.6%
  • C 26.4%
  • Python 5.9%
  • CMake 1.4%
  • Assembly 1.0%
  • Shell 0.6%
  • Other 0.1%