Searched refs:token_array (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/resctrl/
H A Dmbm_test.c53 char temp[1024], *token_array[8]; local
73 token_array[i++] = token;
77 bw_resc[runs] = strtoul(token_array[5], NULL, 0);
78 bw_imc[runs] = strtoul(token_array[3], NULL, 0);
H A Dmba_test.c106 char *token_array[8], output[] = RESULT_FILE_NAME, temp[512]; local
124 token_array[fields++] = token;
129 bw_imc[runs] = strtoul(token_array[3], NULL, 0);
131 bw_resc[runs] = strtoul(token_array[5], NULL, 0);
H A Dcmt_test.c61 char *token_array[8], temp[512]; local
79 token_array[fields++] = token;
85 sum_llc_occu_resc += strtoul(token_array[3], NULL, 0);
H A Dcat_test.c71 char *token_array[8], temp[512]; local
94 token_array[fields++] = token;
98 sum_llc_perf_miss += strtoull(token_array[3], NULL, 0);

Completed in 803 milliseconds