Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 1 KB

README.md

File metadata and controls

23 lines (20 loc) · 1 KB

XenTrace binary data parser

This library parses XenTrace binary files by producing a list of events sorted by their TSC.
This is part of a project for the final three-year degree exam at the University of Turin.
Development is supervised by Dario Faggioli (@dfaggioli) and Enrico Bini (@ebni).

Building

Testing/Development

$ git clone https://github.com/giuseppe998e/xentrace-parser.git
$ cd xentrace-parser/
$ make CFLAGS="-Wall -g"

Optimized for usage

$ git clone https://github.com/giuseppe998e/xentrace-parser.git
$ cd xentrace-parser/
$ make

License

This library is released under the GNU Lesser General Public License v2.1 (or later).
This library uses code from Xen: trace.h released under the MIT License.