Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dkmod-path.c38 (!!is_kernel_module(path, cpumode)) == (!!expect)); in test_is_kernel_module()
/openbmc/linux/tools/perf/util/
H A Ddso.h285 bool is_kernel_module(const char *pathname, int cpumode);
H A Dbuild-id.c363 is_kernel_module(name, in machine__write_buildid_table()
H A Ddso.c284 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() function
H A Dmachine.c1867 is_kernel_module(dso->long_name, in machine__process_kernel_mmap_event()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py72 def is_kernel_module(path): function
103 if path.endswith(".ko") and path.find("/lib/modules/") != -1 and is_kernel_module(path):
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c1150 is_kernel_module(dso->long_name, PERF_RECORD_MISC_CPUMODE_UNKNOWN); in dso__is_in_kernel_space()