ptcov 0.1.2

Decoder to compute code coverage from IntelĀ® Processor Trace traces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub struct Bbp {}

// #[derive(Debug, PartialEq, Clone)]
// pub struct Bep {}

// #[derive(Debug, PartialEq)]
// pub struct Bip {}

impl Bbp {
    pub(crate) const B1: u8 = 0x63;
    pub(crate) const SIZE: usize = 3;
}
//
// impl SizedPtPacket for Bep {
//     fn original_size(&self) -> usize {
//         2
//     }
// }