Lines Matching refs:esize
779 int size, esize; in __uprobe_trace_func() local
790 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in __uprobe_trace_func()
791 size = esize + tu->tp.size + dsize; in __uprobe_trace_func()
1100 int size, esize; in __uprobe_perf_func() local
1103 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in __uprobe_perf_func()
1105 size = esize + tu->tp.size + dsize; in __uprobe_perf_func()
1130 if (size - esize > tu->tp.size + dsize) { in __uprobe_perf_func()
1133 memset(data + len, 0, size - esize - len); in __uprobe_perf_func()
1202 int dsize, esize; in uprobe_dispatcher() local
1218 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in uprobe_dispatcher()
1221 store_trace_args(esize, &tu->tp, regs, ucb->buf, dsize); in uprobe_dispatcher()
1240 int dsize, esize; in uretprobe_dispatcher() local
1253 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in uretprobe_dispatcher()
1256 store_trace_args(esize, &tu->tp, regs, ucb->buf, dsize); in uretprobe_dispatcher()