Lines Matching refs:esize
766 int size, esize; in __uprobe_trace_func() local
777 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in __uprobe_trace_func()
778 size = esize + tu->tp.size + dsize; in __uprobe_trace_func()
1089 int size, esize; in __uprobe_perf_func() local
1095 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in __uprobe_perf_func()
1097 size = esize + tu->tp.size + dsize; in __uprobe_perf_func()
1122 if (size - esize > tu->tp.size + dsize) { in __uprobe_perf_func()
1125 memset(data + len, 0, size - esize - len); in __uprobe_perf_func()
1217 int dsize, esize; in uprobe_dispatcher() local
1233 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in uprobe_dispatcher()
1236 store_trace_args(esize, &tu->tp, regs, ucb->buf, dsize); in uprobe_dispatcher()
1255 int dsize, esize; in uretprobe_dispatcher() local
1268 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in uretprobe_dispatcher()
1271 store_trace_args(esize, &tu->tp, regs, ucb->buf, dsize); in uretprobe_dispatcher()