Searched refs:stress_test_t (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/tests/perf_index/
H A Dperf_index.h30 } stress_test_t; typedef in typeref:struct:__anon15637
32 extern const stress_test_t cpu_test;
33 extern const stress_test_t memory_test;
34 extern const stress_test_t syscall_test;
35 extern const stress_test_t fault_test;
36 extern const stress_test_t zfod_test;
37 extern const stress_test_t file_local_create_test;
38 extern const stress_test_t file_local_write_test;
39 extern const stress_test_t file_local_read_test;
40 extern const stress_test_t file_ram_create_tes
[all...]
H A Dstress_cpu.c3 const stress_test_t cpu_test = {"cpu", &stress_general_init, &stress_cpu, &stress_general_cleanup, &no_validate};
H A Dstress_syscall.c3 const stress_test_t syscall_test = {"syscall", &stress_syscall_init, &stress_syscall, &stress_general_cleanup, &no_validate};
H A Dstress_file_local.c6 const stress_test_t file_local_create_test = {"file_create", &stress_file_local_create_init, &stress_file_local_create, &stress_file_local_create_cleanup, &no_validate};
7 const stress_test_t file_local_write_test = {"file_write", &stress_file_local_write_init, &stress_file_local_write, &stress_file_local_write_cleanup, &no_validate};
8 const stress_test_t file_local_read_test = {"file_read", &stress_file_local_read_init, &stress_file_local_read, &stress_file_local_read_cleanup, &no_validate};
H A Diperf.c5 const stress_test_t iperf_test = {"iperf", &stress_general_init, &iperf, &stress_general_cleanup, &validate_iperf};
H A Dstress_file_ram.c7 const stress_test_t file_ram_create_test = {"ram_file_create", &stress_file_ram_create_init, &stress_file_ram_create, &stress_file_ram_create_cleanup, &no_validate};
8 const stress_test_t file_ram_write_test = {"ram_file_write", &stress_file_ram_write_init, &stress_file_ram_write, &stress_file_ram_write_cleanup, &no_validate};
9 const stress_test_t file_ram_read_test = {"ram_file_read", &stress_file_ram_read_init, &stress_file_ram_read, &stress_file_ram_read_cleanup, &no_validate};
H A Dcompile.c8 const stress_test_t compile_test = {"compile", &compile_init, &compile, &compile_cleanup, &no_validate};
H A Dstress_fault.c16 const stress_test_t fault_test = {"fault", &stress_fault_init, &stress_fault, &stress_general_cleanup, &no_validate};
17 const stress_test_t zfod_test = {"zfod", &stress_fault_init, &stress_zfod, &stress_general_cleanup, &no_validate};
H A Dstress_memory.c8 const stress_test_t memory_test = {"memory", &stress_memory_init, &stress_memory, &stress_general_cleanup, &no_validate};
H A Dmain.c12 static const stress_test_t *stress_tests[] =
42 for(i=0; i<sizeof(stress_tests)/sizeof(stress_test_t*); i++) {
65 for(i=0; i<sizeof(stress_tests)/sizeof(stress_test_t*); i++) {

Completed in 154 milliseconds