Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtest_varlen.c26 int total2 = -1; variable
116 total2 = payload - (void *)payload2; in handler32_unsigned()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dvarlen.c51 CHECK_VAL(data->total2, size1 + size2); in test_varlen()
/linux/tools/perf/util/
A Dstat-shadow.c966 double total, ratio = 0.0, total2; in perf_stat__print_shadow_stats() local
1092 total2 = runtime_stat_avg(st, STAT_CYCLES_IN_TX, cpu, &rsd); in perf_stat__print_shadow_stats()
1094 if (total2 < avg) in perf_stat__print_shadow_stats()
1095 total2 = avg; in perf_stat__print_shadow_stats()
1098 100.0 * ((total2-avg) / total)); in perf_stat__print_shadow_stats()

Completed in 7 milliseconds