Home
last modified time | relevance | path

Searched defs:strs (Results 1 – 4 of 4) sorted by relevance

/tools/lib/bpf/
Dlibbpf_probes.c252 const char strs[] = "\0bpf_spin_lock\0val\0cnt\0l"; in load_local_storage_btf() local
Dlibbpf.c4597 static const char strs[] = "\0int"; in probe_kern_btf() local
4609 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func() local
4627 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func_global() local
4645 static const char strs[] = "\0x\0.data"; in probe_kern_btf_datasec() local
4664 static const char strs[] = "\0float"; in probe_kern_btf_float() local
4676 static const char strs[] = "\0tag"; in probe_kern_btf_decl_tag() local
4693 static const char strs[] = "\0tag"; in probe_kern_btf_type_tag() local
4784 static const char strs[] = "\0int"; in probe_module_btf() local
4884 static const char strs[] = "\0enum64"; in probe_kern_btf_enum64() local
Dlinker.c2565 const void *strs; in bpf_linker__finalize() local
/tools/testing/selftests/bpf/prog_tests/
Dbtf.c7991 static void dump_btf_strings(const char *strs, __u32 len) in dump_btf_strings()