Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/bench/
H A Dnuma.c1604 static void print_res(const char *name, double val, in print_res() function
1739 print_res(name, runtime_sec_max, in __bench_numa()
1743 print_res(name, runtime_sec_max, in __bench_numa()
1746 print_res(name, runtime_sec_min, in __bench_numa()
1749 print_res(name, runtime_avg, in __bench_numa()
1756 print_res(name, bytes / g->p.nr_tasks / 1e9, in __bench_numa()
1759 print_res(name, bytes / 1e9, in __bench_numa()
1768 print_res(name, bytes / runtime_sec_max / 1e9, in __bench_numa()
1779 print_res(tname, td->speed_gbs, in __bench_numa()
1781 print_res(tname, td->system_time_ns / NSEC_PER_SEC, in __bench_numa()
[all …]
/linux-6.15/tools/testing/selftests/net/
H A Dipsec.c2227 typedef void (*print_res)(const char *, ...); typedef
2237 print_res result; in check_results()