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