Home
last modified time | relevance | path

Searched refs:test_info (Results 1 – 3 of 3) sorted by relevance

/tools/perf/tests/
Dsymbols.c15 struct test_info { struct
20 static int init_test_info(struct test_info *ti) in init_test_info() argument
38 static void exit_test_info(struct test_info *ti) in exit_test_info()
52 static int create_map(struct test_info *ti, char *filename, struct map **map_p) in create_map()
100 static int test_file(struct test_info *ti, char *filename) in test_file()
136 struct test_info ti; in test__symbols()
/tools/testing/selftests/kvm/s390x/
Dmemop.c113 struct test_info { struct
163 static int err_memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo, in err_memop_ioctl()
174 static void memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo, in memop_ioctl()
191 struct test_info __info = (info_p); \
239 struct test_info vm;
240 struct test_info vcpu;
252 t.vm = (struct test_info) { t.kvm_vm, NULL }; in test_default_init()
253 t.vcpu = (struct test_info) { t.kvm_vm, vcpu }; in test_default_init()
273 struct test_info __info = (info_p); \
299 static void default_write_read(struct test_info copy_cpu, struct test_info mop_cpu, in default_write_read()
[all …]
/tools/testing/selftests/bpf/progs/
Ddynptr_fail.c15 struct test_info { struct
31 __type(value, struct test_info); argument
215 struct test_info x; in add_dynptr_to_map2()