HomeSort by relevance Sort by last modified time
    Searched full:life_start (Results 1 - 3 of 3) sorted by null

  /external/oprofile/opjitconv/
jitsymbol.c 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
    [all...]
opjitconv.h 55 unsigned long long life_start; member in struct:jitentry
67 unsigned long long life_start; member in struct:jitentry_debug_line
parse_dump.c 50 entry->life_start = rec->timestamp;
67 "padding_count=%llu, life_start=%lli, life_end=%lli\n", entry->symbol_name,
68 entry->vma, entry->code_size, (unsigned long long)padding_count, entry->life_start,
125 debug_line->life_start = rec->timestamp;

Completed in 52 milliseconds