Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_varlen.c27 int total2 = -1; variable
121 total2 = payload - (void *)payload2; in handler32_unsigned()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dvarlen.c51 CHECK_VAL(data->total2, size1 + size2); in test_varlen()
/Linux-v6.1/tools/perf/util/
Dstat-shadow.c985 double total, ratio = 0.0, total2; in perf_stat__print_shadow_stats() local
1111 total2 = runtime_stat_avg(st, STAT_CYCLES_IN_TX, map_idx, &rsd); in perf_stat__print_shadow_stats()
1113 if (total2 < avg) in perf_stat__print_shadow_stats()
1114 total2 = avg; in perf_stat__print_shadow_stats()
1117 100.0 * ((total2-avg) / total)); in perf_stat__print_shadow_stats()