Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CALC_AVG
tools/perf/builtin-sched.c
4056
#define CALC_AVG(_x, _y) ((_y) ? (long double)(_x) / (_y) : 0.0)
tools/perf/builtin-sched.c
4115
#undef CALC_AVG