Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/tests/
Dcode-reading.c574 bool have_vmlinux, have_kcore, excl_kernel = false; in do_test_code_reading() local
598 have_vmlinux = dso__is_vmlinux(map->dso); in do_test_code_reading()
606 if (!have_vmlinux && !have_kcore) in do_test_code_reading()
705 if (!have_vmlinux && !have_kcore && !try_kcore) in do_test_code_reading()
707 else if (!have_vmlinux && !try_kcore) in do_test_code_reading()
/Linux-v5.4/scripts/mod/
Dmodpost.c27 static int have_vmlinux = 0; variable
2025 have_vmlinux = 1; in read_symbols()
2202 if (have_vmlinux && !s->weak) { in check_exports()
2474 have_vmlinux = 1; in read_dump()