Searched defs:attr_sz (Results 1 – 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
D | bpf.c | 108 const size_t attr_sz = offsetofend(union bpf_attr, attach_btf_obj_fd); in probe_memcg_account() local 172 const size_t attr_sz = offsetofend(union bpf_attr, map_extra); in bpf_map_create() local 235 const size_t attr_sz = offsetofend(union bpf_attr, log_true_size); in bpf_prog_load() local 383 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_update_elem() local 399 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_elem() local 414 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_elem_flags() local 430 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_and_delete_elem() local 445 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_and_delete_elem_flags() local 461 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_delete_elem() local 475 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_delete_elem_flags() local [all …]
|
D | skel_internal.h | 225 const size_t attr_sz = offsetofend(union bpf_attr, map_extra); in skel_map_create() local 242 const size_t attr_sz = offsetofend(union bpf_attr, flags); in skel_map_update_elem() local 256 const size_t attr_sz = offsetofend(union bpf_attr, flags); in skel_map_delete_elem() local 268 const size_t attr_sz = offsetofend(union bpf_attr, flags); in skel_map_get_fd_by_id() local 279 const size_t attr_sz = offsetofend(union bpf_attr, raw_tracepoint.prog_fd); in skel_raw_tracepoint_open() local 292 const size_t attr_sz = offsetofend(union bpf_attr, link_create.iter_info_len); in skel_link_create() local
|
D | libbpf.c | 4953 const size_t attr_sz = offsetofend(union bpf_attr, prog_name); local 10710 const size_t attr_sz = sizeof(struct perf_event_attr); local 10862 const size_t attr_sz = sizeof(struct perf_event_attr); local 11526 const size_t attr_sz = sizeof(struct perf_event_attr); local 12150 const size_t attr_sz = sizeof(struct perf_event_attr); local 12949 const size_t attr_sz = sizeof(struct perf_event_attr); local
|