hstrace 0.0.5

Syscall tracing from command line and as a library
Documentation
1
2
3
4
5
6
7
8
9
10
use super::prelude::*;

pub(crate) fn get_definitions(inp: &mut Definitions) {
    inp.add(
        Ident::Clone,
        vec![],
        vec![], // FIXME TODO!
        AV::Int(Out),
    );
}