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

/systemd/src/bootchart/
H A Dsvg.c1170 struct ps_sched_struct *sample_hz; local
1173 sample_hz = ps->sample;
1174 for (ii = 0; (ii < (int)arg_hz/2) && sample_hz->next; ii++)
1175 sample_hz = sample_hz->next;
1180 crt += sample_hz->sampledata->runtime[c] - ps->sample->sampledata->runtime[c];
1182 brt = sample_hz->runtime - ps->sample->runtime;

Completed in 25 milliseconds