Home
last modified time | relevance | path

Searched refs:btf_value_type_id (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c281 __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 Dgen_loader.c471 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 Dbpf.h45 __u32 btf_value_type_id; member
H A Dlibbpf.c522 __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 Dbpf.c192 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 Dsyscall.c78 .btf_value_type_id = 2, in bpf_prog()
/openbmc/linux/tools/bpf/bpftool/
H A Dbtf.c584 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 Dmap.c90 : 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 Dprog.c271 !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 Dlocal_storage.c432 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 Darraymap.c462 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 Dsyscall.c1151 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 Dbpf_local_storage.c704 !attr->btf_key_type_id || !attr->btf_value_type_id) in bpf_local_storage_map_alloc_check()
H A Dhashtab.c1599 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 Dbench_local_storage.c129 create_opts.btf_value_type_id = bpf_map__btf_value_type_id(inner_map); in __setup()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c805 .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 Dsk_storage_map.c25 .btf_value_type_id = 3,
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1391 __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 Dbpf.h1391 __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 Dbtf.c4368 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 Dbpf.h266 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 Dbtf.rst611 __u32 btf_value_type_id; /* BTF type_id of the value */