Searched refs:is_kernel_module (Results 1 – 7 of 7) sorted by relevance
38 (!!is_kernel_module(path, cpumode)) == (!!expect)); in test_is_kernel_module()
285 bool is_kernel_module(const char *pathname, int cpumode);
363 is_kernel_module(name, in machine__write_buildid_table()
284 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() function
1867 is_kernel_module(dso->long_name, in machine__process_kernel_mmap_event()
72 def is_kernel_module(path): function103 if path.endswith(".ko") and path.find("/lib/modules/") != -1 and is_kernel_module(path):
1150 is_kernel_module(dso->long_name, PERF_RECORD_MISC_CPUMODE_UNKNOWN); in dso__is_in_kernel_space()