/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_probes.c | 281 __u32 btf_key_type_id = 0, btf_value_type_id = 0; in probe_map_create() local 312 btf_value_type_id = 3; in probe_map_create() 372 opts.btf_value_type_id = btf_value_type_id; in probe_map_create()
|
H A D | gen_loader.c | 471 attr.btf_value_type_id = map_attr->btf_value_type_id; in bpf_gen__map_create() 474 attr.map_name, map_idx, map_type, attr.btf_value_type_id); in bpf_gen__map_create() 477 if (attr.btf_value_type_id) in bpf_gen__map_create() 502 attr.btf_value_type_id); in bpf_gen__map_create()
|
H A D | bpf.h | 45 __u32 btf_value_type_id; member
|
H A D | libbpf.c | 522 __u32 btf_value_type_id; member 1615 if (!map->btf_value_type_id) in map_is_mmapable() 1618 t = btf__type_by_id(obj->btf, map->btf_value_type_id); in map_is_mmapable() 2468 map->btf_value_type_id = def->value_type_id; in fill_map_from_def() 4361 map->btf_value_type_id = id; in map_fill_btf_type_info() 4464 map->btf_value_type_id = info.btf_value_type_id; in bpf_map__reuse_fd() 5120 create_attr.btf_value_type_id = map->btf_value_type_id; in bpf_object__create_map() 5156 create_attr.btf_value_type_id = 0; in bpf_object__create_map() 5158 map->btf_value_type_id = 0; in bpf_object__create_map() 5177 create_attr.btf_value_type_id)) { in bpf_object__create_map() [all …]
|
H A D | bpf.c | 192 attr.btf_value_type_id = OPTS_GET(opts, btf_value_type_id, 0); in bpf_map_create()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | syscall.c | 78 .btf_value_type_id = 2, in bpf_prog()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | btf.c | 584 root_type_ids[root_type_cnt++] = info.btf_value_type_id; in do_dump() 590 root_type_ids[root_type_cnt++] = info.btf_value_type_id; in do_dump() 594 root_type_ids[root_type_cnt++] = info.btf_value_type_id; in do_dump()
|
H A D | map.c | 90 : map_info->btf_value_type_id; in do_dump_btf() 803 } else if (info->btf_value_type_id) { in get_map_kv_btf()
|
H A D | prog.c | 271 !map_info->btf_value_type_id || in find_metadata() 328 t_datasec = btf__type_by_id(btf, map_info.btf_value_type_id); in show_prog_metadata()
|
/openbmc/linux/kernel/bpf/ |
H A D | local_storage.c | 432 btf_type_seq_show(map->btf, map->btf_value_type_id, in cgroup_storage_seq_show_elem() 439 btf_type_seq_show(map->btf, map->btf_value_type_id, in cgroup_storage_seq_show_elem()
|
H A D | arraymap.c | 462 btf_type_seq_show(map->btf, map->btf_value_type_id, value, m); in array_map_seq_show_elem() 482 btf_type_seq_show(map->btf, map->btf_value_type_id, in percpu_array_map_seq_show_elem() 959 btf_type_seq_show(map->btf, map->btf_value_type_id, in prog_array_map_seq_show_elem()
|
H A D | syscall.c | 1151 attr->btf_key_type_id || attr->btf_value_type_id) in map_create() 1153 } else if (attr->btf_key_type_id && !attr->btf_value_type_id) { in map_create() 1261 if (attr->btf_key_type_id || attr->btf_value_type_id || in map_create() 1283 if (attr->btf_value_type_id) { in map_create() 1285 attr->btf_value_type_id); in map_create() 1291 map->btf_value_type_id = attr->btf_value_type_id; in map_create() 4702 info.btf_value_type_id = map->btf_value_type_id; in bpf_map_get_info_by_fd()
|
H A D | bpf_local_storage.c | 704 !attr->btf_key_type_id || !attr->btf_value_type_id) in bpf_local_storage_map_alloc_check()
|
H A D | hashtab.c | 1599 btf_type_seq_show(map->btf, map->btf_value_type_id, value, m); in htab_map_seq_show_elem() 2446 btf_type_seq_show(map->btf, map->btf_value_type_id, in htab_percpu_map_seq_show_elem()
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage.c | 129 create_opts.btf_value_type_id = bpf_map__btf_value_type_id(inner_map); in __setup()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 805 .btf_value_type_id = 3, in create_map_spin_lock() 824 .btf_value_type_id = 3, in create_sk_storage_map() 843 .btf_value_type_id = 5, in create_map_timer() 862 .btf_value_type_id = 14, in create_map_kptr()
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | sk_storage_map.c | 25 .btf_value_type_id = 3,
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1391 __u32 btf_value_type_id; /* BTF type_id of the value */ member 6474 __u32 btf_value_type_id; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1391 __u32 btf_value_type_id; /* BTF type_id of the value */ member 6477 __u32 btf_value_type_id; member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 4368 opts.btf_value_type_id = test->value_type_id; in do_test_raw() 4597 opts.btf_value_type_id = 2; in test_btf_id() 4608 map_info.btf_key_type_id != 1 || map_info.btf_value_type_id != 2, in test_btf_id() 4611 map_info.btf_value_type_id)) { in test_btf_id() 5421 opts.btf_value_type_id = test->value_type_id; in do_test_pprint()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 266 u32 btf_value_type_id; member 561 return (map->btf_value_type_id || map->btf_vmlinux_value_type_id) && in bpf_map_support_seq_show()
|
/openbmc/linux/Documentation/bpf/ |
H A D | btf.rst | 611 __u32 btf_value_type_id; /* BTF type_id of the value */
|