Home
last modified time | relevance | path

Searched refs:no_of_bits (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/resctrl/
Dresctrl_tests.c128 static void run_cat_test(int cpu_no, int no_of_bits) in run_cat_test() argument
139 res = cat_perf_miss_val(cpu_no, no_of_bits, "L3"); in run_cat_test()
147 int c, cpu_no = 1, span = 250, argc_new = argc, i, no_of_bits = 0; in main() local
199 no_of_bits = atoi(optarg); in main()
200 if (no_of_bits <= 0) { in main()
272 run_cat_test(cpu_no, no_of_bits); in main()
Dcat_test.c59 int runs = 0, no_of_bits = 0; in check_results() local
88 no_of_bits = count_bits(param->mask); in check_results()
90 return show_cache_info(sum_llc_perf_miss, no_of_bits, param->span / 64, in check_results()
Dresctrl.h114 int cat_perf_miss_val(int cpu_no, int no_of_bits, char *cache_type);
120 int show_cache_info(unsigned long sum_llc_val, int no_of_bits,
Dcmt_test.c42 static int check_results(struct resctrl_val_param *param, int no_of_bits) in check_results() argument
73 return show_cache_info(sum_llc_occu_resc, no_of_bits, param->span, in check_results()
DREADME48 usage: resctrl_tests [-h] [-b "benchmark_cmd [options]"] [-t test list] [-n no_of_bits]
51 -n no_of_bits: run cache tests using specified no of bits in cache bit mask
Dcache.c293 int show_cache_info(unsigned long sum_llc_val, int no_of_bits, in show_cache_info() argument
314 ksft_print_msg("Number of bits: %d\n", no_of_bits); in show_cache_info()