Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
H A 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()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dcode-reading.c576 bool have_vmlinux, have_kcore, excl_kernel = false; in do_test_code_reading() local
602 have_vmlinux = dso__is_vmlinux(dso); in do_test_code_reading()
610 if (!have_vmlinux && !have_kcore) in do_test_code_reading()
710 if (!have_vmlinux && !have_kcore && !try_kcore) in do_test_code_reading()
712 else if (!have_vmlinux && !try_kcore) in do_test_code_reading()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c28 static int have_vmlinux = 0; variable
177 have_vmlinux = 1; in new_module()
2219 if (have_vmlinux && !s->weak) { in check_exports()
2644 if (!have_vmlinux) in main()

Completed in 6 milliseconds