Home
last modified time | relevance | path

Searched refs:ips (Results 1 – 2 of 2) sorted by relevance

/kernel/bpf/
Dstackmap.c148 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset() argument
186 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
193 vma = find_vma(current->mm, ips[i]); in stack_map_get_build_id_offset()
197 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
201 id_offs[i].offset = (vma->vm_pgoff << PAGE_SHIFT) + ips[i] in stack_map_get_build_id_offset()
265 u64 *ips; in __bpf_get_stackid() local
274 ips = trace->ip + skip; in __bpf_get_stackid()
275 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in __bpf_get_stackid()
293 ips, trace_nr, user); in __bpf_get_stackid()
306 memcmp(bucket->data, ips, trace_len) == 0) in __bpf_get_stackid()
[all …]
Ddispatcher.c95 s64 ips[BPF_DISPATCHER_MAX] = {}, *ipsp = &ips[0]; in bpf_dispatcher_prepare() local
102 return arch_prepare_bpf_dispatcher(image, &ips[0], d->num_progs); in bpf_dispatcher_prepare()