Lines Matching full:ips
134 * Expects all id_offs[i].ip values to be set to correct initial IPs.
152 /* If the irq_work is in use, fall back to report ips. Same in stack_map_get_build_id_offset()
158 /* cannot access current->mm, fall back to ips */ in stack_map_get_build_id_offset()
176 /* per entry fall back to ips */ in stack_map_get_build_id_offset()
235 u64 *ips; in __bpf_get_stackid() local
244 ips = trace->ip + skip; in __bpf_get_stackid()
245 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in __bpf_get_stackid()
265 id_offs[i].ip = ips[i]; in __bpf_get_stackid()
279 memcmp(bucket->data, ips, trace_len) == 0) in __bpf_get_stackid()
288 memcpy(new_bucket->data, ips, trace_len); in __bpf_get_stackid()
417 u64 *ips; in __bpf_get_stack() local
467 ips = trace->ip + skip; in __bpf_get_stack()
473 id_offs[i].ip = ips[i]; in __bpf_get_stack()
475 memcpy(buf, ips, copy_len); in __bpf_get_stack()
478 /* trace/ips should not be dereferenced after this point */ in __bpf_get_stack()