tide-trace 0.5.0

Minimum overhead USDT middleware to dynamically trace tide with BPF or DTrace
Documentation
1
2
3
4
usdt::tide:fire 
{ 
    printf("tag: %s message: %s \n", str(arg0), str(arg1));
}