Lines Matching refs:cpu_no
133 static int open_perf_event(int i, int cpu_no, int j) in open_perf_event() argument
136 perf_event_open(&imc_counters_config[i][j].pe, -1, cpu_no, -1, in open_perf_event()
305 static int get_mem_bw_imc(int cpu_no, char *bw_report, float *bw_imc) in get_mem_bw_imc() argument
314 ret = open_perf_event(imc, cpu_no, j); in get_mem_bw_imc()
414 int cpu_no, char *resctrl_val) in initialize_mem_bw_resctrl() argument
418 if (get_resource_id(cpu_no, &resource_id) < 0) { in initialize_mem_bw_resctrl()
540 int cpu_no, char *resctrl_val) in initialize_llc_occu_resctrl() argument
544 if (get_resource_id(cpu_no, &resource_id) < 0) { in initialize_llc_occu_resctrl()
567 ret = get_mem_bw_imc(param->cpu_no, param->bw_report, &bw_imc); in measure_vals()
690 ret = taskset_benchmark(bm_pid, param->cpu_no); in resctrl_val()
707 param->cpu_no, resctrl_val); in resctrl_val()
710 param->cpu_no, resctrl_val); in resctrl_val()