Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_selftest.c909 static struct fgraph_fixture store_bytes[4] __initdata = { variable
953 for (i = 0; i < ARRAY_SIZE(store_bytes); i++) { in test_graph_storage_multi()
954 fixture = &store_bytes[i]; in test_graph_storage_multi()
963 for (j = 0; j < ARRAY_SIZE(store_bytes); j++) { in test_graph_storage_multi()
964 fixture = &store_bytes[j]; in test_graph_storage_multi()
976 fixture = &store_bytes[j]; in test_graph_storage_multi()
986 fixture = &store_bytes[i]; in test_graph_storage_multi()
1002 ret = test_graph_storage_single(&store_bytes[0]); in test_graph_storage()
1005 ret = test_graph_storage_single(&store_bytes[1]); in test_graph_storage()
1008 ret = test_graph_storage_single(&store_bytes[2]); in test_graph_storage()
[all …]