Searched defs:CallResult (Results 1 – 4 of 4) sorted by relevance
38 struct CallResult { struct48 DEFINE_BPF_RINGBUF_EXT(call_detail_buf, struct CallResult, 4096, argument
29 struct CallResult { struct30 unsigned long pc;31 unsigned long regs[10];
38 unsafe impl OnItem for CallResult { implementation