Home
last modified time | relevance | path

Searched refs:last_symbol (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dsymbol-elf.c1450 u64 last_symbol; member
1536 if (!kci->last_symbol || start > kci->last_symbol) in kcore_copy__process_kallsyms()
1537 kci->last_symbol = start; in kcore_copy__process_kallsyms()
1720 } else if (kci->last_symbol) { in kcore_copy__calc_maps()
1721 kci->etext = round_up(kci->last_symbol, page_size); in kcore_copy__calc_maps()