Lines Matching refs:offset
116 ret = probe_mem_read(&val, (void *)val + code->offset, in process_fetch_insn_bottom()
121 (void *)val + code->offset, sizeof(val)); in process_fetch_insn_bottom()
135 ret = fetch_store_strlen(val + code->offset); in process_fetch_insn_bottom()
139 ret = fetch_store_strlen_user(val + code->offset); in process_fetch_insn_bottom()
143 ret = fetch_store_symstrlen(val + code->offset); in process_fetch_insn_bottom()
156 probe_mem_read(dest, (void *)val + code->offset, code->size); in process_fetch_insn_bottom()
159 probe_mem_read_user(dest, (void *)val + code->offset, code->size); in process_fetch_insn_bottom()
163 ret = fetch_store_string(val + code->offset, dest, base); in process_fetch_insn_bottom()
167 ret = fetch_store_string_user(val + code->offset, dest, base); in process_fetch_insn_bottom()
171 ret = fetch_store_symstring(val + code->offset, dest, base); in process_fetch_insn_bottom()
245 dl = data + arg->offset; in store_trace_args()
269 if (!a->type->print(s, data + a->offset, field)) in print_probe_args()
274 p = data + a->offset; in print_probe_args()