Searched defs:sample (Results 1 - 2 of 2) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.h44 /* per process, per sample data we will log */
102 struct ps_sched_struct *sample; member in struct:ps_struct
H A Dstore.c97 int sample,
242 ps->sample = new0(struct ps_sched_struct, 1);
243 if (!ps->sample)
246 ps->sample->sampledata = sampledata;
250 /* mark our first sample */
251 ps->first = ps->last = ps->sample;
252 ps->sample->runtime = atoll(rt);
253 ps->sample->waittime = atoll(wt);
385 ps->sample->next = new0(struct ps_sched_struct, 1);
386 if (!ps->sample
96 log_sample(DIR *proc, int sample, struct ps_struct *ps_first, struct list_sample_data **ptr, int *pscount, int *cpus) argument
[all...]

Completed in 317 milliseconds