Home | History | Annotate | Download | only in opjitconv

Lines Matching full:life_start

217 		x = e->life_end - e->life_start;
270 new_entry->life_start = split->life_start;
325 unsigned long long min_start = keep->life_start;
352 if (e->life_start < min_start)
353 min_start = e->life_start;
384 "start=%llx, end=%llx, life_start=%lli, "
387 e->vma + e->code_size, e->life_start,
388 e->life_end, e->life_end - e->life_start);
400 j = (e->life_end - e->life_start) * 100 / totaltime;
408 (e->life_end - e->life_start) * 100 / totaltime);