Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/tests/
Dcode-reading.c575 bool have_vmlinux, have_kcore, excl_kernel = false; in do_test_code_reading() local
599 have_vmlinux = dso__is_vmlinux(map->dso); in do_test_code_reading()
607 if (!have_vmlinux && !have_kcore) in do_test_code_reading()
706 if (!have_vmlinux && !have_kcore && !try_kcore) in do_test_code_reading()
708 else if (!have_vmlinux && !try_kcore) in do_test_code_reading()
/Linux-v5.10/scripts/mod/
Dmodpost.c28 static int have_vmlinux = 0; variable
185 have_vmlinux = 1; in new_module()
2186 if (have_vmlinux && !s->weak) { in check_exports()
2624 if (!have_vmlinux) in main()