X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbootchart%2Fstore.c;h=7f86cfe976c77c7e23621f825582f8960b8aa582;hp=f8c97c2324020d88e337ea19d0f99d7ffab9f0a3;hb=306e6650221d88b29831bcdcef94447afb65df5c;hpb=3c527fd195ed9acddedb6dd6f50be6bffc94e9ae diff --git a/src/bootchart/store.c b/src/bootchart/store.c old mode 100755 new mode 100644 index f8c97c232..7f86cfe97 --- a/src/bootchart/store.c +++ b/src/bootchart/store.c @@ -275,7 +275,7 @@ schedstat_next: pscount++; /* mark our first sample */ - ps->first = ps->sample; + ps->first = ps->last = ps->sample; ps->sample->runtime = atoll(rt); ps->sample->waittime = atoll(wt);