Lines Matching refs:esize
794 int size, esize; in __uprobe_trace_func() local
805 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in __uprobe_trace_func()
806 size = esize + tu->tp.size + dsize; in __uprobe_trace_func()
1116 int size, esize; in __uprobe_perf_func() local
1122 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in __uprobe_perf_func()
1124 size = esize + tu->tp.size + dsize; in __uprobe_perf_func()
1149 if (size - esize > tu->tp.size + dsize) { in __uprobe_perf_func()
1152 memset(data + len, 0, size - esize - len); in __uprobe_perf_func()
1221 int dsize, esize; in uprobe_dispatcher() local
1237 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in uprobe_dispatcher()
1240 store_trace_args(esize, &tu->tp, regs, ucb->buf, dsize); in uprobe_dispatcher()
1259 int dsize, esize; in uretprobe_dispatcher() local
1272 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in uretprobe_dispatcher()
1275 store_trace_args(esize, &tu->tp, regs, ucb->buf, dsize); in uretprobe_dispatcher()