Home
last modified time | relevance | path

Searched refs:total2 (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_varlen.c27 int total2 = -1; variable
121 total2 = payload - (void *)payload2; in handler32_unsigned()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dvarlen.c51 CHECK_VAL(data->total2, size1 + size2); in test_varlen()
/linux-6.3-rc2/tools/perf/util/
A Dstat-shadow.c878 double total, ratio = 0.0, total2; in perf_stat__print_shadow_stats() local
1004 total2 = runtime_stat_avg(st, STAT_CYCLES_IN_TX, map_idx, &rsd); in perf_stat__print_shadow_stats()
1006 if (total2 < avg) in perf_stat__print_shadow_stats()
1007 total2 = avg; in perf_stat__print_shadow_stats()
1010 100.0 * ((total2-avg) / total)); in perf_stat__print_shadow_stats()

Completed in 8 milliseconds