Searched refs:bw_imc (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/resctrl/
H A Dmbm_test.c18 show_bw_info(unsigned long *bw_imc, unsigned long *bw_resc, size_t span) argument
30 sum_bw_imc += bw_imc[runs];
52 unsigned long bw_imc[NUM_OF_RUNS], bw_resc[NUM_OF_RUNS]; local
78 bw_imc[runs] = strtoul(token_array[3], NULL, 0);
82 ret = show_bw_info(bw_imc, bw_resc, span);
H A Dmba_test.c54 static bool show_mba_info(unsigned long *bw_imc, unsigned long *bw_resc) argument
74 sum_bw_imc += bw_imc[runs];
107 unsigned long bw_imc[1024], bw_resc[1024]; local
129 bw_imc[runs] = strtoul(token_array[3], NULL, 0);
137 return show_mba_info(bw_imc, bw_resc);
H A Dresctrl_val.c305 static int get_mem_bw_imc(int cpu_no, char *bw_report, float *bw_imc) argument
377 *bw_imc = reads;
382 *bw_imc = writes;
386 *bw_imc = reads + writes;
526 * @bw_imc: perf imc counter value
531 static int print_results_bw(char *filename, int bm_pid, float bw_imc, argument
534 unsigned long diff = fabs(bw_imc - bw_resc);
538 printf("Pid: %d \t Mem_BW_iMC: %f \t ", bm_pid, bw_imc);
548 bm_pid, bw_imc, bw_resc, diff) <= 0) {
601 float bw_imc; local
[all...]

Completed in 321 milliseconds