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

  /external/oprofile/opjitconv/
opjitconv.h 57 unsigned long long life_end; member in struct:jitentry
69 unsigned long long life_end; member in struct:jitentry_debug_line
parse_dump.c 54 entry->life_end = end_time;
67 "padding_count=%llu, life_start=%lli, life_end=%lli\n", entry->symbol_name,
69 entry->life_end);
83 * address and fill life_end field with the timestamp. linear search not very
91 verbprintf(debug,"record1: vma=%llx, life_end=%lli\n",
102 entry->life_end == end_time) {
103 entry->life_end = rec->timestamp;
126 debug_line->life_end = end_time;
jitsymbol.c 194 if (a->life_end < start_time) {
217 x = e->life_end - e->life_start;
271 new_entry->life_end = split->life_end;
326 unsigned long long max_end = keep->life_end;
354 if (e->life_end > max_end)
355 max_end = e->life_end;
385 "life_end=%lli, lifetime=%lli\n",
388 e->life_end, e->life_end - e->life_start)
    [all...]

Completed in 103 milliseconds