Home
last modified time | relevance | path

Searched defs:types (Results 1 – 10 of 10) sorted by relevance

/tools/lib/bpf/
Dfeatures.c86 __u32 types[] = { in probe_kern_btf() local
99 __u32 types[] = { in probe_kern_btf_func() local
117 __u32 types[] = { in probe_kern_btf_func_global() local
135 __u32 types[] = { in probe_kern_btf_datasec() local
154 __u32 types[] = { in probe_kern_btf_qmark_datasec() local
172 __u32 types[] = { in probe_kern_btf_float() local
184 __u32 types[] = { in probe_kern_btf_decl_tag() local
201 __u32 types[] = { in probe_kern_btf_type_tag() local
311 __u32 types[] = { in probe_module_btf() local
451 __u32 types[] = { in probe_kern_btf_enum64() local
[all …]
Dlibbpf_probes.c266 __u32 types[] = { in load_local_storage_btf() local
Dbtf.c1659 void *hdr, *types; in btf_ensure_modifiable() local
/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc_raw.c24 __u32 types[15]; in test_bad_local_id() member
/tools/perf/tests/
Devent_groups.c14 static int types[] = {0, 1, -1}; variable
/tools/testing/selftests/bpf/progs/
Dsyscall.c72 __u32 types[8]; in btf_load() member
/tools/perf/util/
Dlock-contention.h13 unsigned int *types; member
/tools/testing/selftests/bpf/
Dtest_maps.c1723 int types[2] = { SOCK_STREAM, SOCK_DGRAM }, type; in test_reuseport_array() local
Dtest_verifier.c743 static int load_btf_spec(__u32 *types, int types_len, in load_btf_spec()
/tools/testing/selftests/mm/
Dmseal_test.c93 static int sys_madvise(void *start, size_t len, int types) in sys_madvise()