Searched refs:last_module_symbol (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dsymbol-elf.c2142 u64 last_module_symbol; member in struct:kcore_copy_info
2220 if (start > kci->last_module_symbol)
2221 kci->last_module_symbol = start;
2317 kci->last_module_symbol))
2423 if (kci->last_module_symbol) {
2424 kci->last_module_symbol = round_up(kci->last_module_symbol,
2426 kci->last_module_symbol += page_size;
2432 if (kci->first_module && !kci->last_module_symbol)

Completed in 213 milliseconds