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

/linux-master/tools/perf/util/
H A Dsymbol-elf.c2140 u64 first_module; member in struct:kcore_copy_info
2270 if (!kci->first_module || start < kci->first_module)
2271 kci->first_module = start;
2316 if (kcore_copy__map(kci, start, end, pgoff, kci->first_module,
2418 (!kci->first_module || kci->first_module_symbol < kci->first_module))
2419 kci->first_module = kci->first_module_symbol;
2421 kci->first_module = round_down(kci->first_module, page_siz
[all...]

Completed in 85 milliseconds