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

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

Completed in 118 milliseconds