Home
last modified time | relevance | path

Searched defs:fixture (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kselftest_harness/
H A Dharness-selftest.c48 FIXTURE(fixture) { in FIXTURE() argument
52 FIXTURE_SETUP(fixture) { in FIXTURE_SETUP() argument
57 FIXTURE_TEARDOWN(fixture) { in FIXTURE_TEARDOWN() argument
61 TEST_F(fixture, pass) { in TEST_F() argument
69 TEST_F(fixture, fail) { in TEST_F() argument
/linux/kernel/trace/
H A Dtrace_selftest.c780 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_entry() local
814 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_return() local
861 static int __init init_fgraph_fixture(struct fgraph_fixture *fixture) in init_fgraph_fixture()
877 static int __init test_graph_storage_single(struct fgraph_fixture *fixture) in test_graph_storage_single()
946 struct fgraph_fixture *fixture; in test_graph_storage_multi() local
/linux/tools/testing/selftests/
H A Dkselftest_harness.h854 struct __fixture_metadata *fixture; member
913 struct __fixture_metadata *fixture; member