1quipper is a library to read linux kernel perf data. 2 3After parsing a perf.data file it can convert it to a protobuf for further 4manipultation. 5 6It can also do other things like remap addresses preserving shared-object 7offsets, garbage-collect MMAP events, etc. 8 9To build without the ChromeOS chroot: 101. Install pre-requisites. install_prerequisites.sh does this for you. 112. Build using make -f Makefile.external. 12