Searched refs:module_name (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf_module.c | 7 static const char *module_name = "bpf_testmod"; variable 24 module_btf = btf__load_module_btf(module_name, vmlinux_btf); in test_btf_module()
|
| A D | btf_tag.c | 57 const char *module_name = "bpf_testmod"; in load_btfs() local 85 *module_btf = btf__load_module_btf(module_name, *vmlinux_btf); in load_btfs() 92 printf("%s:SKIP: btf_type_tag attribute not in %s", __func__, module_name); in load_btfs()
|
| A D | module_fentry_shadow.c | 9 static const char *module_name = "bpf_testmod"; variable 48 if (strcmp(name, module_name) == 0) in get_bpf_testmod_btf_fd()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | bpf_iter_ksym.c | 55 if (iter->module_name[0]) { in dump_ksym() 58 value, type, iter->name, iter->module_name); in dump_ksym()
|
| /tools/testing/selftests/hid/tests/ |
| A D | base.py | 158 module_name: str 249 self._load_kernel_module(k.driver_name, k.module_name)
|
| /tools/testing/selftests/kvm/lib/ |
| A D | kvm_util.c | 71 static ssize_t get_module_param(const char *module_name, const char *param, in get_module_param() argument 83 module_name, param); in get_module_param() 98 static int get_module_param_integer(const char *module_name, const char *param) in get_module_param_integer() argument 110 r = get_module_param(module_name, param, value, sizeof(value)); in get_module_param_integer() 122 static bool get_module_param_bool(const char *module_name, const char *param) in get_module_param_bool() argument 127 r = get_module_param(module_name, param, &value, sizeof(value)); in get_module_param_bool()
|
| /tools/lib/bpf/ |
| A D | btf.h | 140 LIBBPF_API struct btf *btf__load_module_btf(const char *module_name, struct btf *vmlinux_btf);
|
| A D | btf.c | 5421 struct btf *btf__load_module_btf(const char *module_name, struct btf *vmlinux_btf) in btf__load_module_btf() argument 5425 snprintf(path, sizeof(path), "/sys/kernel/btf/%s", module_name); in btf__load_module_btf()
|
| /tools/perf/util/ |
| A D | probe-event.c | 362 char module_name[128]; in kernel_get_module_dso() local 364 snprintf(module_name, sizeof(module_name), "[%s]", module); in kernel_get_module_dso() 365 map = maps__find_by_name(machine__kernel_maps(host_machine), module_name); in kernel_get_module_dso()
|
Completed in 30 milliseconds