DTRACE_PROBE2
DTRACE_PROBE2(_name, _type1, _arg1, _type2, _arg2)
DTRACE_PROBE2(read__response, uint8_t, data_read_resp.status,
# define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)