Searched defs:sampledata (Results 1 - 4 of 4) sorted by relevance
/systemd/src/bootchart/ |
H A D | bootchart.h | 50 struct list_sample_data *sampledata; member in struct:ps_sched_struct
|
H A D | store.c | 120 struct list_sample_data *sampledata; local 125 sampledata = *ptr; 153 sampledata->blockstat.bi = atoi(val); 155 sampledata->blockstat.bo = atoi(val); 179 sampledata->runtime[c] = atoll(rt); 180 sampledata->waittime[c] = atoll(wt); 203 sampledata->entropy_avail = atoi(buf); 246 ps->sample->sampledata = sampledata; 394 ps->sample->sampledata [all...] |
H A D | bootchart.c | 305 static struct list_sample_data *sampledata; local 395 sampledata = new0(struct list_sample_data, 1); 396 if (sampledata == NULL) { 401 sampledata->sampletime = gettime_ns(); 402 sampledata->counter = samples; 419 r = log_sample(proc, samples, ps_first, &sampledata, &pscount, &n_cpus); 426 elapsed = (sample_stop - sampledata->sampletime) * 1000000000.0; 454 LIST_PREPEND(link, head, sampledata); 518 sampledata = head; 519 while (sampledata [all...] |
H A D | svg.c | 71 static struct list_sample_data *sampledata; variable in typeref:struct:list_sample_data 82 LIST_FOREACH_BEFORE(link, sampledata, head) { 83 sampledata_last = sampledata; 230 LIST_FOREACH_BEFORE(link, sampledata, head) { 231 sampledata_last = sampledata; 295 LIST_FOREACH_BEFORE(link, sampledata, head) { 296 sampledata_last = sampledata; 322 LIST_FOREACH_BEFORE(link, sampledata, head) { 339 if (ps->sample->sampledata == sampledata) [all...] |
Completed in 20 milliseconds