Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddso.h368 static inline bool dso__is_vmlinux(struct dso *dso) in dso__is_vmlinux() function
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dcode-reading.c599 have_vmlinux = dso__is_vmlinux(map->dso); in do_test_code_reading()