alyptik / rr

Record and Replay Framework

Home Page:http://rr-project.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://rr-project.org/

License:Other


Languages

Language:C++ 64.2%Language:C 27.1%Language:Python 5.6%Language:CMake 1.4%Language:Assembly 1.0%Language:Shell 0.6%Language:HTML 0.1%Language:GDB 0.0%