Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/bench/
Dnuma.c1551 static void print_res(const char *name, double val, in print_res() function
1686 print_res(name, runtime_sec_max, in __bench_numa()
1690 print_res(name, runtime_sec_max, in __bench_numa()
1693 print_res(name, runtime_sec_min, in __bench_numa()
1696 print_res(name, runtime_avg, in __bench_numa()
1700 print_res(name, delta_runtime / runtime_sec_max * 100.0, in __bench_numa()
1703 print_res(name, bytes / g->p.nr_tasks / 1e9, in __bench_numa()
1706 print_res(name, bytes / 1e9, in __bench_numa()
1709 print_res(name, runtime_sec_max * NSEC_PER_SEC / (bytes / g->p.nr_tasks), in __bench_numa()
1712 print_res(name, bytes / g->p.nr_tasks / 1e9 / runtime_sec_max, in __bench_numa()
[all …]
/Linux-v6.6/tools/testing/selftests/net/
Dipsec.c2226 typedef void (*print_res)(const char *, ...); typedef
2236 print_res result; in check_results()