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

/linux-4.1.27/tools/perf/tests/
H A Dcode-reading.c409 bool have_vmlinux, have_kcore, excl_kernel = false; do_test_code_reading() local
433 have_vmlinux = dso__is_vmlinux(map->dso); do_test_code_reading()
441 if (!have_vmlinux && !have_kcore) do_test_code_reading()
530 if (!have_vmlinux && !have_kcore && !try_kcore) do_test_code_reading()
532 else if (!have_vmlinux && !try_kcore) do_test_code_reading()
/linux-4.1.27/scripts/mod/
H A Dmodpost.c29 static int have_vmlinux = 0; variable
1938 have_vmlinux = 1; read_symbols()
2146 if (have_vmlinux && !s->weak) { add_versions()
2311 have_vmlinux = 1; read_dump()

Completed in 250 milliseconds