Home
last modified time | relevance | path

Searched refs:total_counts (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_test_rqspinlock.c315 u64 total_counts[RQSL_NR_HIST_BUCKETS]; in rqsl_print_histograms() local
324 total_counts[i] = norm_counts[i] + nmi_counts[i]; in rqsl_print_histograms()
327 total += total_counts[i]; in rqsl_print_histograms()
329 total_counts[i]) in rqsl_print_histograms()
363 if (!total_counts[i]) in rqsl_print_histograms()
369 start_ms, total_counts[i], in rqsl_print_histograms()
374 total_counts[i], in rqsl_print_histograms()
/linux/tools/perf/tests/shell/
H A Drecord.sh306 total_counts=$(bc <<< "$invalid_counts+$valid_counts")
307 if (( $(bc <<< "$total_counts <= 0") ))
313 …isok=$(bc <<< "scale=2; if (($invalid_counts/$total_counts) < (1-$tolerance_rate)) { 0 } else { 1 …