Home
last modified time | relevance | path

Searched refs:is_kernel_module (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackage.py61 def is_kernel_module(path): function
92 if path.endswith(".ko") and path.find("/lib/modules/") != -1 and is_kernel_module(path):
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dkmod-path.c38 (!!is_kernel_module(path, cpumode)) == (!!expect)); in test_is_kernel_module()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddso.h272 bool is_kernel_module(const char *pathname, int cpumode);
H A Dbuild-id.c359 is_kernel_module(name, in machine__write_buildid_table()
H A Ddso.c248 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() function
H A Dmachine.c1666 is_kernel_module(dso->long_name, in machine__process_kernel_mmap_event()