Lines Matching refs:end_time

96 	u64		end_time;
110 u64 end_time;
143 u64 end_time;
162 u64 end_time;
178 u64 end_time;
262 p->end_time = timestamp;
264 p->current->end_time = timestamp;
288 sample->end_time = end;
362 pwr->end_time = timestamp;
383 pwr->end_time = timestamp;
690 pwr->end_time = tchart->last_time;
705 pwr->end_time = tchart->last_time;
737 if (prev && prev->start_time && !prev->end_time) {
780 if (sample->end_time) {
791 sample->end_time = end;
796 if (sample->end_time - sample->start_time < tchart->min_time)
797 sample->end_time = sample->start_time + tchart->min_time;
798 if (prev && sample->start_time < prev->end_time) {
800 sample->start_time = prev->end_time;
802 prev->end_time = sample->start_time;
823 prev->end_time + tchart->merge_dist >= sample->start_time) {
1020 svg_cstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state);
1029 svg_pstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state);
1052 if (c->Y && c->start_time <= we->time && c->end_time >= we->time) {
1117 sample->end_time,
1151 svg_box(Y, c->start_time, c->end_time, "process3");
1166 sample->end_time,
1175 sample->end_time,
1184 sample->end_time,
1193 sample->end_time,
1202 sample->end_time,
1211 sample->end_time,
1265 svg_box(Y, c->start_time, c->end_time, "process");
1271 sample->end_time,
1276 sample->end_time,
1281 sample->end_time,
1348 if (p->end_time == 0)
1349 p->end_time = tchart->last_time;
1365 if (c->end_time == 0)
1366 c->end_time = tchart->last_time;
1388 if (p->end_time == 0)
1389 p->end_time = tchart->last_time;
1406 if (c->end_time == 0)
1407 c->end_time = tchart->last_time;
1425 if (p->end_time == 0)
1426 p->end_time = timechart->last_time;
1438 if (c->end_time == 0)
1439 c->end_time = timechart->last_time;