linux-perf-file-reader 0.1.0

Library for parse perf.data file from Linux perf tool
Documentation
1
2
3
4
5
6
7
8
9
10
# Rust library for parsing Linux perf tool output (perf.data)
Currently supports just several events, info and attributes.

## To Do
* Support more events and other uniplemented parts.
* Check performance on big files.
* fix bug in ReadFormat

## Contribution
Any feedback are wellcome.