Lines Matching defs:offset
124 const char *name, __u64 offset, __u64 addr, bool is_return,
147 attr.config2 = offset;
174 __u64 offset, __u64 addr, bool is_return,
184 offset, addr, is_return,
190 "for name %s, offset 0x%llx, addr 0x%llx, is_return %d\n",
191 __func__, name ? name : "", offset, addr, is_return);
206 if (probe_offset != offset) {
227 static int test_debug_fs_uprobe(char *binary_path, long offset, bool is_return)
248 binary_path, offset);
298 if (probe_offset != offset) {
392 /* the calculation of uprobe file offset is based on gcc 7.3.1 on x64