Searched refs:pss (Results 1 - 3 of 3) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.h49 int pss; member in struct:ps_sched_struct
H A Dsvg.c90 /* height is variable based on pss, psize, ksize */
92 + (arg_pss ? (100.0 * arg_scale_y) + (arg_scale_y * 7.0) : 0.0) /* pss estimate */
330 /* put all the small pss blocks into the bottom */
343 if (ps->sample->pss <= (100 * arg_scale_y))
344 top += ps->sample->pss;
352 if (ps->sample->pss <= (100 * arg_scale_y))
353 top += ps->sample->pss;
379 if (ps->sample->pss > (100 * arg_scale_y)) {
380 top = bottom + ps->sample->pss;
395 if (ps->sample->pss > (10
[all...]
H A Dstore.c507 ps->sample->pss += pss_kb;
516 if (ps->sample->pss > ps->pss_max)
517 ps->pss_max = ps->sample->pss;

Completed in 1560 milliseconds