Lines Matching full:ips
149 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset() argument
177 * already used by another lookup, we fall back to report ips. in stack_map_get_build_id_offset()
184 /* cannot access current->mm, fall back to ips */ in stack_map_get_build_id_offset()
187 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
194 vma = find_vma(current->mm, ips[i]); in stack_map_get_build_id_offset()
196 /* per entry fall back to ips */ in stack_map_get_build_id_offset()
198 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
202 id_offs[i].offset = (vma->vm_pgoff << PAGE_SHIFT) + ips[i] in stack_map_get_build_id_offset()
270 u64 *ips; in __bpf_get_stackid() local
284 ips = trace->ip + skip + init_nr; in __bpf_get_stackid()
285 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in __bpf_get_stackid()
303 ips, trace_nr, user); in __bpf_get_stackid()
316 memcmp(bucket->data, ips, trace_len) == 0) in __bpf_get_stackid()
325 memcpy(new_bucket->data, ips, trace_len); in __bpf_get_stackid()
450 u64 *ips; in __bpf_get_stack() local
491 ips = trace->ip + skip + init_nr; in __bpf_get_stack()
493 stack_map_get_build_id_offset(buf, ips, trace_nr, user); in __bpf_get_stack()
495 memcpy(buf, ips, copy_len); in __bpf_get_stack()