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

/linux-master/tools/perf/util/
H A Dsymbol-elf.c2141 u64 first_module_symbol; member in struct:kcore_copy_info
2218 if (!kci->first_module_symbol || start < kci->first_module_symbol)
2219 kci->first_module_symbol = start;
2417 if (kci->first_module_symbol &&
2418 (!kci->first_module || kci->first_module_symbol < kci->first_module))
2419 kci->first_module = kci->first_module_symbol;

Completed in 129 milliseconds