Searched refs:__test_metadata (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/testing/selftests/ |
D | kselftest_harness.h | 169 static void test_name(struct __test_metadata *_metadata); \ 170 static struct __test_metadata _##test_name##_object = \ 178 struct __test_metadata __attribute__((unused)) *_metadata) 241 struct __test_metadata __attribute__((unused)) *_metadata, \ 261 struct __test_metadata __attribute__((unused)) *_metadata, \ 290 struct __test_metadata *_metadata, \ 293 struct __test_metadata *_metadata) \ 305 static struct __test_metadata \ 317 struct __test_metadata __attribute__((unused)) *_metadata, \ 629 struct __test_metadata { struct [all …]
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 634 void kill_thread_or_group(struct __test_metadata *_metadata, bool kill_process) in kill_thread_or_group() 1318 typedef void tracer_func_t(struct __test_metadata *_metadata, 1321 void start_tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, in start_tracer() 1383 pid_t setup_trace_fixture(struct __test_metadata *_metadata, in setup_trace_fixture() 1411 void teardown_trace_fixture(struct __test_metadata *_metadata, in teardown_trace_fixture() 1432 void tracer_poke(struct __test_metadata *_metadata, pid_t tracee, int status, in tracer_poke() 1577 int get_syscall(struct __test_metadata *_metadata, pid_t tracee) in get_syscall() 1604 void change_syscall(struct __test_metadata *_metadata, in change_syscall() 1677 void tracer_syscall(struct __test_metadata *_metadata, pid_t tracee, in tracer_syscall() 1712 void tracer_ptrace(struct __test_metadata *_metadata, pid_t tracee, in tracer_ptrace() [all …]
|