Searched refs:print_res (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/tools/perf/bench/ |
| D | numa.c | 1491 static void print_res(const char *name, double val, in print_res() function 1626 print_res(name, runtime_sec_max, in __bench_numa() 1630 print_res(name, runtime_sec_max, in __bench_numa() 1633 print_res(name, runtime_sec_min, in __bench_numa() 1636 print_res(name, runtime_avg, in __bench_numa() 1640 print_res(name, delta_runtime / runtime_sec_max * 100.0, in __bench_numa() 1643 print_res(name, bytes / g->p.nr_tasks / 1e9, in __bench_numa() 1646 print_res(name, bytes / 1e9, in __bench_numa() 1649 print_res(name, runtime_sec_max * NSEC_PER_SEC / (bytes / g->p.nr_tasks), in __bench_numa() 1652 print_res(name, bytes / g->p.nr_tasks / 1e9 / runtime_sec_max, in __bench_numa() [all …]
|
| /Linux-v5.10/tools/testing/selftests/net/ |
| D | ipsec.c | 2080 typedef void (*print_res)(const char *, ...); typedef 2090 print_res result; in check_results()
|