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

/linux-master/tools/perf/tests/
H A Dcode-reading.c554 bool have_vmlinux, have_kcore; local
582 have_vmlinux = dso__is_vmlinux(dso);
590 if (!have_vmlinux && !have_kcore)
690 if (!have_vmlinux && !have_kcore && !try_kcore)
692 else if (!have_vmlinux && !try_kcore)

Completed in 88 milliseconds