Lines Matching refs:trace_len
355 u32 hash, id, trace_nr, trace_len; in BPF_CALL_3() local
382 trace_len = trace_nr * sizeof(u64); in BPF_CALL_3()
384 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in BPF_CALL_3()
403 trace_len = trace_nr * sizeof(struct bpf_stack_build_id); in BPF_CALL_3()
405 memcmp(bucket->data, new_bucket->data, trace_len) == 0) { in BPF_CALL_3()
415 memcmp(bucket->data, ips, trace_len) == 0) in BPF_CALL_3()
424 memcpy(new_bucket->data, ips, trace_len); in BPF_CALL_3()
523 u32 id = *(u32 *)key, trace_len; in bpf_stackmap_copy() local
532 trace_len = bucket->nr * stack_map_data_size(map); in bpf_stackmap_copy()
533 memcpy(value, bucket->data, trace_len); in bpf_stackmap_copy()
534 memset(value + trace_len, 0, map->value_size - trace_len); in bpf_stackmap_copy()