Home
last modified time | relevance | path

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

/tools/testing/selftests/resctrl/
A Dresctrl_tests.c184 if (!uparams->benchmark_cmd[0] || strcmp(uparams->benchmark_cmd[0], "fill_buf")) in alloc_fill_buf_param()
191 if (uparams->benchmark_cmd[1] && *uparams->benchmark_cmd[1] != '\0') { in alloc_fill_buf_param()
193 fill_param->buf_size = strtoul(uparams->benchmark_cmd[1], &endptr, 10); in alloc_fill_buf_param()
202 if (uparams->benchmark_cmd[2] && *uparams->benchmark_cmd[2] != '\0') { in alloc_fill_buf_param()
204 fill_param->memflush = strtol(uparams->benchmark_cmd[2], &endptr, 10) != 0; in alloc_fill_buf_param()
213 if (uparams->benchmark_cmd[3] && *uparams->benchmark_cmd[3] != '\0') { in alloc_fill_buf_param()
214 if (strcmp(uparams->benchmark_cmd[3], "0")) { in alloc_fill_buf_param()
220 if (uparams->benchmark_cmd[4] && *uparams->benchmark_cmd[4] != '\0') { in alloc_fill_buf_param()
221 if (strcmp(uparams->benchmark_cmd[4], "false")) { in alloc_fill_buf_param()
264 uparams.benchmark_cmd[i] = argv[i + optind]; in main()
[all …]
A DREADME73 usage: resctrl_tests [-h] [-b "benchmark_cmd [options]"] [-t test list] [-n no_of_bits]
74 …-b benchmark_cmd [options]: run specified benchmark for MBM, MBA and CMT default benchmark is buil…
A Dresctrl_val.c610 else if (uparams->benchmark_cmd[0]) in resctrl_val()
611 execvp(uparams->benchmark_cmd[0], (char **)uparams->benchmark_cmd); in resctrl_val()
A Dcmt_test.c159 } else if (!uparams->benchmark_cmd[0]) { in cmt_run_test()
A Dmbm_test.c147 } else if (!uparams->benchmark_cmd[0]) { in mbm_run_test()
A Dresctrl.h86 const char *benchmark_cmd[BENCHMARK_ARGS]; member
A Dmba_test.c188 } else if (!uparams->benchmark_cmd[0]) { in mba_run_test()

Completed in 12 milliseconds