Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dbtf_module.c7 static const char *module_name = "bpf_testmod"; variable
Dmodule_fentry_shadow.c9 static const char *module_name = "bpf_testmod"; variable
Dbtf_tag.c57 const char *module_name = "bpf_testmod"; in load_btfs() local
/tools/testing/selftests/kvm/lib/
Dkvm_util.c58 static ssize_t get_module_param(const char *module_name, const char *param, in get_module_param()
82 static int get_module_param_integer(const char *module_name, const char *param) in get_module_param_integer()
106 static bool get_module_param_bool(const char *module_name, const char *param) in get_module_param_bool()
/tools/perf/util/
Dprobe-event.c355 char module_name[128]; in kernel_get_module_dso() local
/tools/lib/bpf/
Dbtf.c5106 struct btf *btf__load_module_btf(const char *module_name, struct btf *vmlinux_btf) in btf__load_module_btf()